diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2000-09-13 04:16:16 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2000-09-13 04:16:16 +0000 |
commit | 07746c099adfb5db7c51a8db4472d85be41b410d (patch) | |
tree | fd1232054274a089b20009e2435fa976fb0b45d2 /secure | |
parent | 0cbfd9f9247fcd5a33ffc9bd929b08f5d407a920 (diff) | |
download | FreeBSD-src-07746c099adfb5db7c51a8db4472d85be41b410d.zip FreeBSD-src-07746c099adfb5db7c51a8db4472d85be41b410d.tar.gz |
Allow users to add libraries for sendmail (e.g. Cyrus SASL)
Obtained from: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
Diffstat (limited to 'secure')
-rw-r--r-- | secure/usr.sbin/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile index 8887d47..0eaa386 100644 --- a/secure/usr.sbin/sendmail/Makefile +++ b/secure/usr.sbin/sendmail/Makefile @@ -28,7 +28,7 @@ SRCS= alias.c arpadate.c bf_torek.c clock.c collect.c conf.c control.c \ stab.c stats.c sysexits.c timers.c trace.c udb.c usersmtp.c util.c \ version.c DPADD= ${LIBUTIL} ${LIBWRAP} -LDADD= -lutil -lwrap +LDADD+= -lutil -lwrap MAN1= mailq.1 newaliases.1 MAN5= aliases.5 MAN8= sendmail.8 |