From: John Hodge Date: Wed, 2 Mar 2011 06:10:15 +0000 (+0800) Subject: Added telnet to root Makefile X-Git-Tag: rel0.10~164 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=3f06f12917d2ee15f2f2b1576451c0e2b4269477;p=tpg%2Facess2.git Added telnet to root Makefile --- diff --git a/Makefile b/Makefile index 12c0264e..c5d2c29f 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ USRLIBS += libaxwin2.so libimage_sif.so USRAPPS := init login CLIShell cat ls mount USRAPPS += bomb pcidump -USRAPPS += ifconfig ping irc +USRAPPS += ifconfig ping telnet irc USRAPPS += axwin2 ALL_DYNMODS = $(addprefix all-,$(DYNMODS))