summaryrefslogtreecommitdiffstats
path: root/sbin/mount/Makefile
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-10-26 00:35:05 +0000
committertrhodes <trhodes@FreeBSD.org>2003-10-26 00:35:05 +0000
commitf5b54933f14c8e48ce25af340e1aba5a4d0ac571 (patch)
tree1fd656d07ef3211e37b81c553751979c70066d6c /sbin/mount/Makefile
parent8a69810aef19a6e1794f3abb84b1c22f711c425a (diff)
downloadFreeBSD-src-f5b54933f14c8e48ce25af340e1aba5a4d0ac571.zip
FreeBSD-src-f5b54933f14c8e48ce25af340e1aba5a4d0ac571.tar.gz
style.Makefile: Add a '?' before '=' in WARNS.
Diffstat (limited to 'sbin/mount/Makefile')
-rw-r--r--sbin/mount/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile
index 68cf435..407abea 100644
--- a/sbin/mount/Makefile
+++ b/sbin/mount/Makefile
@@ -3,7 +3,7 @@
PROG= mount
SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
-WARNS= 0
+WARNS?= 0
MAN= mount.8
# We do NOT install the getmntopts.3 man page.
OpenPOWER on IntegriCloud