
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
21 lines
365 B
Makefile
21 lines
365 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/09/11 23:04:10 joerg Exp $
|
|
|
|
LIB=bind9
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
DIST= ${IDIST}/lib/bind9
|
|
.include "${DIST}/api"
|
|
|
|
.PATH.c: ${DIST}
|
|
|
|
SRCS= check.c getaddresses.c version.c
|
|
|
|
LIBDPLIBS+= isc ${.CURDIR}/../libisc \
|
|
dns ${.CURDIR}/../libdns \
|
|
isccfg ${.CURDIR}/../libisccfg \
|
|
|
|
.include <bsd.lib.mk>
|