From 03aaa05985d48a6ce57de9363e792e388ba648e3 Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 28 Sep 2000 22:06:44 +0000 Subject: [PATCH] Update for most recent ssh source files. --- usr.bin/ssh/libssh/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/ssh/libssh/Makefile b/usr.bin/ssh/libssh/Makefile index fb649134a2d1..2309b0e1de82 100644 --- a/usr.bin/ssh/libssh/Makefile +++ b/usr.bin/ssh/libssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2000/07/25 16:32:25 thorpej Exp $ +# $NetBSD: Makefile,v 1.2 2000/09/28 22:06:44 thorpej Exp $ .include @@ -7,10 +7,10 @@ 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 fingerprint.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 \ random.c rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c \ - atomicio.c key.c dispatch.c dsa.c kex.c hmac.c uuencode.c aux.c + atomicio.c key.c dispatch.c dsa.c kex.c hmac.c uuencode.c util.c MKLINT= no MKMAN= no