9bcbd303b0
that manages the security of domain names on the Internet. The project intends to drive adoption of Domain Name System Security Extensions (DNSSEC) to further enhance Internet security.
14 lines
316 B
Makefile
14 lines
316 B
Makefile
# $NetBSD: options.mk,v 1.1.1.1 2010/05/06 12:50:17 pettai 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
|