Reflect changes in sendmail 8.13 source tree

This commit is contained in:
Gregory Neil Shapiro 2004-08-01 01:16:59 +00:00
parent bfb62e91d7
commit f673db9f69
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132947
2 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c \
fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c \
smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c \
vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c \
vsprintf.c vsscanf.c wbuf.c wsetup.c string.c stringf.c \
vsscanf.c wbuf.c wsetup.c string.c stringf.c \
xtrap.c strto.c test.c path.c strcasecmp.c strrevcmp.c \
signal.c clock.c config.c shm.c mbdb.c strexit.c cf.c ldap.c \
niprop.c mpeix.c

View File

@ -12,9 +12,9 @@ MAN= mailq.1 newaliases.1 aliases.5 sendmail.8
SRCS= alias.c arpadate.c bf.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 milter.c mime.c parseaddr.c queue.c \
readcf.c recipient.c savemail.c sasl.c sfsasl.c shmticklib.c \
sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c \
tls.c trace.c udb.c usersmtp.c util.c version.c
ratectrl.c readcf.c recipient.c savemail.c sasl.c sfsasl.c \
shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c \
timers.c tls.c trace.c udb.c usersmtp.c util.c version.c
BINOWN= root
BINGRP= smmsp
.ifdef SENDMAIL_SET_USER_ID
@ -32,7 +32,7 @@ MAPS= -DMAP_REGEX -DDNSMAP
CSTD?= c89
CFLAGS+= -I${SMDIR} -I${SENDMAIL_DIR}/include -I.
CFLAGS+= ${DBMDEF} ${NIS} -DMILTER -DTCPWRAPPERS ${MAPS}
CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS ${MAPS}
.if !defined(NOINET6)
CFLAGS+= -DNETINET6