1#	$NetBSD: Makefile.inc,v 1.7 2009/04/23 05:25:06 lukem 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