summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/BundledPrograms.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs
index d071ae3aa..87232ebec 100644
--- a/Build/BundledPrograms.hs
+++ b/Build/BundledPrograms.hs
@@ -30,6 +30,7 @@ bundledPrograms = catMaybes
#endif
, Just "rsync"
, Just "ssh"
+ , Just "ssh-keygen"
#ifndef mingw32_HOST_OS
, Just "sh"
#endif