Mercurial > hg > dhcpcd
view iconfig.mk @ 5541:f233c9381c56 draft
privsep: Allow ioctl TCGETS
printf on some platforms seems to require it.
Without this, script_dump() may fault.
| author | Matthew Clarkson <mclarkson@reliablecontrols.com> |
|---|---|
| date | Thu, 19 Nov 2020 15:37:33 +0000 |
| parents | ab6ab600e935 |
| children |
line wrap: on
line source
# Nasty hack so that make clean works without configure being run TOP?= . _CONFIG_MK!= test -e ${TOP}/config.mk && \ echo config.mk || echo config-null.mk _CONFIG_MK?= $(shell test -e ${TOP}/config.mk && \ echo config.mk || echo config-null.mk) CONFIG_MK?= ${_CONFIG_MK} include ${TOP}/${CONFIG_MK}
