Update for most recent ssh source files.

This commit is contained in:
thorpej 2000-09-28 22:06:44 +00:00
parent 5c98160d2b
commit 03aaa05985

View File

@ -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 <bsd.own.mk>
@ -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