diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2010-02-09 08:25:33 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2010-02-09 08:25:33 +0000 |
commit | 8a4e609d5c232de8379f086afd319544ec56198d (patch) | |
tree | 06222b90681b5f21a8c8734bdc1d53848aadb2ee /usr.bin/ssh/ssh-pkcs11-helper/Makefile | |
parent | 7ad7a38e1ef40f8fa0fa8cc3c61fbb0893e44396 (diff) |
add manpage; ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh-pkcs11-helper/Makefile')
-rw-r--r-- | usr.bin/ssh/ssh-pkcs11-helper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-pkcs11-helper/Makefile b/usr.bin/ssh/ssh-pkcs11-helper/Makefile index 361cb3aee11..7cd1b3b8785 100644 --- a/usr.bin/ssh/ssh-pkcs11-helper/Makefile +++ b/usr.bin/ssh/ssh-pkcs11-helper/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2010/02/08 10:50:20 markus Exp $ +# $OpenBSD: Makefile,v 1.2 2010/02/09 08:25:32 markus Exp $ .PATH: ${.CURDIR}/.. @@ -8,7 +8,7 @@ BINOWN= root BINMODE?=555 BINDIR= /usr/libexec -NOMAN= yes +MAN= ssh-pkcs11-helper.8 SRCS= ssh-pkcs11-helper.c ssh-pkcs11.c |