Mercurial > hg > dhcpcd
changeset 2430:7c4784bf2adb draft
Add missing file
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Wed, 23 Apr 2014 19:00:29 +0000 |
| parents | 08730e3a664e |
| children | a0cdd597e490 |
| files | iconfig.mk |
| diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iconfig.mk Wed Apr 23 19:00:29 2014 +0000 @@ -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}
