2012-08-10 16:10:27 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.8 2012/08/10 12:10:29 joerg Exp $
|
2009-04-22 19:23:01 +04:00
|
|
|
|
|
|
|
WARNS?= 1 # XXX -Wshadow -Wcast-qual -Wsign-compare
|
1997-10-17 16:07:28 +04:00
|
|
|
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
|
|
.endif
|
2006-05-11 11:17:41 +04:00
|
|
|
|
2007-05-27 22:11:38 +04:00
|
|
|
USE_FORT?=yes # network client/server
|
|
|
|
|
2006-05-11 11:17:41 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2012-08-10 16:10:27 +04:00
|
|
|
.if defined(HAVE_GCC) || defined(HAVE_LLVM)
|
2006-05-11 11:17:41 +04:00
|
|
|
COPTS+= -fno-strict-aliasing
|
|
|
|
.endif
|