blob: f44477ac3f3d72f46392c0f8d085e9688ab90af7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.3 2014/07/08 05:55:33 spz 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 dnsconf.c
.include <bsd.lib.mk>
|