diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-03-08 01:53:57 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-03-08 01:53:57 +0000 |
commit | 60e1b4b28b90133dc3101a210246060100ce71c2 (patch) | |
tree | 666bc2785907082fa799d73c6e027bbf09b56abb /usr.bin/ssh/lib/Makefile | |
parent | 0ab000b54b51371520903d0dc8416046c58547c5 (diff) |
tabify
Diffstat (limited to 'usr.bin/ssh/lib/Makefile')
-rw-r--r-- | usr.bin/ssh/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile index 369cf90eac9..dc1ec47eaaa 100644 --- a/usr.bin/ssh/lib/Makefile +++ b/usr.bin/ssh/lib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.31 2002/02/22 12:20:34 markus Exp $ +# $OpenBSD: Makefile,v 1.32 2002/03/08 01:53:56 itojun Exp $ .PATH: ${.CURDIR}/.. LIB= ssh -SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ +SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ cipher.c compat.c compress.c crc32.c deattack.c fatal.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 \ |