
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
15 lines
249 B
Makefile
15 lines
249 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2009/04/12 03:46:05 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
|
|
BINDIR=/usr/sbin
|
|
DNSSEC=${IDIST}/bin/dnssec
|
|
|
|
.PATH: ${DNSSEC}
|
|
|
|
PROG=${BASE}
|
|
SRCS=${BASE}.c dnssectool.c
|
|
MAN=${BASE}.8
|