2019-02-17 07:05:41 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.8 2019/02/17 04:05:41 rin Exp $
|
2008-01-16 15:34:50 +03:00
|
|
|
|
2010-03-14 01:06:30 +03:00
|
|
|
S!= cd ${.PARSEDIR}/..;pwd
|
2011-09-11 22:38:02 +04:00
|
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}/common/include
|
2008-01-16 15:34:50 +03:00
|
|
|
USE_FORT= no
|
2019-02-17 07:05:41 +03:00
|
|
|
WARNS?= 5
|
2008-01-16 15:34:50 +03:00
|
|
|
|
2019-02-17 06:57:31 +03:00
|
|
|
# inexpensive kernel consistency checks
|
|
|
|
# XXX to be commented out on release branch
|
|
|
|
CPPFLAGS+= -DDIAGNOSTIC
|
|
|
|
|
2010-03-21 09:56:52 +03:00
|
|
|
.if !empty(IOCONF)
|
|
|
|
_BSD_IOCONF_MK_USER_=1
|
|
|
|
.include <bsd.ioconf.mk>
|
|
|
|
.endif
|
|
|
|
|
2008-01-16 15:34:50 +03:00
|
|
|
.include <bsd.own.mk>
|