From 3f305db0a22891ad83a5755e9636d5d8da588e52 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 18 Mar 2002 02:13:38 +0000 Subject: [PATCH] Fixed 2 layers of breakage of WARNS. Setting WARNS unconditionally to 0 was bad and setting it unconditionally to 2 was worse. --- sbin/newfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index 4228510fb287..4e9462116b71 100644 --- a/sbin/newfs/Makefile +++ b/sbin/newfs/Makefile @@ -7,7 +7,7 @@ MAN= newfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+=-DFSIRAND -I${MOUNT} -WARNS= 2 +WARNS?= 2 .PATH: ${MOUNT}