aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vacation
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2011-12-19 13:38:28 +0000
committerDimitry Andric <dim@FreeBSD.org>2011-12-19 13:38:28 +0000
commit1d44b5b9f086d6b0c58d2c34f01bc347bd21f426 (patch)
treea1256e9ba4374372a271359c5c300720244e7964 /usr.bin/vacation
parent136fb141c6527f7a022d0528ac9dca78b5f9989e (diff)
Notes
Diffstat (limited to 'usr.bin/vacation')
-rw-r--r--usr.bin/vacation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile
index c20623c30495..2b13a28d81de 100644
--- a/usr.bin/vacation/Makefile
+++ b/usr.bin/vacation/Makefile
@@ -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