From 1c92882c663eaa5000645659d7e12ea0c1e6c530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Tue, 8 Jul 2003 19:40:46 +0000 Subject: [PATCH] Removed tlist because it doesn't build correctly svn path=/trunk/; revision=5016 --- rosapps/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rosapps/Makefile b/rosapps/Makefile index acd1a281c37..8266fed603d 100644 --- a/rosapps/Makefile +++ b/rosapps/Makefile @@ -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