Makefile.inc revision 1.8
1# $NetBSD: Makefile.inc,v 1.8 2019/02/17 04:05:41 rin Exp $ 2 3S!= cd ${.PARSEDIR}/..;pwd 4CPPFLAGS+= -I${NETBSDSRCDIR}/common/include 5USE_FORT= no 6WARNS?= 5 7 8# inexpensive kernel consistency checks 9# XXX to be commented out on release branch 10CPPFLAGS+= -DDIAGNOSTIC 11 12.if !empty(IOCONF) 13_BSD_IOCONF_MK_USER_=1 14.include <bsd.ioconf.mk> 15.endif 16 17.include <bsd.own.mk> 18