2006-05-11 11:17:41 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.3 2006/05/11 07:17:41 mrg 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
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
.if ${HAVE_GCC} == 4
|
|
|
|
COPTS+= -fno-strict-aliasing
|
|
|
|
.endif
|