summaryrefslogtreecommitdiff
path: root/mk/tools/replace.mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2015-02-01 08:48:56 +0000
committerobache <obache@pkgsrc.org>2015-02-01 08:48:56 +0000
commit9a1850dd880d44073df7a3821b1e35ba4399736e (patch)
tree9e58bb2c76d359c456d3ace6f23ab1e7e53b460e /mk/tools/replace.mk
parentfb7085672d474abec2af594f3b73d52c004f911b (diff)
downloadpkgsrc-9a1850dd880d44073df7a3821b1e35ba4399736e.tar.gz
revert "Add unlink as a tool.", I cannot describe why is it on the Earth.
proposed/discussed is required for such changes, from PMC gdt@.
Diffstat (limited to 'mk/tools/replace.mk')
-rw-r--r--mk/tools/replace.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk
index b0f4cade24a..fd012947427 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.273 2015/01/30 11:06:36 obache Exp $
+# $NetBSD: replace.mk,v 1.274 2015/02/01 08:48:56 obache Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1009,8 +1009,7 @@ TOOLS_PATH.${_t_}= ${TOOLS_PREFIX.${_t_}}/bin/${_t_}
_TOOLS.coreutils= basename cat chgrp chmod chown cp cut date \
dirname echo env expr false head hostname id install \
ln ls mkdir mv nice numfmt printf pwd readlink realpath \
- rm rmdir sleep sort tail tee test touch tr true tsort \
- unlink wc
+ rm rmdir sleep sort tail tee test touch tr true tsort wc
.for _t_ in ${_TOOLS.coreutils}
. if !defined(TOOLS_IGNORE.${_t_}) && !empty(_USE_TOOLS:M${_t_})