From: Roy Marples Date: Wed, 23 Apr 2014 19:00:29 +0000 (+0000) Subject: Add missing file X-Git-Tag: v6.4.0~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec144dcc4ff36d6821457f389ad24b353e788b74;p=thirdparty%2Fdhcpcd.git Add missing file --- diff --git a/iconfig.mk b/iconfig.mk new file mode 100644 index 00000000..7db60098 --- /dev/null +++ b/iconfig.mk @@ -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}