aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authoreric <eric@openbsd.org>2013-11-07 09:24:17 +0000
committereric <eric@openbsd.org>2013-11-07 09:24:17 +0000
commit2152088281f4a38d722bf16222c00ce7816b0ba0 (patch)
treee6ca57d294e1b56e29717e1ed92f9c263d74e48c /smtpd
parentfix format string (diff)
downloadOpenSMTPD-2152088281f4a38d722bf16222c00ce7816b0ba0.tar.xz
OpenSMTPD-2152088281f4a38d722bf16222c00ce7816b0ba0.zip
missing manpage, spotted by jmc@
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 20813ce4..b43ab013 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.66 2013/08/06 19:05:57 miod Exp $
+# $OpenBSD: Makefile,v 1.67 2013/11/07 09:24:17 eric 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
+MAN= smtpd.8 smtpd.conf.5 table.5
BINDIR= /usr/sbin
LDADD+= -levent -lutil -lssl -lcrypto -lm -lz