summaryrefslogtreecommitdiffstats
path: root/bin/rmail
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-03-22 03:17:36 +0000
committerobrien <obrien@FreeBSD.org>2004-03-22 03:17:36 +0000
commit706437b97d06aa58b7d05fd6a653fc68799d21e2 (patch)
tree037ca06b5bf5ddaef40e44ca5b114cd9c4bca641 /bin/rmail
parentbde1a9b0116b172353c74d156c19af2315c6c520 (diff)
downloadFreeBSD-src-706437b97d06aa58b7d05fd6a653fc68799d21e2.zip
FreeBSD-src-706437b97d06aa58b7d05fd6a653fc68799d21e2.tar.gz
Remove WFORMAT, style.Makefile(5).
Diffstat (limited to 'bin/rmail')
-rw-r--r--bin/rmail/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile
index 532a8d3..f76781b 100644
--- a/bin/rmail/Makefile
+++ b/bin/rmail/Makefile
@@ -4,12 +4,15 @@
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
.PATH: ${SENDMAIL_DIR}/rmail
+# Not much point this being static. It calls a shared sendmail...
+NOSHARED?= NO
+
PROG= rmail
SRCS= rmail.c
MAN= rmail.8
-CFLAGS+=-I${SENDMAIL_DIR}/include -I.
+
WARNS?= 0
-WFORMAT=0
+CFLAGS+=-I${SENDMAIL_DIR}/include -I.
.if exists(${.OBJDIR}/../../lib/libsm)
LIBSMDIR:= ${.OBJDIR}/../../lib/libsm
@@ -34,9 +37,6 @@ LDFLAGS+=${SENDMAIL_LDFLAGS}
# following:
# CFLAGS+= -DQUEUE_ONLY
-# Not much point this being static. It calls a shared sendmail...
-NOSHARED?= NO
-
sm_os.h:
ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h
OpenPOWER on IntegriCloud