summaryrefslogtreecommitdiffstats
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
commitf96b5643e211c1a7e605ec9425967edbfd8d0bc3 (patch)
treed6d45e8f59a00cfe982f757ca7e57e85050ec810
parentRemove trailing '\n' from strings passed to err(1) (diff)
downloadwireguard-openbsd-f96b5643e211c1a7e605ec9425967edbfd8d0bc3.tar.xz
wireguard-openbsd-f96b5643e211c1a7e605ec9425967edbfd8d0bc3.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
-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 35a5f0f911d..f5a0914bb23 100644
--- a/usr.sbin/smtpd/smtpd/Makefile
+++ b/usr.sbin/smtpd/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