style.Makefile: Add a '?' before '=' in WARNS.

This commit is contained in:
Tom Rhodes 2003-10-26 00:35:05 +00:00
parent c1c65b7ef8
commit 2998b879f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121520

View File

@ -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.