summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/lib/Makefile
diff options
context:
space:
mode:
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 eed873d8d48..ffe9f12696a 100644
--- a/usr.bin/ssh/lib/Makefile
+++ b/usr.bin/ssh/lib/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.52 2006/03/07 09:07:39 djm Exp $
+# $OpenBSD: Makefile,v 1.53 2006/04/18 10:44:28 dtucker 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 bufbn.c buffer.c canohost.c channels.c \
cipher.c cipher-3des1.c cipher-bf1.c cipher-ctr.c \
cleanup.c compat.c compress.c crc32.c deattack.c fatal.c \
hostfile.c log.c match.c nchan.c packet.c readpass.c \