aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'smtpd/Makefile')
-rw-r--r--smtpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index f5a0914b..314fe2a5 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.85 2016/01/09 09:48:03 jung Exp $
+# $OpenBSD: Makefile,v 1.86 2017/05/22 13:43:15 gilles Exp $
.PATH: ${.CURDIR}/..
@@ -40,6 +40,7 @@ SRCS+= scheduler.c
SRCS+= scheduler_backend.c
SRCS+= smtp.c
SRCS+= smtp_session.c
+SRCS+= smtpf_session.c
SRCS+= smtpd.c
SRCS+= ssl.c
SRCS+= ssl_smtpd.c