mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Move the WARNS attribute down so that it also applies to the
RELEASE_CRUNCH case.
This commit is contained in:
parent
7cf2c478e4
commit
0db65eda3e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87376
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user