mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Turn net/netstat and net/ipconfig back on again, since the build problems
were solved svn path=/trunk/; revision=9521
This commit is contained in:
parent
137743321e
commit
69f3448639
1 changed files with 2 additions and 2 deletions
|
@ -26,6 +26,8 @@ APPS = calc \
|
||||||
net$(SEP)whois \
|
net$(SEP)whois \
|
||||||
net$(SEP)arp \
|
net$(SEP)arp \
|
||||||
net$(SEP)ncftp \
|
net$(SEP)ncftp \
|
||||||
|
net$(SEP)netstat \
|
||||||
|
net$(SEP)ipconfig \
|
||||||
regedt32 \
|
regedt32 \
|
||||||
welcome \
|
welcome \
|
||||||
winfile
|
winfile
|
||||||
|
@ -38,8 +40,6 @@ APPS = calc \
|
||||||
# Removed because it doesn't build correctly
|
# Removed because it doesn't build correctly
|
||||||
#
|
#
|
||||||
# sysutils$(SEP)tlist \
|
# sysutils$(SEP)tlist \
|
||||||
# net$(SEP)netstat \
|
|
||||||
# net$(SEP)ipconfig \
|
|
||||||
#
|
#
|
||||||
|
|
||||||
all: $(APPS)
|
all: $(APPS)
|
||||||
|
|
Loading…
Reference in a new issue