diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2006-11-21 02:01:33 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2006-11-21 02:01:33 +0000 |
commit | f658a60e64cc88b3d2b8c8e0f0f4766664552174 (patch) | |
tree | a104ec9979a395672b90b187474a50b23f855a24 /sbin/mount_nfs | |
parent | 9ed8335b8fb1229db4fcca8656a40598a8976d58 (diff) | |
download | FreeBSD-src-f658a60e64cc88b3d2b8c8e0f0f4766664552174.zip FreeBSD-src-f658a60e64cc88b3d2b8c8e0f0f4766664552174.tar.gz |
Increase WARNS to 3.
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r-- | sbin/mount_nfs/Makefile | 2 |
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} |