add ftp to the build
Modified: trunk/reactos/apps/utils/Makefile

Modified: trunk/reactos/apps/utils/Makefile
--- trunk/reactos/apps/utils/Makefile	2005-01-04 23:36:14 UTC (rev 12807)
+++ trunk/reactos/apps/utils/Makefile	2005-01-05 00:03:42 UTC (rev 12808)
@@ -11,7 +11,7 @@
 # cabman cat net objdir partinfo pice ps sc stats
 UTIL_APPS = cat objdir partinfo pnpdump sc shutdown stats tickcount consw rundll32 ps
 
-UTIL_NET_APPS = arp finger ipconfig netstat ping route telnet whois
+UTIL_NET_APPS = arp finger ftp ipconfig netstat ping route telnet whois
 
 
 all: $(UTIL_APPS) $(UTIL_NET_APPS)