From efb4bf7dca5d637268c6d70eec2880352047e34c Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 4 Feb 2012 22:49:42 +0000 Subject: Add build environment for the FTP daemon git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4370 42af7a65-404d-4744-a932-0658087f49c3 --- apps/netutils/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'apps/netutils/Makefile') diff --git a/apps/netutils/Makefile b/apps/netutils/Makefile index df61f97e8..1313c223d 100644 --- a/apps/netutils/Makefile +++ b/apps/netutils/Makefile @@ -1,8 +1,8 @@ ############################################################################ # apps/netutils/Makefile # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. +# Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -38,10 +38,11 @@ # Sub-directories ifeq ($(CONFIG_NET),y) -SUBDIRS = uiplib dhcpc dhcpd ftpc resolv smtp telnetd webclient webserver tftpc thttpd +SUBDIRS = uiplib dhcpc dhcpd ftpc ftpd resolv smtp telnetd webclient webserver tftpc thttpd endif all: nothing + .PHONY: nothing context depend clean distclean nothing: -- cgit v1.2.3