mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
style.Makefile(5):
Use WARNS?= instead of WARNS=.
This commit is contained in:
parent
129d092a20
commit
20e61691a2
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ SRCS+= subr_sbuf.c
|
|||
.PATH: ../../../../sys/kern
|
||||
|
||||
NOOBJ= youbet
|
||||
WARNS= 5
|
||||
WARNS?= 5
|
||||
CFLAGS+= -g -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -static
|
||||
# Uncomment for ElectricFence
|
||||
#LDADD += -lefence -L/usr/local/lib
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LDADD= -lsbuf -lbsdxml
|
|||
NOMAN= sorry
|
||||
|
||||
|
||||
WARNS=4
|
||||
WARNS?= 4
|
||||
.include "bsd.prog.mk"
|
||||
|
||||
test: ${PROG}
|
||||
|
|
|
|||
Loading…
Reference in a new issue