summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-07-16 21:59:20 +0000
committerRoland McGrath <roland@gnu.org>1994-07-16 21:59:20 +0000
commit5e0eedad670ddc66a14b194f72e646ffb40c70de (patch)
tree3340786c2b6526603b4d045d4449b80c8aea45b0 /Makeconfig
parent7bf2b26a7961f4d372a146392966348ba67cac92 (diff)
entered into RCS
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig11
1 files changed, 8 insertions, 3 deletions
diff --git a/Makeconfig b/Makeconfig
index 5b3fdb1e04..729390a27f 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -143,7 +143,7 @@ endif
# Where to install machine-independent data files.
# These are the timezone database, and eventually the locale database.
ifndef datadir
-datadir = $(prefix)/lib
+datadir = $(prefix)/share
endif
# Where to install the timezone data files (which are machine-independent).
@@ -156,6 +156,11 @@ ifndef bindir
bindir = $(exec_prefix)/bin
endif
+# Where to install administrative programs.
+ifndef sbindir
+sbindir = $(exec_prefix)/sbin
+endif
+
# Where to install the Info files.
ifndef infodir
infodir = $(prefix)/info
@@ -163,8 +168,8 @@ endif
# Where to install default configuration files. These include the local
# timezone specification and network data base files.
-ifndef etcdir
-etcdir = $(prefix)/etc
+ifndef sysconfdir
+sysconfdir = $(prefix)/etc
endif
# What timezone should be the installed default (e.g., US/Eastern).