summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/Makefile.tools')
-rw-r--r--makefiles/Makefile.tools5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index a7ae724..5b76f23 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -19,6 +19,8 @@
# TARGET Target platform (defaults to host)
# PREFIX Absolute installation path prefix
# (defaults to /usr/local)
+# LIBDIR Library installation directory in ${PREFIX}
+# (defaults to lib)
#
###############################################################################
@@ -368,6 +370,9 @@ endif
# Default prefix
PREFIX ?= /usr/local
+# Default libdir
+LIBDIR ?= lib
+
###############################################################################
# Tool defaults
###############################################################################