blob: a641313dd55da7c807a04c708422936a1c7d5692 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.2 2013/09/11 23:04:10 joerg Exp $
LIB=isccfg
.include <bsd.own.mk>
.include "${.CURDIR}/../Makefile.inc"
LIBDPLIBS+= isc ${.CURDIR}/../libisc \
dns ${.CURDIR}/../libdns
DIST= ${IDIST}/lib/isccfg
.include "${DIST}/api"
.PATH.c: ${DIST}/unix ${DIST}
SRCS= aclconf.c log.c namedconf.c parser.c version.c
.include <bsd.lib.mk>
|