aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authorjung <jung@openbsd.org>2015-12-13 19:55:16 +0000
committerjung <jung@openbsd.org>2015-12-13 19:55:16 +0000
commit06b9941e19b8e9232f833d1dbe6bda9bbb96de67 (patch)
tree5a3d7b665441baa864d17ce30682db30440006f7 /smtpd
parentless macro; (diff)
downloadOpenSMTPD-06b9941e19b8e9232f833d1dbe6bda9bbb96de67.tar.xz
OpenSMTPD-06b9941e19b8e9232f833d1dbe6bda9bbb96de67.zip
add filter api man page
ok gilles
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 afef4f08..e7cce39a 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.82 2015/12/13 10:54:11 gilles Exp $
+# $OpenBSD: Makefile,v 1.83 2015/12/13 19:55:16 jung Exp $
.PATH: ${.CURDIR}/..
@@ -78,7 +78,7 @@ SRCS+= scheduler_proc.c
SRCS+= stat_ramstat.c
-MAN= sendmail.8 smtpd.8 smtpd.conf.5 table.5
+MAN= sendmail.8 smtpd.8 smtpd.conf.5 table.5 filter_api.3
BINDIR= /usr/sbin
LDADD+= -levent -lutil -lssl -lcrypto -lm -lz