summaryrefslogtreecommitdiffstats
path: root/dhcpcd/GNUmakefile
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-01-30 13:29:46 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-01-30 16:23:03 +0100
commitf2ed769880271654297a4be420f26ab94d39666b (patch)
tree4cbfc23184993e8ef11bb1d60b307cbb3644a259 /dhcpcd/GNUmakefile
parentarphole: New test (diff)
downloadrtems-libbsd-f2ed769880271654297a4be420f26ab94d39666b.tar.bz2
DHCPCD(8): Import
Import DHCPCD(8) from: http://roy.marples.name/projects/dhcpcd/ The upstream sources can be obtained via: fossil clone http://roy.marples.name/projects/dhcpcd The imported version is 2014-01-29 19:46:44 [6b209507bb].
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)