Merge from vendor branch GCC:
[dragonfly.git] / usr.sbin / rndc-confgen / Makefile
1 #
2 # $DragonFly: src/usr.sbin/rndc-confgen/Makefile,v 1.1 2004/05/27 18:15:43 dillon Exp $
3
4 USE_LIBBIND=    yes
5 USE_LIBISC=     yes
6 .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"
7
8 .PATH:  ${BIND_DIR}/bin/rndc
9 .PATH:  ${BIND_DIR}/bin/rndc/unix
10
11 PROG=   rndc-confgen
12 SRCS=   rndc-confgen.c os.c util.c
13 MAN=    rndc-confgen.8
14
15 CFLAGS+= -I${.CURDIR}/../../usr.sbin/named \
16         -I${BIND_DIR}/bin/rndc/include \
17         -DRNDC_CONFFILE=\"${DESTETC}/rndc.conf\" \
18         -DRNDC_KEYFILE=\"${DESTETC}/rndc.key\"
19
20 .include <bsd.prog.mk>