mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Remove WFORMAT, style.Makefile(5).
This commit is contained in:
parent
0598ef01ee
commit
2edbecc6db
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127287
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user