aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs
diff options
context:
space:
mode:
authorJohan Karlsson <johan@FreeBSD.org>2004-02-23 20:25:27 +0000
committerJohan Karlsson <johan@FreeBSD.org>2004-02-23 20:25:27 +0000
commit604d24db9579f5b317cae3fae63ab75ef5efca7f (patch)
treec7a40798921957743bfe9ddeb54c45234fb14086 /sbin/mount_nfs
parentcee1270c1af563b8877f3ee833694ca693505177 (diff)
downloadsrc-604d24db9579f5b317cae3fae63ab75ef5efca7f.tar.gz
src-604d24db9579f5b317cae3fae63ab75ef5efca7f.zip
style.Makefile(5):
Use WARNS?= instead of WARNS=.
Notes
Notes: svn path=/head/; revision=126178
Diffstat (limited to 'sbin/mount_nfs')
-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 0d3751498e87..68fe70ac3e13 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?= 2
.PATH: ${MOUNT} ${UMNTALL}