Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.bin/ssh/scp Pull up revision 1.2 (requested by itoj...



details:   https://anonhg.NetBSD.org/src/rev/2e7d5db9f524
branches:  netbsd-1-5
changeset: 490719:2e7d5db9f524
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 26 20:40:27 2001 +0000

description:
Pull up revision 1.2 (requested by itojun):
  Update SSH to version found on trunk as of 26 Feb 2001.
  Note that /dev/random is now mandatory for ssh.

diffstat:

 usr.bin/ssh/scp/Makefile |  8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 5864dd1e28c3 -r 2e7d5db9f524 usr.bin/ssh/scp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/ssh/scp/Makefile  Mon Feb 26 20:40:27 2001 +0000
@@ -0,0 +1,8 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2001/02/26 20:40:27 he Exp $
+
+.include <bsd.own.mk>
+
+PROG=  scp
+SRCS=  scp.c log-client.c
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index