summaryrefslogtreecommitdiff
path: root/mk/tools.mk
diff options
context:
space:
mode:
authorgrant <grant>2004-10-14 11:41:40 +0000
committergrant <grant>2004-10-14 11:41:40 +0000
commita82197f0834c1212d3a36bc4131d1af24e1f43ea (patch)
tree69c8a1420a7057124d2334e3d612ffad83159591 /mk/tools.mk
parent8e13531683f290a69c3bd9a36a020a172fd25422 (diff)
downloadpkgsrc-a82197f0834c1212d3a36bc4131d1af24e1f43ea.tar.gz
make sure _TOOLS_HAS_GNU.<tool> is initialised. from Michael van Elst
in PR pkg/27258.
Diffstat (limited to 'mk/tools.mk')
-rw-r--r--mk/tools.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index 78806ec309d..d8f7e232987 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.44 2004/10/14 09:56:52 grant Exp $
+# $NetBSD: tools.mk,v 1.45 2004/10/14 11:41:40 grant Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -174,6 +174,7 @@ _TOOLS_OPSYS_INCOMPAT.yacc+= # empty
# Default to not requiring GNU tools.
.for _tool_ in ${_TOOLS}
+_TOOLS_HAS_GNU.${_tool_}?= NO
_TOOLS_NEED_GNU.${_tool_}?= NO
_TOOLS_REPLACE.${_tool_}?= NO
_TOOLS_OVERRIDE.${_tool_}?= NO