diff options
author | obache <obache> | 2013-06-02 03:06:44 +0000 |
---|---|---|
committer | obache <obache> | 2013-06-02 03:06:44 +0000 |
commit | df1e0f35c73770014100b1f35e490c00f01ef0ef (patch) | |
tree | 6367d83fad387d3b9ef17e6b6c721cac52b13c64 /mk/tools | |
parent | ee30eedcf1fe79c1a7135ce193e1d5b5c1a0307e (diff) | |
download | pkgsrc-df1e0f35c73770014100b1f35e490c00f01ef0ef.tar.gz |
hacked `file' command is not required anymore.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/tools.Haiku.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/tools/tools.Haiku.mk b/mk/tools/tools.Haiku.mk index 09188fc7959..aa26a0f97b5 100644 --- a/mk/tools/tools.Haiku.mk +++ b/mk/tools/tools.Haiku.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Haiku.mk,v 1.6 2013/06/02 03:04:22 obache Exp $ +# $NetBSD: tools.Haiku.mk,v 1.7 2013/06/02 03:06:44 obache Exp $ # # System-supplied tools for the Haiku operating system. @@ -27,7 +27,6 @@ TOOLS_PLATFORM.env?= /bin/env TOOLS_PLATFORM.expr?= /bin/expr TOOLS_PLATFORM.false?= false # shell builtin TOOLS_PLATFORM.fgrep?= /bin/fgrep -TOOLS_PLATFORM.file?= /bin/printf "%s: text\n" # Hack TOOLS_PLATFORM.find?= /bin/find TOOLS_PLATFORM.ftp?= /bin/ftp TOOLS_PLATFORM.gawk?= /bin/gawk |