From f360c9f128259e46147649573c69098fac5455bf Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 17 Mar 2009 23:45:41 +0000 Subject: Add examples/dhcpd git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1621 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/netutils/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nuttx/netutils/Makefile') diff --git a/nuttx/netutils/Makefile b/nuttx/netutils/Makefile index 97cff97fe..15344a454 100644 --- a/nuttx/netutils/Makefile +++ b/nuttx/netutils/Makefile @@ -1,7 +1,7 @@ ############################################################################ # netutils/Makefile # -# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. +# Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -102,7 +102,6 @@ clean: @( for dir in $(SUBDIRS); do \ rm -f $${dir}/*~ $${dir}/.*.swp; \ done ; ) - @$(MAKE) -C dhcpd -f Makefile.host clean distclean: clean @rm -f Make.dep .depend -- cgit v1.2.3