summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/dig
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bind/dig')
-rw-r--r--usr.sbin/bind/dig/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.sbin/bind/dig/Makefile b/usr.sbin/bind/dig/Makefile
new file mode 100644
index 000000000000..20693189427c
--- /dev/null
+++ b/usr.sbin/bind/dig/Makefile
@@ -0,0 +1,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>