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/libssh Pull up revision 1.5 (via patch, req...
details: https://anonhg.NetBSD.org/src/rev/5864dd1e28c3
branches: netbsd-1-5
changeset: 490718:5864dd1e28c3
user: he <he%NetBSD.org@localhost>
date: Mon Feb 26 20:39:49 2001 +0000
description:
Pull up revision 1.5 (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/libssh/Makefile | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diffs (35 lines):
diff -r e5478bd9d629 -r 5864dd1e28c3 usr.bin/ssh/libssh/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/ssh/libssh/Makefile Mon Feb 26 20:39:49 2001 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.2.2.2 2001/02/26 20:39:49 he Exp $
+
+.include <bsd.own.mk>
+
+# Prevent recursion.
+LIBSSHOBJDIR=${.OBJDIR}
+
+LIB= ssh
+SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
+ cipher.c compat.c compress.c crc32.c deattack.c \
+ hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \
+ rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
+ key.c dispatch.c kex.c mac.c uuencode.c misc.c \
+ cli.c rijndael.c ssh-dss.c ssh-rsa.c
+SRCS+= random.c
+
+MKLINT= no
+MKMAN= no
+MKPIC= no
+MKPROFILE= no
+
+# only needed during build - prevent installation of library
+libinstall::
+
+.if (${MKKERBEROS} != "no")
+CPPFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV
+#CPPFLAGS+= -DAFS
+#SRCS+= radix.c
+.endif
+
+.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index