From 604d24db9579f5b317cae3fae63ab75ef5efca7f Mon Sep 17 00:00:00 2001 From: Johan Karlsson Date: Mon, 23 Feb 2004 20:25:27 +0000 Subject: style.Makefile(5): Use WARNS?= instead of WARNS=. --- sbin/quotacheck/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/quotacheck') diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile index d909e1abecd1..b54eda312880 100644 --- a/sbin/quotacheck/Makefile +++ b/sbin/quotacheck/Makefile @@ -3,7 +3,7 @@ PROG= quotacheck SRCS= quotacheck.c preen.c utilities.c -WARNS= 2 +WARNS?= 2 MAN= quotacheck.8 .PATH: ${.CURDIR}/../fsck_ffs -- cgit v1.2.3