# Makefile,v 1.1.1.2 1994/12/20 17:32:20 woods Exp

.PATH:	${.CURDIR}/../BIND/tools \
	${.CURDIR}/../BIND/tools/nslookup \
	${.CURDIR}/../BIND/man

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

BINDIR=	/usr/bin

.include <bsd.prog.mk>
.include "${.CURDIR}/../Makefile.maninc"
