summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-02 05:16:21 +0000
committerjlam <jlam>2005-05-02 05:16:21 +0000
commit1e8c20efa31241f850b03d814d6705f667a2df27 (patch)
tree1c16a2eb90fe05c1d62dee9620a63d7d35c3f4eb /mk/bsd.prefs.mk
parent5a597913fe2b96b94cf3c30d5fa4b278402867ae (diff)
downloadpkgsrc-1e8c20efa31241f850b03d814d6705f667a2df27.tar.gz
Remove the need for ${FIND} in the top-level make.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 2c38de614f2..15f28b2c478 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.186 2005/04/30 15:07:57 jlam Exp $
+# $NetBSD: bsd.prefs.mk,v 1.187 2005/05/02 05:16:21 jlam Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -273,7 +273,7 @@ USE_TOOLS+= [ awk dirname echo grep pwd sed test true
# These tools are used by the top-level make only in certain packages and
# should eventually be moved into those particular package Makefiles.
#
-USE_TOOLS+= date find tr
+USE_TOOLS+= date tr
_USE_NEW_TOOLS?= no
.if !empty(_USE_NEW_TOOLS:M[yY][eE][sS])