summaryrefslogtreecommitdiff
path: root/lib/libsm
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2011-12-16 17:02:25 +0000
committerDimitry Andric <dim@FreeBSD.org>2011-12-16 17:02:25 +0000
commit9e277ed8bff5f790cc35277d16b9175c69fa0276 (patch)
tree9875e3f1370463a2624681d93d86e374c805b9fc /lib/libsm
parent1f8811efbcf72f09ed029f13e89cd61a2a665242 (diff)
downloadsrc-test2-9e277ed8bff5f790cc35277d16b9175c69fa0276.tar.gz
src-test2-9e277ed8bff5f790cc35277d16b9175c69fa0276.zip
Notes
Diffstat (limited to 'lib/libsm')
-rw-r--r--lib/libsm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile
index f2c93b991d66..661e87a6e7aa 100644
--- a/lib/libsm/Makefile
+++ b/lib/libsm/Makefile
@@ -19,9 +19,9 @@ CFLAGS+=${SENDMAIL_CFLAGS}
WARNS?= 2
.if ${CC:T:Mclang} == "clang"
-# Unfortunately, clang gives a warning about sendmail code that cannot
+# 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