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