diff options
author | jschauma <jschauma> | 2003-01-21 14:28:14 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-01-21 14:28:14 +0000 |
commit | 589c619277c30802829859e8c9e9720fd94123ad (patch) | |
tree | b39bdfd59856c6801c5913a89a7559d0b371b5f3 /mk | |
parent | 80c9eb63a31c83652e598dacfc53f1f28678df83 (diff) | |
download | pkgsrc-589c619277c30802829859e8c9e9720fd94123ad.tar.gz |
Pax NetBSDi.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defs.IRIX.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index 94d0c6f40cc..9fe68b51f0c 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.17 2003/01/15 20:55:39 jlam Exp $ +# $NetBSD: defs.IRIX.mk,v 1.18 2003/01/21 14:28:14 jschauma Exp $ # # Variable definitions for the IRIX operating system. @@ -49,7 +49,7 @@ MTREE?= ${LOCALBASE}/bin/mtree MV?= /sbin/mv NICE?= /sbin/nice PATCH?= /usr/sbin/patch -b -PAX?= /usr/sbin/pax +PAX?= ${LOCALBASE}/bin/pax PERL5?= ${LOCALBASE}/bin/perl PKGLOCALEDIR?= share PS?= /sbin/ps |