summaryrefslogtreecommitdiff
path: root/external/mpl/bind/lib/libisccc/Makefile
blob: b9097a463b0beb6fa961d6c21e42da0c766b2ca3 (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=isccc

.include <bsd.own.mk>

.include "${.CURDIR}/../Makefile.inc"

LIBDPLIBS+=	isc	${.CURDIR}/../libisc

DIST=	${IDIST}/lib/isccc

.PATH.c:	${DIST}

SRCS=	alist.c base64.c cc.c ccmsg.c result.c sexpr.c symtab.c \
	version.c

.include <bsd.lib.mk>