style.Makefile(5):
Use WARNS?= instead of WARNS=.
This commit is contained in:
parent
4ef4ea0b9a
commit
217f22fa03
@ -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 New Issue
Block a user