summaryrefslogtreecommitdiffstats
path: root/dhcpcd/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpcd/GNUmakefile')
-rw-r--r--dhcpcd/GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dhcpcd/GNUmakefile b/dhcpcd/GNUmakefile
new file mode 100644
index 00000000..28d60969
--- /dev/null
+++ b/dhcpcd/GNUmakefile
@@ -0,0 +1,4 @@
+# GNU Make does not automagically include .depend
+# Luckily it does read GNUmakefile over Makefile so we can work around it
+include Makefile
+-include $(shell test -e .depend && echo .depend)