1# $NetBSD: Makefile,v 1.2 2013/09/11 23:04:10 joerg Exp $ 2 3LIB=bind9 4 5.include <bsd.own.mk> 6 7.include "${.CURDIR}/../Makefile.inc" 8 9DIST= ${IDIST}/lib/bind9 10.include "${DIST}/api" 11 12.PATH.c: ${DIST} 13 14SRCS= check.c getaddresses.c version.c 15 16LIBDPLIBS+= isc ${.CURDIR}/../libisc \ 17 dns ${.CURDIR}/../libdns \ 18 isccfg ${.CURDIR}/../libisccfg \ 19 20.include <bsd.lib.mk> 21