summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/smtpd
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2018-11-03 15:41:47 +0000
committergilles <gilles@openbsd.org>2018-11-03 15:41:47 +0000
commitba3ede877a664f3d8cebac0e5f8b21909e32d628 (patch)
tree71d5a287ddc20a4ccc8207fc1670303574d640a3 /usr.sbin/smtpd/smtpd
parents->filter_phase and s->filter_param must be assigned earlier (diff)
downloadwireguard-openbsd-ba3ede877a664f3d8cebac0e5f8b21909e32d628.tar.xz
wireguard-openbsd-ba3ede877a664f3d8cebac0e5f8b21909e32d628.zip
we no longer need smtpf_session.c
Diffstat (limited to 'usr.sbin/smtpd/smtpd')
-rw-r--r--usr.sbin/smtpd/smtpd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd/Makefile b/usr.sbin/smtpd/smtpd/Makefile
index f7d5e127a14..1a17e1c7223 100644
--- a/usr.sbin/smtpd/smtpd/Makefile
+++ b/usr.sbin/smtpd/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.96 2018/11/03 13:42:24 gilles Exp $
+# $OpenBSD: Makefile,v 1.97 2018/11/03 15:41:47 gilles Exp $
.PATH: ${.CURDIR}/..
@@ -47,7 +47,6 @@ SRCS+= scheduler_backend.c
SRCS+= smtp.c
SRCS+= smtp_report.c
SRCS+= smtp_session.c
-SRCS+= smtpf_session.c
SRCS+= smtpd.c
SRCS+= ssl.c
SRCS+= ssl_smtpd.c