summaryrefslogtreecommitdiff
path: root/apps/netutils/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-01 19:15:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-01 19:15:14 +0000
commitc505c3eb243de07b8a59d71b5dbe5683ee9466f4 (patch)
tree67da5ab592d26f8901fe47da44d5f21967277d1b /apps/netutils/Makefile
parent7130c3c2de1b2e7647584b400367fbaae75d93a4 (diff)
downloadnuttx-c505c3eb243de07b8a59d71b5dbe5683ee9466f4.tar.gz
nuttx-c505c3eb243de07b8a59d71b5dbe5683ee9466f4.tar.bz2
nuttx-c505c3eb243de07b8a59d71b5dbe5683ee9466f4.zip
First cut at FTP client
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3654 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/netutils/Makefile')
-rw-r--r--apps/netutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/netutils/Makefile b/apps/netutils/Makefile
index 91363f156..df61f97e8 100644
--- a/apps/netutils/Makefile
+++ b/apps/netutils/Makefile
@@ -38,7 +38,7 @@
# Sub-directories
ifeq ($(CONFIG_NET),y)
-SUBDIRS = uiplib dhcpc dhcpd resolv smtp telnetd webclient webserver tftpc thttpd
+SUBDIRS = uiplib dhcpc dhcpd ftpc resolv smtp telnetd webclient webserver tftpc thttpd
endif
all: nothing