David van Moolenbroek 00b67f09dd Import NetBSD named(8)
Also known as ISC bind.  This import adds utilities such as host(1),
dig(1), and nslookup(1), as well as many other tools and libraries.

Change-Id: I035ca46e64f1965d57019e773f4ff0ef035e4aa3
2017-03-21 22:00:06 +00:00

23 lines
483 B
Makefile

# $NetBSD: Makefile,v 1.1 2009/04/12 03:46:06 christos Exp $
.include <bsd.own.mk>
.include "${.CURDIR}/../Makefile.inc"
.if ${MKDOC} != "no"
DIST= ${IDIST}/doc ${IDIST}/doc/arm
.PATH: ${DIST}
BINDIR= ${BIND_HTMLDIR}/arm
BIND_ARM= Bv9ARM.ch01.html 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.html
FILES= ${BIND_ARM}
.endif
.include <bsd.prog.mk>