Include "bsd.own.mk" to get the definition of "HAVE_GCC".
This commit is contained in:
parent
9b8d2ce51a
commit
203b156add
|
@ -1,9 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.5 2006/05/11 07:15:17 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2006/05/11 10:32:37 tron Exp $
|
||||
|
||||
PROG= ntptime
|
||||
MAN= ntptime.8
|
||||
SRCS= ntptime.c
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${HAVE_GCC} == 4
|
||||
COPTS+= -fno-strict-aliasing
|
||||
.endif
|
||||
|
|
Loading…
Reference in New Issue