diff --git a/usr.sbin/mount_portalfs/Makefile b/usr.sbin/mount_portalfs/Makefile index b7027e7d0d5..991a36f3e54 100644 --- a/usr.sbin/mount_portalfs/Makefile +++ b/usr.sbin/mount_portalfs/Makefile @@ -8,7 +8,7 @@ MAN= mount_portalfs.8 MOUNT= ${.CURDIR}/../../sbin/mount CFLAGS+=-I${MOUNT} -WARNS?= 6 +WARNS?= 3 .PATH: ${MOUNT}