aboutsummaryrefslogtreecommitdiffstats
path: root/mk/Makefile.am
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2015-05-07 01:32:55 +0200
committerGilles Chehade <gilles@poolp.org>2015-05-07 01:32:55 +0200
commit95d994b2fd89194f24e2a9fc9dcb387b3346aee6 (patch)
tree18a4f6e500f3ee2736da55e5bf570d2865999ef7 /mk/Makefile.am
parentRevert "do not link table_db in table API if not builtin" (diff)
downloadOpenSMTPD-95d994b2fd89194f24e2a9fc9dcb387b3346aee6.tar.xz
OpenSMTPD-95d994b2fd89194f24e2a9fc9dcb387b3346aee6.zip
Revert "do not build table_db or makemap if !defined ENABLE_TABLE_DB"
This reverts commit 2b9f6f288255dafcaf642787ae87a4fe9fd1e057.
Diffstat (limited to 'mk/Makefile.am')
-rw-r--r--mk/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/Makefile.am b/mk/Makefile.am
index af57c80b..4e31d45c 100644
--- a/mk/Makefile.am
+++ b/mk/Makefile.am
@@ -1,5 +1,3 @@
SUBDIRS = smtpd
SUBDIRS+= smtpctl
-if ENABLE_TABLE_DB
SUBDIRS+= makemap
-endif