diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index c9605df21125..9cf777541add 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -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