1# $NetBSD: Makefile,v 1.5 2025/01/26 16:25:53 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 check.c duration.c kaspconf.c log.c namedconf.c parser.c \ 17 dnsconf.c 18 19.include <bsd.lib.mk> 20