]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Add missing file
authorRoy Marples <roy@marples.name>
Wed, 23 Apr 2014 19:00:29 +0000 (19:00 +0000)
committerRoy Marples <roy@marples.name>
Wed, 23 Apr 2014 19:00:29 +0000 (19:00 +0000)
iconfig.mk [new file with mode: 0644]

diff --git a/iconfig.mk b/iconfig.mk
new file mode 100644 (file)
index 0000000..7db6009
--- /dev/null
@@ -0,0 +1,6 @@
+# Nasty hack so that make clean works without configure being run
+# Requires gmake4
+_CONFIG_MK!=   test -e ${TOP}/config.mk && echo config.mk || echo config-null.mk
+CONFIG_MK?=    ${_CONFIG_MK}
+TOP?=          .
+include                ${TOP}/${CONFIG_MK}