diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2006-03-22 16:58:15 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2006-03-22 16:58:15 +0000 |
commit | 37b7266a79fcdb3c460ee943b65458feaf6837d6 (patch) | |
tree | 2924998c45239cab3016f72b50b44b67dbe576f8 /lib | |
parent | 1ea8124e9ff72b5dc7ec5f423f8021ece0fb427c (diff) | |
download | FreeBSD-src-37b7266a79fcdb3c460ee943b65458feaf6837d6.zip FreeBSD-src-37b7266a79fcdb3c460ee943b65458feaf6837d6.tar.gz |
Add new libsm file from sendmail 8.13.6
MFC after: 4 days
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile index 4439b4a..9d767e9 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 + niprop.c mpeix.c memstat.c CLEANFILES+=sm_os.h INTERNALLIB= |