aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bind/dig/Makefile
blob: 20693189427c009524b5a1bcdef7a15919d88292 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id$

.include "${.CURDIR}/../Makefile.inc"

.PATH:	${BIND_DIR}/tools \
	${BIND_DIR}/tools/nslookup \
	${BIND_DIR}/man

PROG=	dig
SRCS=	dig.c list.c subr.c debug.c send.c

BINDIR=	${DESTBIN}

.include <bsd.prog.mk>