diff options
author | mike <mike@FreeBSD.org> | 2001-12-05 02:29:23 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2001-12-05 02:29:23 +0000 |
commit | efc4a197fd1bdce6d8cee5d369e631ff185d7370 (patch) | |
tree | da9addb8c0da122a5623c06bb24591446d47a085 /sbin/ifconfig | |
parent | bae50f587d4ac74ba93d8e11ee695f6d24dd8994 (diff) | |
download | FreeBSD-src-efc4a197fd1bdce6d8cee5d369e631ff185d7370.zip FreeBSD-src-efc4a197fd1bdce6d8cee5d369e631ff185d7370.tar.gz |
Move the WARNS attribute down so that it also applies to the
RELEASE_CRUNCH case.
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index 73f2f83..7e07564 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> |