git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d5af90
)
Root - Added wget to core makefile
author
John Hodge
<
[email protected]
>
Sun, 27 May 2012 10:28:07 +0000
(18:28 +0800)
committer
John Hodge
<
[email protected]
>
Sun, 27 May 2012 10:28:07 +0000
(18:28 +0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
887db20
..
0329527
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-11,12
+11,12
@@
SUBMAKE = $(MAKE) --no-print-directory
USRLIBS := crt0.o acess.ld ld-acess.so libgcc.so libc.so
-USRLIBS += libreadline.so libnet.so liburi.so
+USRLIBS += libreadline.so libnet.so liburi.so
libpsocket.so
USRLIBS += libimage_sif.so
USRAPPS := init login CLIShell cat ls mount
USRAPPS += bomb dhcpclient
-USRAPPS += ip ping telnet irc
+USRAPPS += ip ping telnet irc
wget
USRAPPS += axwin3
ALL_DYNMODS = $(addprefix all-,$(DYNMODS))
UCC
git Repository :: git.ucc.asn.au