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.SunOS.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.SunOS.mk')
-rw-r--r-- | mk/tools/tools.SunOS.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/tools/tools.SunOS.mk b/mk/tools/tools.SunOS.mk index 6fb47e3595a..2e3d84d6096 100644 --- a/mk/tools/tools.SunOS.mk +++ b/mk/tools/tools.SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.SunOS.mk,v 1.46 2015/01/30 11:06:36 obache Exp $ +# $NetBSD: tools.SunOS.mk,v 1.47 2015/02/01 08:48:56 obache Exp $ # # System-supplied tools for the Solaris operating system. # @@ -211,7 +211,6 @@ TOOLS_PLATFORM.tr?= /usr/xpg4/bin/tr TOOLS_PLATFORM.true?= true # shell builtin TOOLS_PLATFORM.tsort?= /usr/ccs/bin/tsort TOOLS_PLATFORM.uniq?= /usr/bin/uniq -TOOLS_PLATFORM.unlink?= /usr/sbin/unlink .if exists(/usr/bin/unzip) TOOLS_PLATFORM.unzip?= /usr/bin/unzip .endif |