Increase WARNS level to 6.

This commit is contained in:
Craig Rodrigues 2005-11-13 01:47:04 +00:00
parent 15ee67c1fa
commit f06d169763
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152358

View File

@ -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}