Add unzip. From Minix 3.4RC6
This commit is contained in:
parent
1764d6ec78
commit
d192480c51
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: tools.Minix.mk,v 1.11 2018/11/05 13:42:24 sevan Exp $
|
||||
# $NetBSD: tools.Minix.mk,v 1.12 2018/11/05 13:44:05 sevan Exp $
|
||||
#
|
||||
# System-supplied tools for the Minix operating system.
|
||||
|
||||
|
@ -95,6 +95,7 @@ TOOLS_PLATFORM.tr?= /usr/bin/tr
|
|||
TOOLS_PLATFORM.true?= /usr/bin/true
|
||||
TOOLS_PLATFORM.tsort?= /usr/bin/tsort
|
||||
TOOLS_PLATFORM.uniq?= /usr/bin/uniq
|
||||
TOOLS_PLATFORM.unzip?= /usr/bin/unzip
|
||||
TOOLS_PLATFORM.wc?= /usr/bin/wc
|
||||
TOOLS_PLATFORM.xargs?= /usr/bin/xargs
|
||||
TOOLS_PLATFORM.xz?= /usr/bin/xz
|
||||
|
|
Loading…
Reference in a new issue