Attach bind-9.2.4rc4 to the base system. Rip out bind-8 binaries and add
[dragonfly.git] / usr.sbin / nslookup / Makefile
1 # $FreeBSD: src/usr.bin/dig/Makefile,v 1.7 1999/11/30 06:25:16 peter Exp $
2 # $DragonFly: src/usr.sbin/nslookup/Makefile,v 1.4 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/dig
9 .PATH:  ${BIND_DIR}/doc/man
10
11 PROG=   nslookup
12 SRCS=   nslookup.c dighost.c
13 MAN=
14
15 CFLAGS+= -I${.CURDIR}/../../usr.sbin/named \
16         -I${BIND_DIR}/bin/dig/include
17
18 .include <bsd.prog.mk>