summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-01-07 00:57:36 +0000
committerrillig <rillig@pkgsrc.org>2007-01-07 00:57:36 +0000
commitb69640f761b7ea601da6954107839d2f3f643b12 (patch)
treeb1453a606db9507d05c98ea06ce315d0f1f088f9 /Makefile
parentabc37f3fbec9e64bd0199ccad6d2557a1563c99f (diff)
downloadpkgsrc-b69640f761b7ea601da6954107839d2f3f643b12.tar.gz
The tool definitions must come before including bsd.prefs.mk. Pointed
out by wiz.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 15 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf5247c710d..f9a7682d2e3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2007/01/06 17:10:42 rillig Exp $
+# $NetBSD: Makefile,v 1.80 2007/01/07 00:57:36 rillig Exp $
#
# This is the top-level Makefile of pkgsrc. It contains a list of the
# categories of packages, as well as some targets that operate on the
@@ -23,6 +23,20 @@
# mk/misc/toplevel.mk
#
+# Note: The tools definitions must come before bsd.prefs.mk is included.
+
+# tools used by this Makefile
+USE_TOOLS+= [ awk cat cmp echo env expr false fgrep grep mv rm sed \
+ sort wc
+
+# additional tools used by bsd.pkg.subdir.mk
+USE_TOOLS+= basename touch
+
+# additional tools used by bsd.bulk-pkg.mk
+USE_TOOLS+= egrep find ls sh tee true tsort
+
+PKGSRCTOP= yes
+
.include "mk/bsd.prefs.mk"
.if defined(SPECIFIC_PKGS)