aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_unionfs/Makefile
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2007-02-13 05:39:38 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2007-02-13 05:39:38 +0000
commit8cb8959b118ee99d09e47eb6350c92bfe8bbab15 (patch)
tree970bb02e1bf5ededc086119206941814293ccdb8 /sbin/mount_unionfs/Makefile
parent5cb6b1effbdd634b40df6b7810a936a50aa19c33 (diff)
downloadsrc-8cb8959b118ee99d09e47eb6350c92bfe8bbab15.tar.gz
src-8cb8959b118ee99d09e47eb6350c92bfe8bbab15.zip
Raise WARNS level to 6.
Notes
Notes: svn path=/head/; revision=166684
Diffstat (limited to 'sbin/mount_unionfs/Makefile')
-rw-r--r--sbin/mount_unionfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile
index 4794deaabe1e..35158ab92378 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?= 3
+WARNS?= 6
.PATH: ${MOUNT}