view iconfig.mk @ 5528:274d31419935 draft

privsep: don't leave a BOOTP process hanging around on SIGUSR1 When not in master mode.
author Roy Marples <roy@marples.name>
date Fri, 30 Oct 2020 16:11:44 +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}