mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04:00
21 lines
392 B
Makefile
21 lines
392 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/04/12 03:46:06 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= rndc
|
|
SRCS= rndc.c util.c
|
|
MAN= rndc.8 rndc.conf.5
|
|
BINDIR= /usr/sbin
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
DIST=${IDIST}/bin/rndc
|
|
CPPFLAGS+= -I${DIST}/include \
|
|
-DRNDC_CONFFILE=\"${SYSCONFDIR}/rndc.conf\" \
|
|
-DRNDC_KEYFILE=\"${SYSCONFDIR}/rndc.key\" \
|
|
|
|
|
|
.PATH: ${DIST}
|
|
|
|
.include <bsd.prog.mk>
|