remove empty dir
[reactos.git] / rosapps / Makefile
index 2a82178..c87d721 100644 (file)
@@ -8,40 +8,31 @@ include rules.mak
 # Available applications
 #
  
-APPS =         calc \
-       cmdutils \
+APPS = cmdutils \
        cmdutils$(SEP)mode \
+       cmdutils$(SEP)touch \
+       demos$(SEP)maze \
+       devutils$(SEP)genguid \
+       devutils$(SEP)zoomin \
        dflat32 \
-       hcalc \
+       games$(SEP)winemine \
+       games$(SEP)solitaire \
        mc \
-       notepad \
        notevil \
+       packmgr$(SEP)lib \
+       packmgr$(SEP)cmd-line \
+       packmgr$(SEP)gui \
        sysutils \
-       demos$(SEP)maze\
        sysutils$(SEP)ctm \
-       net$(SEP)ping \
-       net$(SEP)finger \
-       net$(SEP)telnet \
+       sysutils$(SEP)kill \
+       sysutils$(SEP)tcat \
+       sysutils$(SEP)tlist \
        net$(SEP)niclist \
-       net$(SEP)whois \
-       net$(SEP)arp \
-       net$(SEP)netstat \
-       net$(SEP)ipconfig \
        net$(SEP)ncftp \
-       regedt32 \
+       sysutils$(SEP)regexpl \
        welcome \
        winfile
 
-# Removed due to dependance on C++ compiler
-#
-#      taskmgr \
-#      sysutils$(SEP)regexpl \
-#
-# Removed because it doesn't build correctly
-#
-#      sysutils$(SEP)tlist \
-#
-
 all: $(APPS)
 .PHONY: all