summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-04-28 17:58:11 +0000
committereadler <eadler@FreeBSD.org>2013-04-28 17:58:11 +0000
commitac784bd1ceb146c2c17f1103f7fa1b9d2b6a5c32 (patch)
treeab829859d62ee3f5a87e2c034cd87e3399b9338b /usr.bin/Makefile
parentf53b49b70c849567dc5a16d77c4dc220f82e382f (diff)
downloadFreeBSD-src-ac784bd1ceb146c2c17f1103f7fa1b9d2b6a5c32.zip
FreeBSD-src-ac784bd1ceb146c2c17f1103f7fa1b9d2b6a5c32.tar.gz
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
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index b3a23f7..a3186d7 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -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
OpenPOWER on IntegriCloud