diff options
author | 2009-05-28 16:50:16 +0000 | |
---|---|---|
committer | 2009-05-28 16:50:16 +0000 | |
commit | 46b8043eb2ad75f0854bbac5a4727c881a727383 (patch) | |
tree | edd44921231282372d91486361897e90883f24bb /usr.bin/ssh/ssh-keysign | |
parent | workaround a hardware bug by fixing the pci config space command register (diff) | |
download | wireguard-openbsd-46b8043eb2ad75f0854bbac5a4727c881a727383.tar.xz wireguard-openbsd-46b8043eb2ad75f0854bbac5a4727c881a727383.zip |
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')
-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> |