From 1849fdd1ac82def384a52143515d83a723132c57 Mon Sep 17 00:00:00 2001 From: johan Date: Tue, 24 Feb 2004 20:52:58 +0000 Subject: style.Makefile(5): Use WARNS?= instead of WARNS=. --- tools/regression/geom/ConfCmp/Makefile | 2 +- tools/regression/geom/MdLoad/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/regression/geom/ConfCmp/Makefile b/tools/regression/geom/ConfCmp/Makefile index c737bf6..e4ac676 100644 --- a/tools/regression/geom/ConfCmp/Makefile +++ b/tools/regression/geom/ConfCmp/Makefile @@ -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 diff --git a/tools/regression/geom/MdLoad/Makefile b/tools/regression/geom/MdLoad/Makefile index 1543c17..ef8972c 100644 --- a/tools/regression/geom/MdLoad/Makefile +++ b/tools/regression/geom/MdLoad/Makefile @@ -7,7 +7,7 @@ LDADD= -lsbuf -lbsdxml NOMAN= sorry -WARNS=4 +WARNS?= 4 .include "bsd.prog.mk" test: ${PROG} -- cgit v1.1