Makefile.inc revision 1.7
1# $NetBSD: Makefile.inc,v 1.7 2009/04/23 05:25:06 lukem Exp $ 2 3WARNS?= 1 # XXX -Wshadow -Wcast-qual -Wsign-compare 4 5CPPFLAGS+= -include ${.CURDIR}/../compat_openbsd.h 6 7.if exists(${.CURDIR}/../../Makefile.inc) 8.include "${.CURDIR}/../../Makefile.inc" 9.endif 10 11USE_FORT?=yes # network client *and* setuid 12