summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libsm/Makefile2
-rw-r--r--usr.sbin/sendmail/Makefile8
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile
index 56e5ac3..ef0e194 100644
--- a/lib/libsm/Makefile
+++ b/lib/libsm/Makefile
@@ -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
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index c1c8381..01496f8 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -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
OpenPOWER on IntegriCloud