aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.sbin/sendmail/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-01-12 12:47:54 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-01-12 12:47:54 +0000
commit3539ed8b65885ed56af70d7df7cb031f1110336e (patch)
treea4100932758b2093c81a018329e410028bda992f /secure/usr.sbin/sendmail/Makefile
parent037e9444313409872103d5f2c8efe40cc925ccc4 (diff)
downloadsrc-3539ed8b65885ed56af70d7df7cb031f1110336e.tar.gz
src-3539ed8b65885ed56af70d7df7cb031f1110336e.zip
Update for 8.9.2 (new file, control.c)
Also, turn on support for the MaxMimeHeaderLength option in sendmail.cf.
Notes
Notes: svn path=/head/; revision=42584
Diffstat (limited to 'secure/usr.sbin/sendmail/Makefile')
-rw-r--r--secure/usr.sbin/sendmail/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile
index cc883920c0c1..74675e29d599 100644
--- a/secure/usr.sbin/sendmail/Makefile
+++ b/secure/usr.sbin/sendmail/Makefile
@@ -19,10 +19,11 @@ MAPS= -DMAP_REGEX
#TCPWRAPPERS= -DTCPWRAPPERS -I${TCPWRAPPERSBASEDIR}/include
CFLAGS+=-I${SMDIR} ${DBMDEF} ${NIS} ${TCPWRAPPERS} ${MAPS}
+CFLAGS+=-D_FFR_MAX_MIME_HEADER_LENGTH
-SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \
- deliver.c domain.c envelope.c err.c headers.c macro.c main.c \
- map.c mci.c mime.c parseaddr.c queue.c readcf.c recipient.c \
+SRCS= alias.c arpadate.c clock.c collect.c conf.c control.c convtime.c \
+ daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c \
+ main.c map.c mci.c mime.c parseaddr.c queue.c readcf.c recipient.c \
safefile.c savemail.c snprintf.c srvrsmtp.c stab.c stats.c \
sysexits.c trace.c udb.c usersmtp.c util.c version.c
DPADD= ${LIBUTIL}