Makefile (07251df2) Makefile (9742fdb4)
1# $NetBSD: Makefile,v 1.1 2018/08/12 13:02:43 christos Exp $
1# $NetBSD: Makefile,v 1.2 2020/05/24 19:46:31 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.include "${DIST}/api"
14
15.PATH.c: ${DIST}/unix ${DIST}
16
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.include "${DIST}/api"
14
15.PATH.c: ${DIST}/unix ${DIST}
16
17SRCS= aclconf.c log.c namedconf.c parser.c version.c dnsconf.c
17SRCS= aclconf.c kaspconf.c log.c namedconf.c parser.c version.c dnsconf.c
18
19.include <bsd.lib.mk>
18
19.include <bsd.lib.mk>