freebsd-dev/usr.bin/dig/Makefile

13 lines
223 B
Makefile
Raw Normal View History

1997-02-22 19:58:13 +00:00
# $Id$
1994-09-22 21:51:49 +00:00
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"
.PATH: ${BIND_DIR}/tools
.PATH: ${BIND_DIR}/tools/nslookup
.PATH: ${BIND_DIR}/man
1994-09-22 21:51:49 +00:00
PROG= dig
SRCS= dig.c list.c subr.c debug.c send.c
1994-09-22 21:51:49 +00:00
.include <bsd.prog.mk>