From da69ece541a6bd87aef507f149e587be2c0be751 Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Wed, 13 Sep 2000 04:16:16 +0000 Subject: [PATCH] Allow users to add libraries for sendmail (e.g. Cyrus SASL) Obtained from: Sergei Vyshenski --- secure/usr.sbin/sendmail/Makefile | 2 +- usr.sbin/sendmail/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile index 8887d478249d..0eaa38611785 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 diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 8887d478249d..0eaa38611785 100644 --- a/usr.sbin/sendmail/Makefile +++ b/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