blob: 4ff062e06ade56551ec8331879fc9e111f454648 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $Id$
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"
.PATH: ${BIND_DIR}/tools
.PATH: ${BIND_DIR}/tools/nslookup
.PATH: ${BIND_DIR}/man
PROG= dig
SRCS= dig.c list.c subr.c debug.c send.c
.include <bsd.prog.mk>
|