summaryrefslogtreecommitdiff
path: root/mk/defs.IRIX.mk
diff options
context:
space:
mode:
authorsalo <salo>2002-12-16 09:18:56 +0000
committersalo <salo>2002-12-16 09:18:56 +0000
commitb13d092e26adc8bcd177054b7250b03fd2c5521d (patch)
treefb2d5a0694e91313c532337ecfb7eeef70842e37 /mk/defs.IRIX.mk
parentabb159b6494adea348a7bf25776c6c22a404939b (diff)
downloadpkgsrc-b13d092e26adc8bcd177054b7250b03fd2c5521d.tar.gz
Add TEE and TSORT (required for bulk builds).
Diffstat (limited to 'mk/defs.IRIX.mk')
-rw-r--r--mk/defs.IRIX.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk
index 6aa0e7b5aa8..5e9173e2b55 100644
--- a/mk/defs.IRIX.mk
+++ b/mk/defs.IRIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.IRIX.mk,v 1.11 2002/12/15 13:03:02 salo Exp $
+# $NetBSD: defs.IRIX.mk,v 1.12 2002/12/16 09:18:57 salo Exp $
#
# Variable definitions for the IRIX operating system.
@@ -67,10 +67,12 @@ SHLOCK= ${LOCALBASE}/bin/shlock
SORT?= /usr/bin/sort
SU?= /sbin/su
TAIL?= /usr/bin/tail
+TEE?= /usr/bin/tee
TEST?= /sbin/test
TOUCH?= /usr/bin/touch
TR?= /usr/bin/tr
TRUE?= /usr/bin/true
+TSORT?= /usr/bin/tsort
TYPE?= /sbin/type
WC?= /usr/bin/wc
XARGS?= /sbin/xargs