aboutsummaryrefslogtreecommitdiffstats
path: root/mk
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2018-05-24 15:12:59 +0200
committerGilles Chehade <gilles@poolp.org>2018-05-24 15:12:59 +0200
commit0edf6ea5a850025898621952585a562c72c5bdb0 (patch)
treefb4b3e48910bf26c8b1aa387e1900cf1110e3d09 /mk
parentMerge branch 'master' into portable (diff)
downloadOpenSMTPD-0edf6ea5a850025898621952585a562c72c5bdb0.tar.xz
OpenSMTPD-0edf6ea5a850025898621952585a562c72c5bdb0.zip
do not build deprecated files
Diffstat (limited to 'mk')
-rw-r--r--mk/smtpd/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/mk/smtpd/Makefile.am b/mk/smtpd/Makefile.am
index dd3ac002..0227c675 100644
--- a/mk/smtpd/Makefile.am
+++ b/mk/smtpd/Makefile.am
@@ -20,7 +20,6 @@ smtpd_SOURCES+= $(smtpd_srcdir)/ca.c
smtpd_SOURCES+= $(smtpd_srcdir)/compress_backend.c
smtpd_SOURCES+= $(smtpd_srcdir)/config.c
smtpd_SOURCES+= $(smtpd_srcdir)/control.c
-smtpd_SOURCES+= $(smtpd_srcdir)/delivery.c
smtpd_SOURCES+= $(smtpd_srcdir)/dict.c
smtpd_SOURCES+= $(smtpd_srcdir)/dns.c
smtpd_SOURCES+= $(smtpd_srcdir)/esc.c
@@ -67,11 +66,6 @@ if HAVE_GCM_CRYPTO
smtpd_SOURCES+= $(smtpd_srcdir)/crypto.c
endif
smtpd_SOURCES+= $(smtpd_srcdir)/compress_gzip.c
-smtpd_SOURCES+= $(smtpd_srcdir)/delivery_filename.c
-smtpd_SOURCES+= $(smtpd_srcdir)/delivery_maildir.c
-smtpd_SOURCES+= $(smtpd_srcdir)/delivery_mbox.c
-smtpd_SOURCES+= $(smtpd_srcdir)/delivery_mda.c
-smtpd_SOURCES+= $(smtpd_srcdir)/delivery_lmtp.c
if HAVE_DB_API
smtpd_SOURCES+= $(smtpd_srcdir)/table_db.c
endif