summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/smtpd/smtpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd/Makefile b/usr.sbin/smtpd/smtpd/Makefile
index 83bae3ab91b..7d9260f7f8e 100644
--- a/usr.sbin/smtpd/smtpd/Makefile
+++ b/usr.sbin/smtpd/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.54 2012/09/16 10:48:28 eric Exp $
+# $OpenBSD: Makefile,v 1.55 2012/09/16 16:24:08 chl Exp $
.PATH: ${.CURDIR}/.. ${.CURDIR}/../../../lib/libc/asr
@@ -34,7 +34,7 @@ SRCS+= user_pwd.c
SRCS+= asr.c asr_debug.c asr_utils.c gethostnamadr_async.c \
res_send_async.c getaddrinfo_async.c getnameinfo_async.c
-MAN= smtpd.8 smtpd.conf.5
+MAN= aliases.5 forward.5 smtpd.8 smtpd.conf.5
BINDIR= /usr/sbin
LDADD+= -levent -lutil -lssl -lcrypto -lm -lz