aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/smtpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'smtpd/smtpd/Makefile')
-rw-r--r--smtpd/smtpd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/smtpd/smtpd/Makefile b/smtpd/smtpd/Makefile
index a1d1f1d7..a7621419 100644
--- a/smtpd/smtpd/Makefile
+++ b/smtpd/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.87 2017/05/26 21:30:00 gilles Exp $
+# $OpenBSD: Makefile,v 1.88 2017/08/13 11:10:31 eric Exp $
.PATH: ${.CURDIR}/..
@@ -17,7 +17,6 @@ SRCS+= dns.c
SRCS+= envelope.c
SRCS+= esc.c
SRCS+= expand.c
-SRCS+= filter.c
SRCS+= forward.c
SRCS+= iobuf.c
SRCS+= ioev.c