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/ssh-keyscan Pull up revision 1.1 (new, requ...



details:   https://anonhg.NetBSD.org/src/rev/cd99c811996f
branches:  netbsd-1-5
changeset: 490723:cd99c811996f
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 26 20:54:11 2001 +0000

description:
Pull up revision 1.1 (new, 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/ssh-keyscan/Makefile |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r d473e65a9079 -r cd99c811996f usr.bin/ssh/ssh-keyscan/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/ssh/ssh-keyscan/Makefile  Mon Feb 26 20:54:11 2001 +0000
@@ -0,0 +1,13 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2001/02/26 20:54:11 he Exp $
+
+.include <bsd.own.mk>
+
+PROG=  ssh-keyscan
+MAN=   ssh-keyscan.1
+
+SRCS=  ssh-keyscan.c log-client.c
+
+.include <bsd.prog.mk>
+
+LDADD+=        -lcrypto
+DPADD+=        ${LIBCRYPTO}



Home | Main Index | Thread Index | Old Index