Newer AIX has bzip2 and bzcat pre-installed.
This commit is contained in:
parent
48521387b8
commit
ca11c32744
1 changed files with 7 additions and 1 deletions
|
@ -1,10 +1,16 @@
|
|||
# $NetBSD: tools.AIX.mk,v 1.13 2006/10/17 06:08:31 rillig Exp $
|
||||
# $NetBSD: tools.AIX.mk,v 1.14 2007/08/30 21:29:21 joerg Exp $
|
||||
#
|
||||
# System-supplied tools for the AIX operating system.
|
||||
|
||||
TOOLS_PLATFORM.[?= [ # shell builtin
|
||||
TOOLS_PLATFORM.awk?= /usr/bin/awk
|
||||
TOOLS_PLATFORM.basename?= /usr/bin/basename
|
||||
.if exists(/usr/bin/bzcat)
|
||||
TOOLS_PLATFORM.bzcat?= /usr/bin/bzcat
|
||||
.endif
|
||||
.if exists(/usr/bin/bzip2)
|
||||
TOOLS_PLATFORM.bzip2?= /usr/bin/bzip2
|
||||
.endif
|
||||
TOOLS_PLATFORM.cat?= /bin/cat
|
||||
TOOLS_PLATFORM.chgrp?= /usr/bin/chgrp
|
||||
TOOLS_PLATFORM.chmod?= /bin/chmod
|
||||
|
|
Loading…
Reference in a new issue