From 706437b97d06aa58b7d05fd6a653fc68799d21e2 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 22 Mar 2004 03:17:36 +0000 Subject: Remove WFORMAT, style.Makefile(5). --- bin/rmail/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/rmail/Makefile') 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 -- cgit v1.1