2007-05-27 22:11:38 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.4 2007/05/27 18:11:38 tls Exp $
|
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>
|
|
|
|
|
|
|
|
.if ${HAVE_GCC} == 4
|
|
|
|
COPTS+= -fno-strict-aliasing
|
|
|
|
.endif
|