mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Add the net apps back into the default build.
svn path=/trunk/; revision=7674
This commit is contained in:
parent
d57d41f1f8
commit
9b74fe4b28
1 changed files with 9 additions and 8 deletions
|
@ -7,14 +7,7 @@ include rules.mak
|
|||
#
|
||||
# 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 \
|
||||
cmdutils \
|
||||
cmdutils$(SEP)mode \
|
||||
|
@ -25,6 +18,14 @@ APPS = calc \
|
|||
sysutils \
|
||||
demos$(SEP)maze\
|
||||
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 \
|
||||
regedt32 \
|
||||
welcome \
|
||||
|
|
Loading…
Reference in a new issue