add ftp to the build
authorSteven Edwards <winehacker@gmail.com>
Wed, 5 Jan 2005 00:03:42 +0000 (00:03 +0000)
committerSteven Edwards <winehacker@gmail.com>
Wed, 5 Jan 2005 00:03:42 +0000 (00:03 +0000)
svn path=/trunk/; revision=12808

reactos/apps/utils/Makefile

index 43d5be5..92a1d51 100644 (file)
@@ -11,7 +11,7 @@ include $(PATH_TO_TOP)/rules.mak
 # 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)