diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-05-31 16:34:46 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-05-31 16:34:46 +0000 |
commit | c5e48ed425ea69332b593cd78025b8901c78b800 (patch) | |
tree | 40c8cdc5d545cfa696c6ae5e65d1611273965b3b /mk/defs.IRIX.mk | |
parent | 9009caddfc6f7d556f86e83196f95dab701bad26 (diff) | |
download | pkgsrc-c5e48ed425ea69332b593cd78025b8901c78b800.tar.gz |
Set SSH_RSHPATH to /usr/bsd/rsh, overriding the default from
bsd.pkg.defaults.mk. Noted by Georg Schwarz in a private email.
Diffstat (limited to 'mk/defs.IRIX.mk')
-rw-r--r-- | mk/defs.IRIX.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index e3cea093fa9..8bdbd4484f8 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.50 2004/05/12 14:10:18 jschauma Exp $ +# $NetBSD: defs.IRIX.mk,v 1.51 2004/05/31 16:34:46 jschauma Exp $ # # Variable definitions for the IRIX operating system. @@ -77,6 +77,7 @@ SETENV?= /sbin/env SH?= /bin/ksh SHLOCK= ${LOCALBASE}/bin/shlock SORT?= /usr/bin/sort +SSH_RSHPATH= /usr/bsd/rsh # override bsd.pkg.defaults.mk SU?= /sbin/su TAIL?= /usr/bin/tail TAR?= ${LOCALBASE}/bin/tar |