Move the WARNS attribute down so that it also applies to the

RELEASE_CRUNCH case.
This commit is contained in:
Mike Barcroft 2001-12-05 02:29:23 +00:00
parent 7cf2c478e4
commit 0db65eda3e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87376

View File

@ -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>