Makefile.inc revision 1.5
1#	$NetBSD: Makefile.inc,v 1.5 2007/05/28 12:06:38 tls Exp $
2
3CPPFLAGS+=	-include ${.CURDIR}/../compat_openbsd.h
4
5WARNS?=	1
6
7.if exists(${.CURDIR}/../../Makefile.inc)
8.include "${.CURDIR}/../../Makefile.inc"
9.endif
10
11USE_FORT?=yes	# network client *and* setuid
12