From 8a7b7c22beb7ba24f4fc3194d41e3a505d656b10 Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Sat, 20 Jan 2007 23:24:11 +0000 Subject: [PATCH] Decrease to WARNS=3. --- usr.sbin/mount_portalfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}