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/sftp Pull up revision 1.1 (new, requested b...



details:   https://anonhg.NetBSD.org/src/rev/f257de330250
branches:  netbsd-1-5
changeset: 490721:f257de330250
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 26 20:49:23 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/sftp/Makefile |  19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diffs (23 lines):

diff -r 91563553d562 -r f257de330250 usr.bin/ssh/sftp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/ssh/sftp/Makefile Mon Feb 26 20:49:23 2001 +0000
@@ -0,0 +1,19 @@
+#      $OpenBSD: Makefile,v 1.1 2001/02/04 11:11:56 djm Exp $
+
+.include <bsd.own.mk>
+
+PROG=  sftp
+BINOWN=        root
+
+BINMODE?=555
+
+BINDIR=        /usr/bin
+MAN=   sftp.1
+
+SRCS=  sftp.c sftp-client.c sftp-int.c sftp-common.c log-client.c
+
+.include <bsd.prog.mk>
+
+LDADD+=        -lcrypto
+DPADD+=        ${LIBCRYPTO}
+



Home | Main Index | Thread Index | Old Index