From 5459f745df1d3939030961b682e6f5d7e19f6f4a Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 8 Mar 2012 01:14:24 +0000 Subject: One more tool in /usr/sbin. --- security/dnssec-tools/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/dnssec-tools/Makefile b/security/dnssec-tools/Makefile index 0c5a5516630..f9923838145 100644 --- a/security/dnssec-tools/Makefile +++ b/security/dnssec-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/12/29 16:37:18 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2012/03/08 01:14:24 joerg Exp $ # DISTNAME= dnssec-tools-1.10 @@ -55,8 +55,13 @@ INSTALLATION_DIRS= ${EGDIR} .if ${OPSYS} == "NetBSD" && exists(/usr/sbin/dnssec-keygen) CONFIGURE_ARGS+= BIND_DNSSEC_KEYGEN=/usr/sbin/dnssec-keygen +.endif +.if ${OPSYS} == "NetBSD" && exists(/usr/sbin/dnssec-signzone) CONFIGURE_ARGS+= BIND_DNSSEC_SIGNZONE=/usr/sbin/dnssec-signzone .endif +.if ${OPSYS} == "NetBSD" && exists(/usr/sbin/named-checkzone) +CONFIGURE_ARGS+= BIND_DNSSEC_CHECKZONE=/usr/sbin/named-checkzone +.endif post-install: ${INSTALL_DATA} ${WRKSRC}/validator/etc/dnsval.conf ${DESTDIR}${EGDIR} -- cgit v1.2.3