summaryrefslogtreecommitdiff
path: root/external/bsd/bind/lib/libbind9/Makefile
blob: 0b0f0ed1cb82e6bc61cab83d1ea2ef214d56394c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.1 2009/04/12 03:46:10 christos 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

.include <bsd.lib.mk>