summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-14 20:50:02 +0000
committerjlam <jlam>2005-05-14 20:50:02 +0000
commitd40d4322eb90f14f593c1eb27b2051fdea70ca1f (patch)
tree699d842e582db84b7bb9e0aa866573ebbdee2339 /Makefile
parent4334aa44b3063a4ca3043e7fc25a3ad723e67fa5 (diff)
downloadpkgsrc-d40d4322eb90f14f593c1eb27b2051fdea70ca1f.tar.gz
List the tools that are used by the files included by /usr/pkgsrc/Makefile.
This causes the relevant "TOOL" variable names to be defined by bsd.prefs.mk (through including mk/tools/defaults.mk).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d3a5bcf836..28c224cdded 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,12 @@
-# $NetBSD: Makefile,v 1.67 2005/02/14 22:47:11 rillig Exp $
+# $NetBSD: Makefile,v 1.68 2005/05/14 20:50:02 jlam Exp $
#
+# tools use by bsd.pkg.subdir.mk
+PKGSRC_USE_TOOLS+= [ awk basename cat cmp echo mv rm sed sort touch
+
+# additional tools used by bsd.bulk-pkg.mk
+PKGSRC_USE_TOOLS+= egrep env expr find grep ls sh tee true tsort wc
+
.include "mk/bsd.prefs.mk"
.ifdef SPECIFIC_PKGS