Include "bsd.own.mk" to get the definition of "HAVE_GCC".

This commit is contained in:
tron 2006-05-11 10:32:37 +00:00
parent 9b8d2ce51a
commit 203b156add
1 changed files with 3 additions and 1 deletions

View File

@ -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