Add the net apps back into the default build.

svn path=/trunk/; revision=7674
This commit is contained in:
Mark Tempel 2004-01-16 04:44:41 +00:00
parent d57d41f1f8
commit 9b74fe4b28

View file

@ -7,14 +7,7 @@ include rules.mak
# #
# Available applications # Available applications
# #
#net$(SEP)arp
#net$(SEP)ipconfig
#net$(SEP)netstat
#net$(SEP)niclist
#net$(SEP)telnet
#net$(SEP)whois
#net$(SEP)finger
#net$(SEP)ping
APPS = calc \ APPS = calc \
cmdutils \ cmdutils \
cmdutils$(SEP)mode \ cmdutils$(SEP)mode \
@ -25,6 +18,14 @@ APPS = calc \
sysutils \ sysutils \
demos$(SEP)maze\ demos$(SEP)maze\
sysutils$(SEP)ctm \ sysutils$(SEP)ctm \
net$(SEP)ping \
net$(SEP)finger \
net$(SEP)telnet \
net$(SEP)niclist \
net$(SEP)whois \
net$(SEP)arp \
net$(SEP)netstat \
net$(SEP)ipconfig \
net$(SEP)ncftp \ net$(SEP)ncftp \
regedt32 \ regedt32 \
welcome \ welcome \