NetBSD/sys/modules/Makefile.inc

14 lines
257 B
Makefile

# $NetBSD: Makefile.inc,v 1.3 2010/03/21 06:56:52 pooka Exp $
S!= cd ${.PARSEDIR}/..;pwd
CPPFLAGS+= -I${NETBSDSRCDIR}/common/include
USE_FORT= no
WARNS?= 1
.if !empty(IOCONF)
_BSD_IOCONF_MK_USER_=1
.include <bsd.ioconf.mk>
.endif
.include <bsd.own.mk>