Root - Added wget to core makefile
authorJohn Hodge <[email protected]>
Sun, 27 May 2012 10:28:07 +0000 (18:28 +0800)
committerJohn Hodge <[email protected]>
Sun, 27 May 2012 10:28:07 +0000 (18:28 +0800)
Makefile

index 887db20..0329527 100644 (file)
--- a/Makefile
+++ b/Makefile
 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