blob: 763b9c9e6639063a1dc970cf6b47db18678eeaa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $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>
|