]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/share/doc/bind9/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / share / doc / bind9 / Makefile
1 # $FreeBSD$
2
3 BIND_DIR=       ${.CURDIR}/../../../contrib/bind9
4 SRCDIR=         ${BIND_DIR}/doc
5
6 .PATH: ${BIND_DIR} ${SRCDIR}/arm ${SRCDIR}/misc
7
8 NO_OBJ=
9
10 FILESGROUPS=    TOP ARM MISC
11 TOP=            CHANGES COPYRIGHT FAQ README
12 TOPDIR=         ${DOCDIR}/bind9
13 ARM=            Bv9ARM.ch01.html Bv9ARM.ch02.html Bv9ARM.ch03.html \
14                 Bv9ARM.ch04.html Bv9ARM.ch05.html Bv9ARM.ch06.html \
15                 Bv9ARM.ch07.html Bv9ARM.ch08.html Bv9ARM.ch09.html \
16                 Bv9ARM.html
17 ARMDIR=         ${TOPDIR}/arm
18 MISC=           dnssec format-options.pl ipv6 migration migration-4to9 \
19                 options rfc-compliance roadmap sdb
20 MISCDIR=        ${TOPDIR}/misc
21
22 .include <bsd.prog.mk>