diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2011-12-16 17:02:25 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2011-12-16 17:02:25 +0000 |
| commit | 9e277ed8bff5f790cc35277d16b9175c69fa0276 (patch) | |
| tree | 9875e3f1370463a2624681d93d86e374c805b9fc /libexec/mail.local | |
| parent | 1f8811efbcf72f09ed029f13e89cd61a2a665242 (diff) | |
Notes
Diffstat (limited to 'libexec/mail.local')
| -rw-r--r-- | libexec/mail.local/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 345e2a4603a8..de490fb42314 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -15,7 +15,7 @@ WFORMAT=0 .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 |
