summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-10-13 02:35:19 +0000
committersjg <sjg@FreeBSD.org>2013-10-13 02:35:19 +0000
commit7fcd33c1faf567506b5c0b4148c7a15a10788a5d (patch)
tree2c6f4d1ca5d1c643faea64e1f4c90105a1ab406a /share/doc
parent2a59274eda20cc626e28052fff7aa8b7bf6a3683 (diff)
parent5cca672bb0892f1c5da630c34a1f98e2de4d7064 (diff)
downloadFreeBSD-src-7fcd33c1faf567506b5c0b4148c7a15a10788a5d.zip
FreeBSD-src-7fcd33c1faf567506b5c0b4148c7a15a10788a5d.tar.gz
Merge head@256284
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 3f36375..1ec57e8 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 620a386..0000000
--- 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 57b7e10..0000000
--- 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
OpenPOWER on IntegriCloud