aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_reiserfs
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2005-11-13 01:47:04 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2005-11-13 01:47:04 +0000
commitf06d16976345e490e15ee3ac34c6bd2890a81ee8 (patch)
tree27533e7cc2f30c3f0ede24730397dc920de6c221 /sbin/mount_reiserfs
parent15ee67c1fadb6c427df1de7ed86ec201732e3275 (diff)
downloadsrc-f06d16976345e490e15ee3ac34c6bd2890a81ee8.tar.gz
src-f06d16976345e490e15ee3ac34c6bd2890a81ee8.zip
Increase WARNS level to 6.
Notes
Notes: svn path=/head/; revision=152358
Diffstat (limited to 'sbin/mount_reiserfs')
-rw-r--r--sbin/mount_reiserfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mount_reiserfs/Makefile b/sbin/mount_reiserfs/Makefile
index 686629fe1843..bd11a4b8ac64 100644
--- a/sbin/mount_reiserfs/Makefile
+++ b/sbin/mount_reiserfs/Makefile
@@ -7,6 +7,7 @@ MAN = mount_reiserfs.8
# mount_reiserfs needs mntopts.h and getmntopts.c from src/sbin/mount/
MOUNT ?= ${.CURDIR}/../mount
CFLAGS += -I${MOUNT}
+WARNS ?= 6
.PATH: ${MOUNT}