summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-18 02:13:38 +0000
committerbde <bde@FreeBSD.org>2002-03-18 02:13:38 +0000
commit54cd426b9006a7048342920f73050a1dd9994cd0 (patch)
tree9926d3004bfd9d4522a90453a83ee23c579e886b /sbin
parentbdae5e51a4d5d94c892ecb50dfdf46339ebb7c1d (diff)
downloadFreeBSD-src-54cd426b9006a7048342920f73050a1dd9994cd0.zip
FreeBSD-src-54cd426b9006a7048342920f73050a1dd9994cd0.tar.gz
Fixed 2 layers of breakage of WARNS. Setting WARNS unconditionally to
0 was bad and setting it unconditionally to 2 was worse.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/newfs/Makefile2
1 files changed, 1 insertions, 1 deletions
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}
OpenPOWER on IntegriCloud