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
|
||||
#.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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user