diff --git a/usr.sbin/ntp/ntptime/Makefile b/usr.sbin/ntp/ntptime/Makefile index dac7fdb801de..d1551d80830a 100644 --- a/usr.sbin/ntp/ntptime/Makefile +++ b/usr.sbin/ntp/ntptime/Makefile @@ -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 + .if ${HAVE_GCC} == 4 COPTS+= -fno-strict-aliasing .endif