No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / bind / bin / rndc / Makefile
blobd51e943f859e4b6f96b6e697a652df8219d57a06
1 # $NetBSD: Makefile,v 1.1.1.1 2004/05/18 00:06:58 christos Exp $
3 .include <bsd.own.mk>
5 PROG= rndc
6 SRCS= rndc.c util.c
7 MAN= rndc.8 rndc.conf.5
8 BINDIR= /usr/sbin
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\" \
18 .PATH: ${DIST}
20 .include <bsd.prog.mk>