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