diff options
| author | thorpej <thorpej@NetBSD.org> | 2000-09-28 22:06:44 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2000-09-28 22:06:44 +0000 |
| commit | 03aaa05985d48a6ce57de9363e792e388ba648e3 (patch) | |
| tree | c5007007a1d874f21933e84c2b3688d5448994d0 /usr.bin/ssh/libssh | |
| parent | 5c98160d2bc12ff1a1edddfe95bfb117fb029561 (diff) | |
Update for most recent ssh source files.
Diffstat (limited to 'usr.bin/ssh/libssh')
| -rw-r--r-- | usr.bin/ssh/libssh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/libssh/Makefile b/usr.bin/ssh/libssh/Makefile index fb649134a2d..2309b0e1de8 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 <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 |
