
Also known as ISC bind. This import adds utilities such as host(1), dig(1), and nslookup(1), as well as many other tools and libraries. Change-Id: I035ca46e64f1965d57019e773f4ff0ef035e4aa3
20 lines
341 B
Makefile
20 lines
341 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/09/11 23:04:10 joerg Exp $
|
|
|
|
LIB=isccc
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
LIBDPLIBS+= isc ${.CURDIR}/../libisc
|
|
|
|
DIST= ${IDIST}/lib/isccc
|
|
.include "${DIST}/api"
|
|
|
|
.PATH.c: ${DIST}
|
|
|
|
SRCS= alist.c base64.c cc.c ccmsg.c lib.c result.c sexpr.c symtab.c \
|
|
version.c
|
|
|
|
.include <bsd.lib.mk>
|