summaryrefslogtreecommitdiff
path: root/apps/netutils
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils')
-rw-r--r--apps/netutils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/netutils/Makefile b/apps/netutils/Makefile
index cf33cf0f9..d0268698f 100644
--- a/apps/netutils/Makefile
+++ b/apps/netutils/Makefile
@@ -42,10 +42,12 @@ SUBDIRS = uiplib dhcpc dhcpd resolv smtp telnetd webclient webserver tftpc thttp
endif
all: nothing
-.PHONY: nothing depend clean distclean
+.PHONY: nothing context depend clean distclean
nothing:
+context:
+
depend:
@for dir in $(SUBDIRS) ; do \
$(MAKE) -C $$dir depend TOPDIR="$(TOPDIR)" APPDIR=$(APPDIR); \