summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2007-04-09 01:45:30 +0000
committergshapiro <gshapiro@FreeBSD.org>2007-04-09 01:45:30 +0000
commit9fd55a85a1859c03f77fd4e03e37797f860b206e (patch)
tree24c649be73282dabe64a1dbce6d1b3e284727b75 /lib
parent84a4aaabc654a5912f1d321b0ef7a20746f4c371 (diff)
downloadFreeBSD-src-9fd55a85a1859c03f77fd4e03e37797f860b206e.zip
FreeBSD-src-9fd55a85a1859c03f77fd4e03e37797f860b206e.tar.gz
New files in sendmail 8.14.1
Diffstat (limited to 'lib')
-rw-r--r--lib/libmilter/Makefile4
-rw-r--r--lib/libsm/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libmilter/Makefile b/lib/libmilter/Makefile
index 9ce6bcf..bf96cc7 100644
--- a/lib/libmilter/Makefile
+++ b/lib/libmilter/Makefile
@@ -22,8 +22,8 @@ INCS= ${SENDMAIL_DIR}/include/libmilter/mfapi.h \
LIB= milter
SRCS+= sm_os.h
-SRCS+= main.c engine.c listener.c handler.c comm.c smfi.c \
- signal.c sm_gethost.c errstring.c strl.c
+SRCS+= main.c engine.c listener.c handler.c comm.c monitor.c smfi.c \
+ signal.c sm_gethost.c errstring.c strl.c worker.c
CLEANFILES+=sm_os.h
sm_os.h:
diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile
index 9d767e9..38c7806 100644
--- a/lib/libsm/Makefile
+++ b/lib/libsm/Makefile
@@ -28,7 +28,7 @@ SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.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 sem.c shm.c mbdb.c strexit.c cf.c ldap.c \
- niprop.c mpeix.c memstat.c
+ niprop.c mpeix.c memstat.c util.c
CLEANFILES+=sm_os.h
INTERNALLIB=
OpenPOWER on IntegriCloud