mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Removed tlist because it doesn't build correctly
svn path=/trunk/; revision=5016
This commit is contained in:
parent
016967f3ee
commit
1c92882c66
1 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,6 @@ APPS = calc \
|
||||||
notevil \
|
notevil \
|
||||||
sysutils \
|
sysutils \
|
||||||
sysutils$(SEP)ctm \
|
sysutils$(SEP)ctm \
|
||||||
sysutils$(SEP)tlist \
|
|
||||||
net$(SEP)finger \
|
net$(SEP)finger \
|
||||||
net$(SEP)ncftp \
|
net$(SEP)ncftp \
|
||||||
net$(SEP)ping \
|
net$(SEP)ping \
|
||||||
|
@ -36,6 +35,10 @@ APPS = calc \
|
||||||
# taskmgr \
|
# taskmgr \
|
||||||
# sysutils$(SEP)regexpl \
|
# sysutils$(SEP)regexpl \
|
||||||
#
|
#
|
||||||
|
# Removed because it doesn't build correctly
|
||||||
|
#
|
||||||
|
# sysutils$(SEP)tlist \
|
||||||
|
#
|
||||||
|
|
||||||
all: $(APPS)
|
all: $(APPS)
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
Loading…
Reference in a new issue