aboutsummaryrefslogtreecommitdiff
path: root/libexec/mail.local/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-02-04 02:33:51 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-02-04 02:33:51 +0000
commit9357f4121d711efe51bf00036d474d5fc95f9efc (patch)
treee09124432cef9c966bca17527d441825168a4358 /libexec/mail.local/Makefile
parent01d719241863a44279aa5f90a3300d8f4cea9f47 (diff)
downloadsrc-9357f4121d711efe51bf00036d474d5fc95f9efc.tar.gz
src-9357f4121d711efe51bf00036d474d5fc95f9efc.zip
Lock down with WFORMAT?=1, with overrides in the subdirectories which
are not yet warning-clean. Tested on i386 and alpha.
Notes
Notes: svn path=/head/; revision=90164
Diffstat (limited to 'libexec/mail.local/Makefile')
-rw-r--r--libexec/mail.local/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile
index ac04ca3af97a..4746526e41e2 100644
--- a/libexec/mail.local/Makefile
+++ b/libexec/mail.local/Makefile
@@ -10,6 +10,7 @@ PROG= mail.local
SRCS= mail.local.c
MAN= mail.local.8
CFLAGS+=-I${SENDMAIL_DIR}/include
+WFORMAT=0
.if exists(${.OBJDIR}/../../lib/libsmutil)
LIBSMUTILDIR:= ${.OBJDIR}/../../lib/libsmutil