
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
18 lines
298 B
Makefile
18 lines
298 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/06/05 00:38:45 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= nsupdate
|
|
MAN= nsupdate.1
|
|
BINDIR= /usr/bin
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
DIST=${IDIST}/bin/nsupdate
|
|
|
|
.PATH: ${DIST}
|
|
DPADD+=${LIBEDIT} ${LIBTERMINFO}
|
|
LDADD+=-ledit -lterminfo
|
|
|
|
.include <bsd.prog.mk>
|