components/gtar/Makefile
changeset 571 a9e52e69dd28
parent 326 36f3560adf05
child 609 775168282b2f
--- a/components/gtar/Makefile	Mon Nov 07 08:37:31 2011 -0800
+++ b/components/gtar/Makefile	Mon Nov 07 08:53:15 2011 -0800
@@ -36,6 +36,9 @@
 # workaround for CR 6998994
 sparc_COPTFLAG = -xO2
 
+# Use ssh (rather than rsh) for remote commands.
+CONFIGURE_ENV += "RSH=/usr/bin/ssh"
+
 CONFIGURE_OPTIONS +=	--with-rmt=/usr/sbin/rmt
 CONFIGURE_OPTIONS +=	--libexecdir=/usr/sbin
 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"