From da69ece541a6bd87aef507f149e587be2c0be751 Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Wed, 13 Sep 2000 04:16:16 +0000 Subject: Allow users to add libraries for sendmail (e.g. Cyrus SASL) Obtained from: Sergei Vyshenski --- usr.sbin/sendmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sendmail') 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 -- cgit v1.3