pkgsrc/security/opendnssec/options.mk
pettai 9bcbd303b0 The OpenDNSSEC project announces the development of Open Source software
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.
2010-05-06 12:50:17 +00:00

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