aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/Makefile
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2001-12-05 02:29:23 +0000
committerMike Barcroft <mike@FreeBSD.org>2001-12-05 02:29:23 +0000
commit0db65eda3e872cb035c13099978c774ae3ec9d9b (patch)
treeda9addb8c0da122a5623c06bb24591446d47a085 /sbin/ifconfig/Makefile
parent7cf2c478e4e39a70ca1085bda864fb6d6678fa28 (diff)
downloadsrc-0db65eda3e872cb035c13099978c774ae3ec9d9b.tar.gz
src-0db65eda3e872cb035c13099978c774ae3ec9d9b.zip
Move the WARNS attribute down so that it also applies to the
RELEASE_CRUNCH case.
Notes
Notes: svn path=/head/; revision=87376
Diffstat (limited to 'sbin/ifconfig/Makefile')
-rw-r--r--sbin/ifconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile
index 73f2f83dec80..7e0756465d97 100644
--- a/sbin/ifconfig/Makefile
+++ b/sbin/ifconfig/Makefile
@@ -9,7 +9,6 @@ SRCS+= ifmedia.c
CFLAGS+=-DUSE_IF_MEDIA
.if !defined(RELEASE_CRUNCH)
CFLAGS+=-DINET6
-WARNS= 0
#comment out to exclude SIOC[GS]ETVLAN support
SRCS+= ifvlan.c
@@ -31,5 +30,6 @@ LDADD= -lipx
CFLAGS+=-DNS -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings \
-Wnested-externs -I..
+WARNS= 0
.include <bsd.prog.mk>