diff options
author | obache <obache@pkgsrc.org> | 2015-02-01 08:48:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2015-02-01 08:48:56 +0000 |
commit | 9a1850dd880d44073df7a3821b1e35ba4399736e (patch) | |
tree | 9e58bb2c76d359c456d3ace6f23ab1e7e53b460e /mk/tools/tools.Linux.mk | |
parent | fb7085672d474abec2af594f3b73d52c004f911b (diff) | |
download | pkgsrc-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/tools.Linux.mk')
-rw-r--r-- | mk/tools/tools.Linux.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/tools/tools.Linux.mk b/mk/tools/tools.Linux.mk index f451e8a3798..a169c95d35c 100644 --- a/mk/tools/tools.Linux.mk +++ b/mk/tools/tools.Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Linux.mk,v 1.56 2015/01/30 11:06:36 obache Exp $ +# $NetBSD: tools.Linux.mk,v 1.57 2015/02/01 08:48:56 obache Exp $ # # System-supplied tools for the Linux operating system. @@ -255,11 +255,6 @@ TOOLS_PLATFORM.uniq?= /bin/uniq .elif exists(/usr/bin/uniq) TOOLS_PLATFORM.uniq?= /usr/bin/uniq .endif -.if exists(/bin/unlink) -TOOLS_PLATFORM.unlink?= /bin/unlink -.elif exists(/usr/bin/unlink) -TOOLS_PLATFORM.unlink?= /usr/bin/unlink -.endif TOOLS_PLATFORM.wc?= /usr/bin/wc .if exists(/usr/bin/wget) TOOLS_PLATFORM.wget?= /usr/bin/wget |