summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-16 03:45:24 +0000
committerjlam <jlam>2005-05-16 03:45:24 +0000
commit19cbc2a7b3c2ee2222273aaccd90d3c0139b33c0 (patch)
tree940bc98c218d31b2895831ce35787c0f0eaec6ff /Makefile
parent2ab852c63b2883af4e5258a2a578dafcb3163c0c (diff)
downloadpkgsrc-19cbc2a7b3c2ee2222273aaccd90d3c0139b33c0.tar.gz
Note the tools used by /usr/pkgsrc/Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 28c224cdded..47ddecc6cec 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,15 @@
-# $NetBSD: Makefile,v 1.68 2005/05/14 20:50:02 jlam Exp $
+# $NetBSD: Makefile,v 1.69 2005/05/16 03:45:24 jlam Exp $
#
-# tools use by bsd.pkg.subdir.mk
-PKGSRC_USE_TOOLS+= [ awk basename cat cmp echo mv rm sed sort touch
+# tools used by this this Makefile
+PKGSRC_USE_TOOLS+= [ awk cat cmp echo env expr false fgrep grep mv \
+ rm sed sort wc
+
+# additional tools use by bsd.pkg.subdir.mk
+PKGSRC_USE_TOOLS+= basename touch
# additional tools used by bsd.bulk-pkg.mk
-PKGSRC_USE_TOOLS+= egrep env expr find grep ls sh tee true tsort wc
+PKGSRC_USE_TOOLS+= egrep find ls sh tee true tsort
.include "mk/bsd.prefs.mk"