From 54cd426b9006a7048342920f73050a1dd9994cd0 Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 18 Mar 2002 02:13:38 +0000 Subject: 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(-) (limited to 'sbin') diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index 4228510..4e94621 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} -- cgit v1.1