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