aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authormatthieu <matthieu@openbsd.org>2014-09-15 22:31:07 +0000
committermatthieu <matthieu@openbsd.org>2014-09-15 22:31:07 +0000
commit3fab4cf04fd19f7f8120f05e52d53f5688077e1a (patch)
tree7890ad48f754c7c56ed62a9128266e77583c1271 /smtpd
parentif crypt(3) fails return an authentication error (diff)
downloadOpenSMTPD-3fab4cf04fd19f7f8120f05e52d53f5688077e1a.tar.xz
OpenSMTPD-3fab4cf04fd19f7f8120f05e52d53f5688077e1a.zip
install sendmail.8 from smtpd now that sendmail is gone.
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index eaea6907..d733baf7 100644
--- a/smtpd/Makefile
+++ b/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