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