aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bind/dig/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-29 19:43:00 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-29 19:43:00 +0000
commit8fedc449da6b5a94dbe202c9a48a8bf91912f160 (patch)
tree13c33ff4f656f34b738615018b34502af7f4fbd0 /usr.sbin/bind/dig/Makefile
parentebcbc731ab60ca9dbc8c741eaf1ef4a03d4d4799 (diff)
Import some bmake glue for bind-4.9.4-p1.vendor/bind4
This is based on Paul Vixie's makefiles, but some of it doesn't look much like it now.
Notes
Notes: svn path=/vendor/bind4/dist/; revision=17897
Diffstat (limited to 'usr.sbin/bind/dig/Makefile')
-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>