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 | c965eb6bf8032bd8cf996b9838982442e273a76b (patch) | |
tree | b6a18794a7bc1b258b13be22f8262d7f248f4e13 /mk | |
parent | c33f25501a71d32c229b577ddc91579dad63d706 (diff) | |
download | pkgsrc-c965eb6bf8032bd8cf996b9838982442e273a76b.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. |