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 revisions 1.3-1.5 (requested by ito...
details: https://anonhg.NetBSD.org/src/rev/cf1f162fe179
branches: netbsd-1-5
changeset: 490725:cf1f162fe179
user: he <he%NetBSD.org@localhost>
date: Mon Feb 26 20:57:30 2001 +0000
description:
Pull up revisions 1.3-1.5 (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.inc | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diffs (20 lines):
diff -r 77d4cc4bce36 -r cf1f162fe179 usr.bin/ssh/Makefile.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/ssh/Makefile.inc Mon Feb 26 20:57:30 2001 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile.inc,v 1.2.2.2 2001/02/26 20:57:30 he Exp $
+
+SSHDIST?= ${.CURDIR}/../../../crypto/dist/ssh
+
+CPPFLAGS+=-I${SSHDIST} -DHAVE_LOGIN_CAP
+.PATH: ${SSHDIST}
+
+.if defined(PROG)
+LIBSSHOBJDIR != cd ${.CURDIR}/../libssh && ${PRINTOBJDIR}
+LDADD+= -L${LIBSSHOBJDIR} -lssh
+DPADD+= ${LIBSSHOBJDIR}/libssh.a
+.endif
+
+.if exists(${.CURDIR}/../../Makefile.inc)
+.include "${.CURDIR}/../../Makefile.inc"
+.endif
Home |
Main Index |
Thread Index |
Old Index