Makefile.inc revision 1.6
1#	$NetBSD: Makefile.inc,v 1.6 2009/04/22 15:23:06 lukem Exp $
2
3CPPFLAGS+=	-include ${.CURDIR}/../compat_openbsd.h
4
5.if exists(${.CURDIR}/../../Makefile.inc)
6.include "${.CURDIR}/../../Makefile.inc"
7.endif
8
9USE_FORT?=yes	# network client *and* setuid
10