From: John Hodge Date: Sun, 27 May 2012 10:28:07 +0000 (+0800) Subject: Root - Added wget to core makefile X-Git-Tag: rel0.15~611^2~63 X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=commitdiff_plain;h=e606e287773f589b0c491983c86e652bbaf3adeb Root - Added wget to core makefile --- diff --git a/Makefile b/Makefile index 887db207..03295275 100644 --- 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))