# $NetBSD: Makefile,v 1.3 2024/02/21 22:50:56 christos Exp $ .include PROG= rndc SRCS= rndc.c util.c MAN= rndc.8 rndc.conf.5 BINDIR= /usr/sbin DIST=${IDIST}/bin/rndc CPPFLAGS+= -I${DIST}/include \ -DRNDC_CONFFILE=\"${SYSCONFDIR}/rndc.conf\" \ -DRNDC_KEYFILE=\"${SYSCONFDIR}/rndc.key\" \ .PATH: ${DIST} ${IDIST}/doc/man .include