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 Pull up revision 1.11 (via patch, requested...
details: https://anonhg.NetBSD.org/src/rev/6cc30d55550c
branches: netbsd-1-5
changeset: 490726:6cc30d55550c
user: he <he%NetBSD.org@localhost>
date: Mon Feb 26 21:00:49 2001 +0000
description:
Pull up revision 1.11 (via patch, 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/Makefile | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diffs (20 lines):
diff -r cf1f162fe179 -r 6cc30d55550c usr.bin/ssh/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/ssh/Makefile Mon Feb 26 21:00:49 2001 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.8.2.2 2001/02/26 21:00:49 he Exp $
+
+.include <bsd.own.mk>
+
+SSHDIST?= ${.CURDIR}/../../crypto/dist/ssh
+
+SUBDIR= libssh ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
+ ssh-keyscan sftp
+
+distribution:
+ ${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 644 \
+ ${SSHDIST}/ssh_config ${DESTDIR}/etc/ssh.conf
+ ${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 644 \
+ ${SSHDIST}/sshd_config ${DESTDIR}/etc/sshd.conf
+
+.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index