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:
parent
a532cafd5e
commit
b4634967f0
@ -3674,9 +3674,9 @@ OLD_FILES+=usr/share/man/man8/ntptime.8.gz
|
|||||||
# to be filled in
|
# to be filled in
|
||||||
#.endif
|
#.endif
|
||||||
|
|
||||||
#.if ${MK_OPENSSH} == no
|
.if ${MK_OPENSSH} == no
|
||||||
# to be filled in
|
OLD_FILES+=usr.bin/ssh-copy-id
|
||||||
#.endif
|
.endif
|
||||||
|
|
||||||
#.if ${MK_OPENSSL} == no
|
#.if ${MK_OPENSSL} == no
|
||||||
# to be filled in
|
# to be filled in
|
||||||
|
@ -148,7 +148,6 @@ SUBDIR= alias \
|
|||||||
sockstat \
|
sockstat \
|
||||||
sort \
|
sort \
|
||||||
split \
|
split \
|
||||||
ssh-copy-id \
|
|
||||||
stat \
|
stat \
|
||||||
stdbuf \
|
stdbuf \
|
||||||
su \
|
su \
|
||||||
@ -303,6 +302,10 @@ SUBDIR+= ypmatch
|
|||||||
SUBDIR+= ypwhich
|
SUBDIR+= ypwhich
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${MK_OPENSSH} != "no"
|
||||||
|
SUBDIR+= ssh-copy-id
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${MK_OPENSSL} != "no"
|
.if ${MK_OPENSSL} != "no"
|
||||||
SUBDIR+= bc
|
SUBDIR+= bc
|
||||||
SUBDIR+= chkey
|
SUBDIR+= chkey
|
||||||
|
Loading…
Reference in New Issue
Block a user