When the world is built WITHOUT_OPENSSH also don't

install ssh-copy-id.

PR:		misc/177590
Submitted by:	Oleg Ginzburg <olevole@olevole.ru>
Reviewed by:	imp
This commit is contained in:
Eitan Adler 2013-04-28 17:58:11 +00:00
parent a532cafd5e
commit b4634967f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250024
2 changed files with 7 additions and 4 deletions

View File

@ -3674,9 +3674,9 @@ OLD_FILES+=usr/share/man/man8/ntptime.8.gz
# to be filled in
#.endif
#.if ${MK_OPENSSH} == no
# to be filled in
#.endif
.if ${MK_OPENSSH} == no
OLD_FILES+=usr.bin/ssh-copy-id
.endif
#.if ${MK_OPENSSL} == no
# to be filled in

View File

@ -148,7 +148,6 @@ SUBDIR= alias \
sockstat \
sort \
split \
ssh-copy-id \
stat \
stdbuf \
su \
@ -303,6 +302,10 @@ SUBDIR+= ypmatch
SUBDIR+= ypwhich
.endif
.if ${MK_OPENSSH} != "no"
SUBDIR+= ssh-copy-id
.endif
.if ${MK_OPENSSL} != "no"
SUBDIR+= bc
SUBDIR+= chkey