aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authorjung <jung@openbsd.org>2016-01-09 09:48:03 +0000
committerjung <jung@openbsd.org>2016-01-09 09:48:03 +0000
commit1295812dccff06a4318bf1dca256bb62717dc64a (patch)
treedaf0f54b52e8fb6639555f80fd88c1aa70cbbeed /smtpd
parentadjust a debug message to use decimal instead of hex (diff)
downloadOpenSMTPD-1295812dccff06a4318bf1dca256bb62717dc64a.tar.xz
OpenSMTPD-1295812dccff06a4318bf1dca256bb62717dc64a.zip
do not install filter_api.3 until the names are changed, to avoid namespace
pollution, this api should really be renamed with a prefix smtpd_* prodded by deraadt
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 35a5f0f9..f5a0914b 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.84 2015/12/28 13:26:44 benno Exp $
+# $OpenBSD: Makefile,v 1.85 2016/01/09 09:48:03 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 filter_api.3
+MAN= sendmail.8 smtpd.8 smtpd.conf.5 table.5
BINDIR= /usr/sbin
LDADD+= -levent -lutil -lssl -lcrypto -lm -lz