summaryrefslogtreecommitdiff
path: root/security/softhsm/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/softhsm/options.mk')
-rw-r--r--security/softhsm/options.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/softhsm/options.mk b/security/softhsm/options.mk
new file mode 100644
index 00000000000..3c307271ccc
--- /dev/null
+++ b/security/softhsm/options.mk
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1.1.1 2010/03/13 17:47:56 pettai Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.softhsm
+PKG_SUPPORTED_OPTIONS= sigver
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+###
+### Signature verification for debugging
+###
+.if !empty(PKG_OPTIONS:Msigver)
+CONFIGURE_ARGS+= --enable-sigver
+.endif