summaryrefslogtreecommitdiff
path: root/sys/modules/Makefile.inc
blob: 5cab4d955182fc44aedd8392f1a3d910f347f8b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$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>