diff options
author | spz <spz@pkgsrc.org> | 2009-09-21 12:33:31 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2009-09-21 12:33:31 +0000 |
commit | c730eca69c798efc20c71de0abee2a601337d686 (patch) | |
tree | b6a18794a7bc1b258b13be22f8262d7f248f4e13 /mk | |
parent | d466d8462ce23c7e36dd795df29a6e8655f6a209 (diff) | |
download | pkgsrc-c730eca69c798efc20c71de0abee2a601337d686.tar.gz |
add an option to openvpn to enable using certificates on USB sticks
or cards (etc) that are using the PKCS11 protocol
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/options.description | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index 6ead8af4d43..a66de81ed65 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -350,6 +350,7 @@ perl Enable Perl support. pgsql Enable PostgreSQL support. pinepwd Enable $HOME/.pinepwd stored IMAP password file. pinfo-native-curses Use NetBSD native curses rather than ncurses. +pkcs11 Use certificate-on-a-stick (or card) support. png Enable PNG support. postfix-milter Build the milter with support for the Postfix MTA. postfix-stress Enable Postfix stress-adaptive behaviour. |