summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2006-11-21 02:01:33 +0000
committerrodrigc <rodrigc@FreeBSD.org>2006-11-21 02:01:33 +0000
commitf658a60e64cc88b3d2b8c8e0f0f4766664552174 (patch)
treea104ec9979a395672b90b187474a50b23f855a24 /sbin
parent9ed8335b8fb1229db4fcca8656a40598a8976d58 (diff)
downloadFreeBSD-src-f658a60e64cc88b3d2b8c8e0f0f4766664552174.zip
FreeBSD-src-f658a60e64cc88b3d2b8c8e0f0f4766664552174.tar.gz
Increase WARNS to 3.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount_nfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile
index 68fe70a..aad9e35 100644
--- a/sbin/mount_nfs/Makefile
+++ b/sbin/mount_nfs/Makefile
@@ -9,7 +9,7 @@ MAN= mount_nfs.8
MOUNT= ${.CURDIR}/../mount
UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall
CFLAGS+= -DNFS -I${MOUNT} -I${UMNTALL}
-WARNS?= 2
+WARNS?= 3
.PATH: ${MOUNT} ${UMNTALL}
OpenPOWER on IntegriCloud