Makefile.inc revision 1.3
1#	$NetBSD: Makefile.inc,v 1.3 2010/03/21 06:56:52 pooka Exp $
2
3S!=		cd ${.PARSEDIR}/..;pwd
4CPPFLAGS+=	-I${NETBSDSRCDIR}/common/include
5USE_FORT=	no
6WARNS?=		1
7
8.if !empty(IOCONF)
9_BSD_IOCONF_MK_USER_=1
10.include <bsd.ioconf.mk>
11.endif
12
13.include <bsd.own.mk>
14