summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rndc-confgen/Makefile
blob: ae91ecf2ac36cd614f68461c4b7aaaec377bae6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

BIND_DIR=	${.CURDIR}/../../contrib/bind9
LIB_BIND_DIR=	${.CURDIR}/../../lib/bind
SRCDIR=		${BIND_DIR}/bin/rndc

.include	"${LIB_BIND_DIR}/config.mk"

PROG=		rndc-confgen

.PATH: ${SRCDIR}/unix
SRCS+=		os.c

.PATH: ${SRCDIR}
SRCS+=		rndc-confgen.c util.c

CFLAGS+=	-I${SRCDIR}/unix/include -I${SRCDIR}/include -I${LIB_BIND_DIR}

DPADD+=		${BIND_DPADD}
LDADD+=		${BIND_LDADD}

MAN=		rndc-confgen.8

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud