diff options
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |