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