aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2014-12-14 15:26:56 +0000
committergilles <gilles@openbsd.org>2014-12-14 15:26:56 +0000
commite00c3d118bc59ec7005a2d7b3d498ad25fc4a571 (patch)
treee80453c4e9c0670bc8cef650b0b271915dbe4874 /smtpd
parentAdd DKIM signing example based on eric@'s asiabsdcon slides (diff)
downloadOpenSMTPD-e00c3d118bc59ec7005a2d7b3d498ad25fc4a571.tar.xz
OpenSMTPD-e00c3d118bc59ec7005a2d7b3d498ad25fc4a571.zip
these are no longer used, remove
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index fbfc85c6..cf751b62 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.76 2014/10/15 08:09:02 gilles Exp $
+# $OpenBSD: Makefile,v 1.77 2014/12/14 15:26:56 gilles Exp $
.PATH: ${.CURDIR}/..
@@ -15,7 +15,6 @@ SRCS= aliases.c bounce.c ca.c compress_backend.c config.c \
waitq.c
# RFC parsers
-SRCS+= rfc822.c
SRCS+= rfc2822.c
# backends