Remove CPPFLAGS that are redundant when WARNS=4.
This commit is contained in:
parent
05b982d1c7
commit
db80154181
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.34 2008/05/06 16:07:00 dyoung Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2008/05/07 22:07:24 dyoung Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
||||
|
||||
# when making a change to this file, please check if the change is
|
||||
@ -11,7 +11,7 @@ MAN= ifconfig.8
|
||||
|
||||
WARNS= 4
|
||||
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/ -Wall -Wno-unused-parameter -pedantic -std=c99
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/ -pedantic
|
||||
|
||||
.if (${USE_INET6} != "no")
|
||||
CPPFLAGS+=-DINET6
|
||||
|
Loading…
x
Reference in New Issue
Block a user