1# $NetBSD: Makefile,v 1.3 2021/02/19 16:42:24 christos Exp $ 2 3LIB=isccfg 4 5.include <bsd.own.mk> 6 7.include "${.CURDIR}/../Makefile.inc" 8 9LIBDPLIBS+= isc ${.CURDIR}/../libisc \ 10 dns ${.CURDIR}/../libdns 11 12DIST= ${IDIST}/lib/isccfg 13 14.PATH.c: ${DIST}/unix ${DIST} 15 16SRCS= aclconf.c kaspconf.c log.c namedconf.c parser.c version.c dnsconf.c 17 18.include <bsd.lib.mk> 19