From 429cd02cab937485e650c7d166e4ba4876f74223 Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Fri, 7 Oct 2005 02:22:48 +0000 Subject: [PATCH] Bump WARNS up to 3. --- sbin/mount/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index 407abea2f1f3..4cd26acd4176 100644 --- a/sbin/mount/Makefile +++ b/sbin/mount/Makefile @@ -3,7 +3,7 @@ PROG= mount SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c -WARNS?= 0 +WARNS?= 3 MAN= mount.8 # We do NOT install the getmntopts.3 man page.