1# Nasty hack so that make clean works without configure being run
2# Requires gmake4
3TOP?=		.
4_CONFIG_MK!=	test -e ${TOP}/config.mk && \
5		    echo config.mk || echo config-null.mk
6CONFIG_MK?=	${_CONFIG_MK}
7include		${TOP}/${CONFIG_MK}
8