Makefile.inc revision 1.8
1#	$NetBSD: Makefile.inc,v 1.8 2011/05/26 12:56:34 joerg Exp $
2
3WARNS?=	1	# XXX -Wshadow -Wcast-qual -Wsign-compare
4CWARNFLAGS.clang+=	-Wno-tautological-compare
5
6CPPFLAGS+=	-include ${.CURDIR}/../compat_openbsd.h
7
8.if exists(${.CURDIR}/../../Makefile.inc)
9.include "${.CURDIR}/../../Makefile.inc"
10.endif
11
12USE_FORT?=yes	# network client *and* setuid
13