diff options
author | Andreas Gunnarsson <andreas@cvs.openbsd.org> | 2009-05-28 16:50:17 +0000 |
---|---|---|
committer | Andreas Gunnarsson <andreas@cvs.openbsd.org> | 2009-05-28 16:50:17 +0000 |
commit | 041daf757cbccb0d554ab5214e5fee087044e235 (patch) | |
tree | 149b4d360e214d85e79a0814647db61f0865702e /usr.bin/ssh/sshd/Makefile | |
parent | be27407542a80732187035258ca285b6ca8e4c46 (diff) |
Keep track of number of bytes read and written. Needed for upcoming
changes. Most code from Martin Forssen, maf at appgate dot com.
ok markus@
Diffstat (limited to 'usr.bin/ssh/sshd/Makefile')
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index da984e7a5e2..fb06e7646ad 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.68 2008/11/04 08:22:13 djm Exp $ +# $OpenBSD: Makefile,v 1.69 2009/05/28 16:50:16 andreas Exp $ .PATH: ${.CURDIR}/.. @@ -15,7 +15,8 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c \ auth2-none.c auth2-passwd.c auth2-pubkey.c \ monitor_mm.c monitor.c monitor_wrap.c \ - kexdhs.c kexgexs.c sftp-server.c sftp-common.c auth2-jpake.c + kexdhs.c kexgexs.c sftp-server.c sftp-common.c auth2-jpake.c \ + roaming_common.c .include <bsd.own.mk> # for KERBEROS and AFS |