summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 1f890d0..5d07d8d 100644
--- a/config.mk
+++ b/config.mk
@@ -1,13 +1,17 @@
# Configuration
# Note: $(topdir) is set to the directory containing this file.
+# Note: In the default version of this file, commented out values indicate what
+# the GNU standards dicate, when our values differ.
+
DESTDIR=
#prefix=/usr/local
prefix=/usr
exec_prefix=$(prefix)
bindir=$(exec_prefix)/bin
-sbindir=$(exec_prefix)/sbin
+#sbindir=$(exec_prefix)/sbin
+sbindir=$(exec_prefix)/bin
#libexecdir=$(exec_prefix)/libexec
libexecdir=$(exec_prefix)/lib