use COPTS not CFLAGS
This commit is contained in:
parent
2fbe0fef8d
commit
77a346fea2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue