diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-09-15 22:31:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-09-15 22:31:08 +0000 |
commit | 0f12e226af227746031190722430ae8dcf3b06a0 (patch) | |
tree | 957c286162f9c8392c68523fc024c7d1e49d24bf /usr.sbin | |
parent | aff52974665f4d0731b83b509c69e35d910e8ed1 (diff) |
install sendmail.8 from smtpd now that sendmail is gone.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/smtpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd/Makefile b/usr.sbin/smtpd/smtpd/Makefile index eaea69071a7..d733baf733d 100644 --- a/usr.sbin/smtpd/smtpd/Makefile +++ b/usr.sbin/smtpd/smtpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.74 2014/04/15 20:55:42 miod Exp $ +# $OpenBSD: Makefile,v 1.75 2014/09/15 22:31:07 matthieu Exp $ .PATH: ${.CURDIR}/.. @@ -34,7 +34,7 @@ SRCS+= scheduler_null.c SRCS+= scheduler_proc.c SRCS+= stat_ramstat.c -MAN= smtpd.8 smtpd.conf.5 table.5 +MAN= sendmail.8 smtpd.8 smtpd.conf.5 table.5 BINDIR= /usr/sbin LDADD+= -levent -lutil -lssl -lcrypto -lm -lz |