From 593f0858ddbb650036de515816fe731d66cde2cb Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 4 Jun 2016 13:40:41 -0700 Subject: openssh: Build ssh-keygen --- core/openssh/gen.rc | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3