summaryrefslogtreecommitdiffstats
path: root/bin/rmail
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-12-04 01:57:47 +0000
committerobrien <obrien@FreeBSD.org>2001-12-04 01:57:47 +0000
commit099f8ecbe9e998c7d18349a9429e95b060ef3082 (patch)
tree46fa80addd858339c663ba48aaca464400ef1d99 /bin/rmail
parentde55179b2946bde78ac016ba73aeae91e909d830 (diff)
downloadFreeBSD-src-099f8ecbe9e998c7d18349a9429e95b060ef3082.zip
FreeBSD-src-099f8ecbe9e998c7d18349a9429e95b060ef3082.tar.gz
Default to WARNS=2. Binary builds that cannot handle this must explicitly
set WARNS=0. Reviewed by: mike
Diffstat (limited to 'bin/rmail')
-rw-r--r--bin/rmail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile
index 87cd9cc..9de213c 100644
--- a/bin/rmail/Makefile
+++ b/bin/rmail/Makefile
@@ -10,6 +10,7 @@ PROG= rmail
SRCS= rmail.c
MAN= rmail.8
CFLAGS+=-I${SENDMAIL_DIR}/include
+WARNS= 0
.if exists(${.OBJDIR}/../../lib/libsmutil)
LIBSMUTILDIR:= ${.OBJDIR}/../../lib/libsmutil
OpenPOWER on IntegriCloud