From e606e287773f589b0c491983c86e652bbaf3adeb Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 27 May 2012 18:28:07 +0800 Subject: [PATCH] Root - Added wget to core makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.20.1