summaryrefslogtreecommitdiff
path: root/security/opendnssec2/options.mk
blob: 50227dcbaf1d25504dc90b2ec1080e039c6458c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: options.mk,v 1.1 2019/11/06 13:44:38 he Exp $

PKG_OPTIONS_VAR=		PKG_OPTIONS.opendnssec
PKG_SUPPORTED_OPTIONS=		softhsm2
PKG_SUGGESTED_OPTIONS=		softhsm2

.include "../../mk/bsd.options.mk"

###
### SoftHSM
###
.if !empty(PKG_OPTIONS:Msofthsm2)
DEPENDS+=	softhsm2-[0-9]*:../../security/softhsm2
.include "../../security/softhsm2/buildlink3.mk"
.endif