From 814f4aaf80c4bde1826cd9e693059cd75561abcd Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 4 Jun 2016 23:57:28 -0700 Subject: openssh: Build scp(1) --- core/openssh/gen.rc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core') diff --git a/core/openssh/gen.rc b/core/openssh/gen.rc index 1e14d8bf..e5f67ae3 100644 --- a/core/openssh/gen.rc +++ b/core/openssh/gen.rc @@ -107,3 +107,7 @@ exe ssh-keygen ssh-keygen.c libssh.a libopenbsd-compat.a '$builddir'/^(\ ) file bin/ssh-keygen '$outdir'/ssh-keygen 755 file share/man/man1/ssh-keygen.1 '$srcdir'/ssh-keygen.1 644 + +exe scp scp.c libssh.a libopenbsd-compat.a libssh.a '$builddir'/core/openbsd/libbsd.a +file bin/scp '$outdir'/scp 755 +file share/man/man1/scp.1 '$srcdir'/scp.1 644 -- cgit v1.2.3