Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / bin / rndc / Makefile
blobd00b88f5bbd4eee32add352500a230a4400b6ade
1 # $NetBSD: Makefile,v 1.1 2009/04/12 03:46:06 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>