
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
21 lines
349 B
Makefile
21 lines
349 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/07/13 14:54:22 christos Exp $
|
|
|
|
LIB=irs
|
|
#USE_SHLIBDIR= yes
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
CPPFLAGS+= -I${DIST}/include -I${IDIST}/lib/irs/include
|
|
|
|
DIST= ${IDIST}/lib/irs
|
|
.include "${DIST}/api"
|
|
|
|
.PATH.c: ${DIST}
|
|
|
|
SRCS= context.c dnsconf.c resconf.c version.c
|
|
|
|
|
|
.include <bsd.lib.mk>
|