mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +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
|
# 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 \
|
||||||
|
|
Loading…
Reference in a new issue