summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-06-15 21:26:56 -0400
committerUlrich Drepper <drepper@gmail.com>2011-06-15 21:26:56 -0400
commit77fb9117432a754388c52f6eb06c60a828975350 (patch)
tree866ed045488ec70547223b276bb22cf5860c2eee /Makeconfig
parent40c1b22cd76995f0b614745c3954755e462b7f56 (diff)
Install db-Makefile
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig
index b34cacfa7a..cc5c3a9ffb 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -291,6 +291,12 @@ sysconfdir = $(prefix)/etc
endif
inst_sysconfdir = $(install_root)$(sysconfdir)
+# Directory for the database files and Makefile for nss_db.
+ifndef vardbdir
+vardbdir = /var/db
+endif
+inst_vardbdir = $(install_root)$(vardbdir)
+
# What timezone should be the installed default (e.g., US/Eastern).
# Run `make -C time echo-zonenames' to see a list of available zone names.
# The local timezone can be changed with `zic -l TIMEZONE' at any time.