In usr.bin/vacation/Makefile, fix a typo in the comment about clang

warnings.

Spotted by:	arundel
MFC after:	1 week
This commit is contained in:
Dimitry Andric 2011-12-19 13:38:28 +00:00
parent 136fb141c6
commit 1d44b5b9f0

View File

@ -14,7 +14,7 @@ WARNS?= 2
.if ${CC:T:Mclang} == "clang"
# Unfortunately, clang gives warnings about sendmail code that cannot
# be turned off yet. Since this is contrib code, and we don't really
# care about the warnings, just turn make them non-fatal for now.
# care about the warnings, just make them non-fatal for now.
NO_WERROR=
.endif