add the dnssec and namedb check tools
This commit is contained in:
parent
a0166828fa
commit
97babf6224
@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.14 2005/10/10 13:26:28 rpaulo Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2005/11/19 02:09:27 christos Exp $
|
||||
|
||||
SUBDIR= libbind9 libdns libisc libisccc libisccfg liblwres .WAIT \
|
||||
html dig host named nslookup nsupdate rndc rndc-confgen
|
||||
html dig host named nslookup nsupdate rndc rndc-confgen dnssec check
|
||||
|
||||
.include "Makefile.inc"
|
||||
|
||||
|
7
usr.sbin/bind/check/Makefile
Normal file
7
usr.sbin/bind/check/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.1 2005/11/19 02:09:27 christos Exp $
|
||||
|
||||
SUBDIR= named-checkconf named-checkzone
|
||||
|
||||
.include "Makefile.inc"
|
||||
|
||||
.include <bsd.subdir.mk>
|
15
usr.sbin/bind/check/Makefile.inc
Normal file
15
usr.sbin/bind/check/Makefile.inc
Normal file
@ -0,0 +1,15 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1 2005/11/19 02:09:27 christos Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
|
||||
CPPFLAGS+=-DNAMED_CONFFILE=\"${SYSCONFDIR}/named.conf\"
|
||||
BINDIR=/usr/sbin
|
||||
CHECK=${IDIST}/bin/check
|
||||
|
||||
.PATH: ${CHECK}
|
||||
|
||||
PROG=${BASE}
|
||||
SRCS=${BASE}.c check-tool.c
|
||||
MAN=${BASE}.8
|
7
usr.sbin/bind/check/named-checkconf/Makefile
Normal file
7
usr.sbin/bind/check/named-checkconf/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.1 2005/11/19 02:09:27 christos Exp $
|
||||
|
||||
BASE= ${.CURDIR:T}
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
.include <bsd.prog.mk>
|
7
usr.sbin/bind/check/named-checkzone/Makefile
Normal file
7
usr.sbin/bind/check/named-checkzone/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.1 2005/11/19 02:09:28 christos Exp $
|
||||
|
||||
BASE= ${.CURDIR:T}
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
.include <bsd.prog.mk>
|
7
usr.sbin/bind/dnssec/Makefile
Normal file
7
usr.sbin/bind/dnssec/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.1 2005/11/19 02:09:28 christos Exp $
|
||||
|
||||
SUBDIR= dnssec-keygen dnssec-makekeyset dnssec-signkey dnssec-signzone
|
||||
|
||||
.include "Makefile.inc"
|
||||
|
||||
.include <bsd.subdir.mk>
|
14
usr.sbin/bind/dnssec/Makefile.inc
Normal file
14
usr.sbin/bind/dnssec/Makefile.inc
Normal file
@ -0,0 +1,14 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1 2005/11/19 02:09:28 christos Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
|
||||
BINDIR=/usr/sbin
|
||||
DNSSEC=${IDIST}/bin/dnssec
|
||||
|
||||
.PATH: ${DNSSEC}
|
||||
|
||||
PROG=${BASE}
|
||||
SRCS=${BASE}.c dnssectool.c
|
||||
MAN=${BASE}.8
|
7
usr.sbin/bind/dnssec/dnssec-keygen/Makefile
Normal file
7
usr.sbin/bind/dnssec/dnssec-keygen/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.1 2005/11/19 02:09:28 christos Exp $
|
||||
|
||||
BASE= ${.CURDIR:T}
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
.include <bsd.prog.mk>
|
7
usr.sbin/bind/dnssec/dnssec-makekeyset/Makefile
Normal file
7
usr.sbin/bind/dnssec/dnssec-makekeyset/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.1 2005/11/19 02:09:28 christos Exp $
|
||||
|
||||
BASE= ${.CURDIR:T}
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
.include <bsd.prog.mk>
|
7
usr.sbin/bind/dnssec/dnssec-signkey/Makefile
Normal file
7
usr.sbin/bind/dnssec/dnssec-signkey/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.1 2005/11/19 02:09:28 christos Exp $
|
||||
|
||||
BASE= ${.CURDIR:T}
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
.include <bsd.prog.mk>
|
7
usr.sbin/bind/dnssec/dnssec-signzone/Makefile
Normal file
7
usr.sbin/bind/dnssec/dnssec-signzone/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.1 2005/11/19 02:09:28 christos Exp $
|
||||
|
||||
BASE= ${.CURDIR:T}
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user