diff options
author | salo <salo@pkgsrc.org> | 2002-12-15 13:03:02 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-15 13:03:02 +0000 |
commit | 1449f89b4834df79883c83e9bfa700fb21ade3da (patch) | |
tree | bb8e82df554d8297dceb143989bf941a9ad63dbd /mk/defs.IRIX.mk | |
parent | 19e8456dc21ab1232e39ceea1ca04309008c5b88 (diff) | |
download | pkgsrc-1449f89b4834df79883c83e9bfa700fb21ade3da.tar.gz |
Add DATE and NICE (required for bulk builds).
Diffstat (limited to 'mk/defs.IRIX.mk')
-rw-r--r-- | mk/defs.IRIX.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index cdf764e7e84..6aa0e7b5aa8 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.10 2002/12/15 02:12:32 salo Exp $ +# $NetBSD: defs.IRIX.mk,v 1.11 2002/12/15 13:03:02 salo Exp $ # # Variable definitions for the IRIX operating system. @@ -11,6 +11,7 @@ CHGRP?= /sbin/chgrp CMP?= /usr/bin/cmp CP?= /sbin/cp CUT?= /usr/bin/cut +DATE?= /sbin/date DC?= /usr/bin/dc DIRNAME?= /usr/bin/dirname ECHO?= /sbin/echo @@ -51,6 +52,7 @@ MTREE?= ${LOCALBASE}/sbin/mtree .endif MTREE?= ${ZOULARISBASE}/bin/mtree MV?= /sbin/mv +NICE?= /sbin/nice PATCH?= /usr/sbin/patch -b PAX?= /usr/sbin/pax PERL5?= ${LOCALBASE}/bin/perl |