SSH_RSHPATH has been unused for ages, remove.

This commit is contained in:
joerg 2007-07-02 14:02:06 +00:00
parent 0b38b08309
commit 3d2f7cdfcc

View file

@ -1,4 +1,4 @@
# $NetBSD: mk.conf,v 1.154 2007/06/19 21:29:09 jlam Exp $
# $NetBSD: mk.conf,v 1.155 2007/07/02 14:02:06 joerg Exp $
#
# This file provides default values for variables that may be overridden
@ -1669,11 +1669,6 @@ SILC_CLIENT_WITH_PERL?= YES
# --enable-ipf-transparent
# --enable-snmp
SSH_RSHPATH?= ${RSH}
# Used in ssh to specify standard rsh path
# Possible: path to rsh binary
# Default: platform dependent; ${RSH} set in mk/platform/${OPSYS}.mk
SSH_SUID?= NO
# Used in ssh to enable setuid installation of "ssh" binary.
# Possible: YES, or NO.