diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-18 23:14:53 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-18 23:14:53 -0700 |
| commit | 7e2bb90fbfa041978387f240b17c00b17301a76b (patch) | |
| tree | 086a3009ee83eaa7d0d80c1cc657f263b52c4585 | |
| parent | acc5cd86c65e7cd24ff07c98700442679f2e80a1 (diff) | |
openssh: Build ssh-agent and ssh-add
| -rw-r--r-- | core/openssh/gen.rc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/openssh/gen.rc b/core/openssh/gen.rc index 8961538d..958b76a1 100644 --- a/core/openssh/gen.rc +++ b/core/openssh/gen.rc @@ -106,6 +106,14 @@ exe scp scp.c libssh.a libopenbsd-compat.a libssh.a '$builddir'/core/openbsd/lib file bin/scp '$outdir'/scp 755 file share/man/man1/scp.1 '$srcdir'/scp.1 644 +exe ssh-add ssh-add.c $libs +file bin/ssh-add '$outdir'/ssh-add 755 +file share/man/man1/ssh-add.1 '$srcdir'/ssh-add.1 644 + +exe ssh-agent ssh-agent.c ssh-pkcs11-client.c $libs +file bin/ssh-agent '$outdir'/ssh-agent 755 +file share/man/man1/ssh-agent.1 '$srcdir'/ssh-agent.1 644 + exe ssh-keygen ssh-keygen.c $libs file bin/ssh-keygen '$outdir'/ssh-keygen 755 file share/man/man1/ssh-keygen.1 '$srcdir'/ssh-keygen.1 644 |
