view iconfig.mk @ 5563:da781e97946d draft dhcpcd-8

DHCP: Fix reading RENEW messages from inet socket It helps to use the correct buffer to store the control message ....
author Roy Marples <roy@marples.name>
date Sun, 20 Dec 2020 07:08:08 +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}