14 lines
309 B
Makefile
14 lines
309 B
Makefile
# $NetBSD: options.mk,v 1.3 2022/04/01 08:07:28 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.opendnssec
|
|
PKG_SUPPORTED_OPTIONS= softhsm
|
|
PKG_SUGGESTED_OPTIONS= softhsm
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
###
|
|
### SoftHSM
|
|
###
|
|
.if !empty(PKG_OPTIONS:Msofthsm)
|
|
.include "../../security/softhsm/buildlink3.mk"
|
|
.endif
|