aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index 135c3e18..4d7793cf 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.90 2018/05/24 11:38:24 gilles Exp $
+# $OpenBSD: Makefile,v 1.91 2018/06/03 14:04:06 gilles Exp $
.PATH: ${.CURDIR}/..
@@ -26,6 +26,7 @@ SRCS+= lka_session.c
SRCS+= log.c
SRCS+= mailaddr.c
SRCS+= mda.c
+SRCS+= mda_unpriv.c
SRCS+= mda_variables.c
SRCS+= mproc.c
SRCS+= mta.c