One more tool in /usr/sbin.
This commit is contained in:
parent
a2667f20bf
commit
5459f745df
1 changed files with 6 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue