diff options
Diffstat (limited to 'security/pkcs11-helper/options.mk')
-rw-r--r-- | security/pkcs11-helper/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pkcs11-helper/options.mk b/security/pkcs11-helper/options.mk index 6de94fe682b..a795b61d4cb 100644 --- a/security/pkcs11-helper/options.mk +++ b/security/pkcs11-helper/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.1 2009/09/15 20:03:47 spz Exp $ +# $NetBSD: options.mk,v 1.2 2011/04/28 07:20:46 adam Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.pkcs11-helper -PKG_SUPPORTED_OPTIONS= openssl gnutls nss +PKG_OPTIONS_VAR= PKG_OPTIONS.pkcs11-helper +PKG_SUPPORTED_OPTIONS= openssl gnutls nss PKG_SUGGESTED_OPTIONS= openssl .include "../../mk/bsd.options.mk" |