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/ssh-keysign/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/ssh-keysign/Makefile')
-rw-r--r-- | usr.bin/ssh/ssh-keysign/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keysign/Makefile b/usr.bin/ssh/ssh-keysign/Makefile index 19bd9b50192..5ef23ca1e5b 100644 --- a/usr.bin/ssh/ssh-keysign/Makefile +++ b/usr.bin/ssh/ssh-keysign/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2002/07/03 14:21:05 markus Exp $ +# $OpenBSD: Makefile,v 1.6 2009/05/28 16:50:16 andreas Exp $ .PATH: ${.CURDIR}/.. @@ -10,7 +10,7 @@ BINMODE?=4555 BINDIR= /usr/libexec MAN= ssh-keysign.8 -SRCS= ssh-keysign.c readconf.c +SRCS= ssh-keysign.c readconf.c roaming_dummy.c .include <bsd.prog.mk> |