aboutsummaryrefslogtreecommitdiff
path: root/share/doc
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2013-10-13 02:35:19 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2013-10-13 02:35:19 +0000
commit3caf0790a80c2e10c82a3a07719cddb2065c65d1 (patch)
tree2c6f4d1ca5d1c643faea64e1f4c90105a1ab406a /share/doc
parentaab5fee0721846740415f201b41c920033a49303 (diff)
parent006a42a9cb173cefe32d169c46748d6f00c41315 (diff)
Notes
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/Makefile5
-rw-r--r--share/doc/bind9/Makefile31
-rw-r--r--share/doc/bind9/Makefile.depend12
3 files changed, 0 insertions, 48 deletions
diff --git a/share/doc/Makefile b/share/doc/Makefile
index 3f36375b0c56..1ec57e86da42 100644
--- a/share/doc/Makefile
+++ b/share/doc/Makefile
@@ -5,7 +5,6 @@
SUBDIR= ${_IPv6} \
${_atf} \
- ${_bind9} \
legal \
${_llvm} \
${_roffdocs}
@@ -14,10 +13,6 @@ SUBDIR= ${_IPv6} \
_atf= atf
.endif
-.if ${MK_BIND} != "no"
-_bind9= bind9
-.endif
-
.if ${MK_CLANG} != "no"
_llvm= llvm
.endif
diff --git a/share/doc/bind9/Makefile b/share/doc/bind9/Makefile
deleted file mode 100644
index 620a3868f5e7..000000000000
--- a/share/doc/bind9/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $FreeBSD$
-
-BIND_DIR= ${.CURDIR}/../../../contrib/bind9
-SRCDIR= ${BIND_DIR}/doc
-
-.PATH: ${BIND_DIR} ${SRCDIR}/arm ${SRCDIR}/misc
-
-
-FILESGROUPS= TOP ARM MISC
-TOP= CHANGES COPYRIGHT FAQ HISTORY README
-TOPDIR= ${DOCDIR}/bind9
-ARM= Bv9ARM.ch01.html Bv9ARM.ch02.html Bv9ARM.ch03.html \
- Bv9ARM.ch04.html Bv9ARM.ch05.html Bv9ARM.ch06.html \
- Bv9ARM.ch07.html Bv9ARM.ch08.html Bv9ARM.ch09.html \
- Bv9ARM.ch10.html Bv9ARM.html Bv9ARM.pdf \
- man.arpaname.html man.ddns-confgen.html man.dig.html \
- man.dnssec-dsfromkey.html man.dnssec-keyfromlabel.html \
- man.dnssec-keygen.html man.dnssec-revoke.html \
- man.dnssec-settime.html man.dnssec-signzone.html \
- man.dnssec-verify.html \
- man.genrandom.html man.host.html man.isc-hmac-fixup.html \
- man.named-checkconf.html man.named-checkzone.html \
- man.named-journalprint.html man.named.html \
- man.nsec3hash.html man.nsupdate.html \
- man.rndc-confgen.html man.rndc.conf.html man.rndc.html
-ARMDIR= ${TOPDIR}/arm
-MISC= dnssec format-options.pl ipv6 migration migration-4to9 \
- options rfc-compliance roadmap sdb sort-options.pl
-MISCDIR= ${TOPDIR}/misc
-
-.include <bsd.prog.mk>
diff --git a/share/doc/bind9/Makefile.depend b/share/doc/bind9/Makefile.depend
deleted file mode 100644
index 57b7e10c3d71..000000000000
--- a/share/doc/bind9/Makefile.depend
+++ /dev/null
@@ -1,12 +0,0 @@
-# Autogenerated - do NOT edit!
-
-DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
-
-DIRDEPS = \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif