summaryrefslogtreecommitdiff
path: root/apps/netutils/dhcpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/dhcpd/Makefile')
-rw-r--r--apps/netutils/dhcpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/netutils/dhcpd/Makefile b/apps/netutils/dhcpd/Makefile
index 359231398..302b2ad43 100644
--- a/apps/netutils/dhcpd/Makefile
+++ b/apps/netutils/dhcpd/Makefile
@@ -90,11 +90,11 @@ context:
depend: .depend
clean:
- $(call DELFILE .built)
+ $(call DELFILE, .built)
$(call CLEAN)
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep