
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
384 B
Makefile
18 lines
384 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2012/05/09 21:59:10 christos Exp $
|
|
|
|
PROG= ${.CURDIR:T}
|
|
SRCS= ${PROG}.c keygen.c util.c os.c
|
|
MAN= ${PROG}.8
|
|
BINDIR= /usr/sbin
|
|
|
|
.include "${.PARSEDIR}/../Makefile.inc"
|
|
|
|
DIST=${IDIST}/bin/confgen
|
|
|
|
CPPFLAGS+= -I${DIST}/include \
|
|
-DRNDC_CONFFILE=\"${SYSCONFDIR}/rndc.conf\" \
|
|
-DRNDC_KEYFILE=\"${SYSCONFDIR}/rndc.key\" \
|
|
|
|
|
|
.PATH: ${DIST} ${DIST}/unix
|