mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +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)arp \
|
||||
net$(SEP)ncftp \
|
||||
net$(SEP)netstat \
|
||||
net$(SEP)ipconfig \
|
||||
regedt32 \
|
||||
welcome \
|
||||
winfile
|
||||
|
@ -38,8 +40,6 @@ APPS = calc \
|
|||
# Removed because it doesn't build correctly
|
||||
#
|
||||
# sysutils$(SEP)tlist \
|
||||
# net$(SEP)netstat \
|
||||
# net$(SEP)ipconfig \
|
||||
#
|
||||
|
||||
all: $(APPS)
|
||||
|
|
Loading…
Reference in a new issue