summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-04 13:40:41 -0700
committerMichael Forney <mforney@mforney.org>2016-06-04 13:40:41 -0700
commit593f0858ddbb650036de515816fe731d66cde2cb (patch)
tree95b3f5f2f03f4b8471c9458b58f3a96301bc819c
parent7bfa28f6f19790b5d67860b06c5f9ba64b9fa488 (diff)
openssh: Build ssh-keygen
-rw-r--r--core/openssh/gen.rc8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/openssh/gen.rc b/core/openssh/gen.rc
index a51c08f2..1e14d8bf 100644
--- a/core/openssh/gen.rc
+++ b/core/openssh/gen.rc
@@ -99,3 +99,11 @@ exe sshd\
)
file bin/sshd '$outdir'/sshd 755
file share/man/man8/sshd.8 '$srcdir'/sshd.8 644
+
+exe ssh-keygen ssh-keygen.c libssh.a libopenbsd-compat.a '$builddir'/^(\
+ core/libressl/^(libssl.a libcrypto.a)\
+ core/openbsd/libbsd.a\
+ core/zlib/libz.a\
+)
+file bin/ssh-keygen '$outdir'/ssh-keygen 755
+file share/man/man1/ssh-keygen.1 '$srcdir'/ssh-keygen.1 644