13 lines
329 B
Makefile
13 lines
329 B
Makefile
# $NetBSD: Makefile.inc,v 1.9 2015/01/29 03:31:35 christos Exp $
|
|
|
|
WARNS?= 1 # XXX -Wshadow -Wcast-qual -Wsign-compare
|
|
CWARNFLAGS.clang+= -Wno-tautological-compare
|
|
|
|
CPPFLAGS+= -D_OPENBSD_SOURCE
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|
|
|
|
USE_FORT?=yes # network client *and* setuid
|