style.Makefile:

Use WARNS?= instead of WARNS=.
This commit is contained in:
Johan Karlsson 2004-02-23 20:07:47 +00:00
parent 8d2d29d96f
commit b51049906c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126176
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ SRCS= blocks.c ${_change} chunk.c create_chunk.c disk.c ${_open_disk} \
rules.c write_disk.c write_${MACHINE}_disk.c
INCS= libdisk.h
WARNS= 2
WARNS?= 2
CFLAGS+= -I${.CURDIR}/../../sys/geom

View File

@ -5,7 +5,7 @@
LIB= ngatm
SHLIB_MAJOR= 1
MAN= libngatm.3 uniaddr.3 unifunc.3 unimsg.3 unistruct.3
WARNS= 6
WARNS?= 6
# source of the library lives in contrib
SDIR= ${.CURDIR}/../../sys