diff --git a/usr.sbin/xntp/Makefile.inc b/usr.sbin/xntp/Makefile.inc index 7c51d5e86d93..53344a14eab7 100644 --- a/usr.sbin/xntp/Makefile.inc +++ b/usr.sbin/xntp/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.9 1998/04/01 15:01:17 christos Exp $ +# $NetBSD: Makefile.inc,v 1.10 1998/04/13 14:42:03 lukem Exp $ #WARNS?= 0 CPPFLAGS += -I${.CURDIR}/../include -DHAVE_CONFIG_H -Drestrict=1 -Dunrestrict=1 @@ -7,7 +7,7 @@ DPADD += ${LIBNTP} # Some later versions (at least 2.7.2.3.f.1) of GCC have a `restrict' # keyword?! -CFLAGS+=-ansi +COPTS+=-ansi .if exists(${.CURDIR}/../../Makefile.inc) .include "${.CURDIR}/../../Makefile.inc"