mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +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 \
|
||||
sysutils \
|
||||
sysutils$(SEP)ctm \
|
||||
sysutils$(SEP)tlist \
|
||||
net$(SEP)finger \
|
||||
net$(SEP)ncftp \
|
||||
net$(SEP)ping \
|
||||
|
@ -36,6 +35,10 @@ APPS = calc \
|
|||
# taskmgr \
|
||||
# sysutils$(SEP)regexpl \
|
||||
#
|
||||
# Removed because it doesn't build correctly
|
||||
#
|
||||
# sysutils$(SEP)tlist \
|
||||
#
|
||||
|
||||
all: $(APPS)
|
||||
.PHONY: all
|
||||
|
|
Loading…
Reference in a new issue