diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-26 14:42:20 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-26 14:42:20 +0000 |
| commit | 345e52e74228df732bb0c9732aca0fc0404c360d (patch) | |
| tree | af350d25e2ec9e4d642eb03ff7d075eeb0aaa193 /usr.sbin/sendmail | |
| parent | 0a5779d45bf5cbb474e004524b8788e796db914c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sendmail')
| -rw-r--r-- | usr.sbin/sendmail/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 6496715ac897..6bb35f96e637 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -31,9 +31,7 @@ SRCS= alias.c arpadate.c bf_torek.c clock.c collect.c conf.c control.c \ version.c DPADD= ${LIBUTIL} ${LIBWRAP} LDADD= -lutil -lwrap -MAN1= mailq.1 newaliases.1 -MAN5= aliases.5 -MAN8= sendmail.8 +MAN= mailq.1 newaliases.1 aliases.5 sendmail.8 BINMODE=4555 .if exists(${.OBJDIR}/../../lib/libsmutil) |
