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/mount_unionfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/mount_unionfs/Makefile') diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile index dbe870fa80ec..02965042dd87 100644 --- a/sbin/mount_unionfs/Makefile +++ b/sbin/mount_unionfs/Makefile @@ -7,7 +7,7 @@ MAN= mount_unionfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+=-I${MOUNT} -WARNS= 0 +WARNS?= 0 .PATH: ${MOUNT} -- cgit v1.2.3