summaryrefslogtreecommitdiff
path: root/mk/defs.SunOS.mk
diff options
context:
space:
mode:
authorjschauma <jschauma>2004-05-31 16:47:00 +0000
committerjschauma <jschauma>2004-05-31 16:47:00 +0000
commitd739c86fa008f5a4391a77983194de3ead67ec4f (patch)
treebc3c3f1dd833dc4dfac4c7fe6d283d1381c7c274 /mk/defs.SunOS.mk
parent0b51c610379880c6d897097fa9198d65ec9e3e12 (diff)
downloadpkgsrc-d739c86fa008f5a4391a77983194de3ead67ec4f.tar.gz
Use a cleaner approach for previous:
- set RSH on an opsys-specific basis, defaulting to /usr/bin/rsh (XXX: please confirm/verify this on your OS) - set SSH_RSHPATH to RSH in bsd.pkg.defaults.mk
Diffstat (limited to 'mk/defs.SunOS.mk')
-rw-r--r--mk/defs.SunOS.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index 42001d84808..1c40a5a5523 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.85 2004/05/12 14:10:18 jschauma Exp $
+# $NetBSD: defs.SunOS.mk,v 1.86 2004/05/31 16:47:00 jschauma Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -65,6 +65,9 @@ PS?= /bin/ps
PWD_CMD?= /bin/pwd # needs to print physical path
RM?= /usr/bin/rm
RMDIR?= /usr/bin/rmdir
+# XXX: default from bsd.pkg.defaults.mk. Verify/corerct for this platform
+# and remove this comment.
+RSH?= /usr/bin/rsh
.if exists(${LOCALBASE}/bin/nbsed)
SED?= ${LOCALBASE}/bin/nbsed
.else