diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-09-13 04:16:16 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-09-13 04:16:16 +0000 |
| commit | da69ece541a6bd87aef507f149e587be2c0be751 (patch) | |
| tree | 2fb3814b88f3020a1693b8475c7639a15017e682 /usr.sbin/sendmail | |
| parent | 4bae64510ba4f499be6500d71282a7b4308c9106 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sendmail')
| -rw-r--r-- | usr.sbin/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
