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
commit8649e953f6e7d4480518c6eacc327ff7629a6b50 (patch)
tree699d842e582db84b7bb9e0aa866573ebbdee2339 /Makefile
parent58ead00e2ebf7ecbb8f70f14f3f3e90a465e8754 (diff)
downloadpkgsrc-8649e953f6e7d4480518c6eacc327ff7629a6b50.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