summaryrefslogtreecommitdiff
path: root/mk/tools/bsd.tools.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-10 19:52:30 +0000
committerjlam <jlam@pkgsrc.org>2005-05-10 19:52:30 +0000
commit137ec423f976688b1acbf2dc3eb1f89ac1f0d188 (patch)
treeb56fa79dd2824fff13e7d029854b8e61fa2dca31 /mk/tools/bsd.tools.mk
parentf97b83c30b62f73b1415b72b6f1a0a8d62cd3163 (diff)
downloadpkgsrc-137ec423f976688b1acbf2dc3eb1f89ac1f0d188.tar.gz
Split out "strip" from the USE_TOOLS processing in replace.mk. Instead,
we create a "strip" tool unconditionally, and make it either a no-op or the real thing depending on the whether we want unstripped files or not.
Diffstat (limited to 'mk/tools/bsd.tools.mk')
-rw-r--r--mk/tools/bsd.tools.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/bsd.tools.mk b/mk/tools/bsd.tools.mk
index 058677543b4..7677c3f1984 100644
--- a/mk/tools/bsd.tools.mk
+++ b/mk/tools/bsd.tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.tools.mk,v 1.17 2005/05/10 18:42:59 jlam Exp $
+# $NetBSD: bsd.tools.mk,v 1.18 2005/05/10 19:52:30 jlam Exp $
#
# This Makefile fragment creates tools under ${TOOLS_DIR} that are
# found before similarly-named tools in the system path.
@@ -76,6 +76,7 @@ USE_TOOLS?= # empty
.include "../../mk/tools/autoconf.mk"
.include "../../mk/tools/texinfo.mk"
.include "../../mk/tools/rpcgen.mk"
+.include "../../mk/tools/strip.mk"
.include "../../mk/tools/replace.mk"
.include "../../mk/tools/perl.mk"
.include "../../mk/tools/make.mk"