Remove spurious semicolon.
[dragonfly.git] / usr.sbin / rndc / Makefile
1 #
2 # $DragonFly: src/usr.sbin/rndc/Makefile,v 1.2 2004/06/26 17:06:36 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
12 SRCS=   rndc.c os.c util.c
13 MAN=    rndc.8
14
15 CFLAGS+= -I${.CURDIR}/../../usr.sbin/named \
16         -I${.CURDIR}/../../usr.sbin/named/include \
17         -I${BIND_DIR}/bin/rndc/include \
18         -DRNDC_CONFFILE=\"${DESTETC}/rndc.conf\" \
19         -DRNDC_KEYFILE=\"${DESTETC}/rndc.key\"
20
21 .include <bsd.prog.mk>