From 3f06f12917d2ee15f2f2b1576451c0e2b4269477 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Wed, 2 Mar 2011 14:10:15 +0800 Subject: [PATCH] Added telnet to root Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.20.1