
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
472 B
Makefile
20 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/04/12 03:46:10 christos Exp $
|
|
|
|
LIB=lwres
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
DIST= ${IDIST}/lib/lwres
|
|
.include "${DIST}/api"
|
|
|
|
.PATH.c: ${DIST}
|
|
|
|
SRCS = context.c gai_strerror.c getaddrinfo.c gethost.c getipnode.c \
|
|
getnameinfo.c getrrset.c herror.c lwbuffer.c lwconfig.c lwpacket.c \
|
|
lwresutil.c lwres_gabn.c lwres_gnba.c lwres_grbn.c lwres_noop.c \
|
|
lwinetaton.c lwinetpton.c lwinetntop.c
|
|
|
|
.include <bsd.lib.mk>
|