xref: /netbsd-src/external/mpl/bind/bin/rndc/Makefile (revision bb5aa156ef587ef59e8eaf50d33e92a33d22bcb5)
1#	$NetBSD: Makefile,v 1.3 2024/02/21 22:50:56 christos Exp $
2
3.include <bsd.init.mk>
4
5PROG=	rndc
6SRCS=	rndc.c util.c
7MAN=	rndc.8 rndc.conf.5
8BINDIR=	/usr/sbin
9
10DIST=${IDIST}/bin/rndc
11CPPFLAGS+= -I${DIST}/include \
12        -DRNDC_CONFFILE=\"${SYSCONFDIR}/rndc.conf\" \
13	-DRNDC_KEYFILE=\"${SYSCONFDIR}/rndc.key\" \
14
15.PATH: ${DIST} ${IDIST}/doc/man
16
17.include <bsd.prog.mk>
18