1 # $NetBSD: Makefile,v 1.1 2009/04/12 03:46:06 christos Exp $
7 MAN
= rndc
.8 rndc.conf
.5
10 .
include "${.CURDIR}/../Makefile.inc"
12 DIST
=${IDIST}/bin
/rndc
13 CPPFLAGS
+= -I
${DIST}/include \
14 -DRNDC_CONFFILE
=\"${SYSCONFDIR}/rndc.conf
\" \
15 -DRNDC_KEYFILE
=\"${SYSCONFDIR}/rndc.key
\" \
20 .
include <bsd.prog.mk
>