style.Makefile:
Use WARNS?= instead of WARNS=.
This commit is contained in:
parent
ccf29051b1
commit
a1828721c8
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user