diff options
author | peter <peter@FreeBSD.org> | 1999-01-12 12:47:54 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-01-12 12:47:54 +0000 |
commit | 893c59777846d5c21cd7331b5836db48cf414fd0 (patch) | |
tree | 982eeef964b286a09fb074b41ad199377d207a2b /secure | |
parent | bde278c48667fd957d386ad3abbc2cf949b520ce (diff) | |
download | FreeBSD-src-893c59777846d5c21cd7331b5836db48cf414fd0.zip FreeBSD-src-893c59777846d5c21cd7331b5836db48cf414fd0.tar.gz |
Update for 8.9.2 (new file, control.c)
Also, turn on support for the MaxMimeHeaderLength option in sendmail.cf.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/usr.sbin/sendmail/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile index cc88392..74675e2 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} |