summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-12 23:20:50 +0100
committertv <tv@krebsco.de>2016-02-12 23:20:50 +0100
commit20ed2b65d438b22e6d3bf241f3ef7f672776ac15 (patch)
treed572ae8c1e86060c95c59c56e7680c4d2f4dfd3b /Makefile
parentc52f93fefbca524dd21eea2b65fc3e504b080e19 (diff)
make install: make ssh configurable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f39ed0c..a25b907 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ eval eval.:;@$(call evaluate)
eval.%:;@$(call evaluate,-A $*)
# usage: make install system=foo [target_host=bar]
-install: ssh = ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
+install: ssh ?= ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
install:
$(ssh) $(target_user)@$(target_host) \
env target_path=$(target_path) \