summaryrefslogtreecommitdiff
path: root/mk/tools.mk
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-18 14:23:42 +0000
committerjlam <jlam>2004-02-18 14:23:42 +0000
commita9a0453d515c3a099452e565adf6c4d244c2249b (patch)
tree711ee14b493179a9425b15ee56fdc874a0ab0935 /mk/tools.mk
parentc583a6df7c5e5357d710aa207bd547bc68693ed8 (diff)
downloadpkgsrc-a9a0453d515c3a099452e565adf6c4d244c2249b.tar.gz
Remove some checks for PREPEND_PATH as we don't need them.
Diffstat (limited to 'mk/tools.mk')
-rw-r--r--mk/tools.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index b6e45012a80..b1c40d7c9ee 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.28 2004/02/18 13:32:38 jlam Exp $
+# $NetBSD: tools.mk,v 1.29 2004/02/18 14:23:42 jlam Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -12,10 +12,7 @@ TOOLS_MK= # defined
# first when searching for executables.
#
TOOLS_DIR= ${WRKDIR}/.tools
-.if empty(PREPEND_PATH:M${TOOLS_DIR}/bin)
PREPEND_PATH+= ${TOOLS_DIR}/bin
-#PATH:= ${TOOLS_DIR}/bin:${PATH}
-.endif
TOOLS_SHELL?= ${SH}
_TOOLS_WRAP_LOG= ${WRKLOG}