style.Makefile(5):

Use WARNS?= instead of WARNS=.
This commit is contained in:
Johan Karlsson 2004-02-24 20:52:58 +00:00
parent 129d092a20
commit 20e61691a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126200
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -7,7 +7,7 @@ LDADD= -lsbuf -lbsdxml
NOMAN= sorry
WARNS=4
WARNS?= 4
.include "bsd.prog.mk"
test: ${PROG}