diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2004-06-13 15:03:03 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2004-06-13 15:03:03 +0000 |
commit | 0d912f1959a05f98ebdbe6fcb1a4342c3b06196c (patch) | |
tree | 2b57dd646c4f06c8231aac918a1d03c6ef1f8b84 /usr.bin/ssh/lib | |
parent | ca23e5cf7a46ae046be1e44d222b7122dd96e1e5 (diff) |
implement session multiplexing in the client (the server has supported this
since 2.0); ok markus@
Diffstat (limited to 'usr.bin/ssh/lib')
-rw-r--r-- | usr.bin/ssh/lib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile index 604688e4263..0c23741b3db 100644 --- a/usr.bin/ssh/lib/Makefile +++ b/usr.bin/ssh/lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2004/05/09 01:21:50 djm Exp $ +# $OpenBSD: Makefile,v 1.48 2004/06/13 15:03:02 djm Exp $ .PATH: ${.CURDIR}/.. @@ -10,7 +10,8 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ rsa.c tildexpand.c ttymodes.c xmalloc.c atomicio.c \ key.c dispatch.c kex.c mac.c uuencode.c misc.c \ rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ - kexdhc.c kexgexc.c scard.c msg.c progressmeter.c dns.c + kexdhc.c kexgexc.c scard.c msg.c progressmeter.c dns.c \ + monitor_fdpass.c DEBUGLIBS= no NOPROFILE= yes |