summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/lib/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-03-08 01:53:57 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-03-08 01:53:57 +0000
commit60e1b4b28b90133dc3101a210246060100ce71c2 (patch)
tree666bc2785907082fa799d73c6e027bbf09b56abb /usr.bin/ssh/lib/Makefile
parent0ab000b54b51371520903d0dc8416046c58547c5 (diff)
tabify
Diffstat (limited to 'usr.bin/ssh/lib/Makefile')
-rw-r--r--usr.bin/ssh/lib/Makefile4
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 \