aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Faurot <eric@opensmtpd.org>2014-07-10 14:00:57 +0200
committerEric Faurot <eric@opensmtpd.org>2014-07-10 14:00:57 +0200
commit4b0ddf3b641aee70af1c8886d23684588ccb0d4e (patch)
tree5dfdf49e3c43419aaa517d818166aaab040f3545
parentMerge branch 'master' into portable (diff)
downloadOpenSMTPD-4b0ddf3b641aee70af1c8886d23684588ccb0d4e.tar.xz
OpenSMTPD-4b0ddf3b641aee70af1c8886d23684588ccb0d4e.zip
do not build backends, they have moved to -extras
-rw-r--r--configure.ac4
-rw-r--r--mk/Makefile.am2
2 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 71ea0f17..c7702c08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2818,10 +2818,6 @@ AC_CONFIG_FILES([Makefile
mk/smtpd/Makefile
mk/smtpctl/Makefile
mk/makemap/Makefile
- mk/backends/Makefile
- mk/backends/table-passwd/Makefile
- mk/backends/table-sqlite/Makefile
- mk/backends/table-stub/Makefile
contrib/Makefile
contrib/libexec/Makefile
contrib/libexec/mail.local/Makefile
diff --git a/mk/Makefile.am b/mk/Makefile.am
index d0a92d01..8de9a146 100644
--- a/mk/Makefile.am
+++ b/mk/Makefile.am
@@ -1 +1 @@
-SUBDIRS = smtpd smtpctl makemap backends
+SUBDIRS = smtpd smtpctl makemap