aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bind/dnsquery
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bind/dnsquery')
-rw-r--r--usr.sbin/bind/dnsquery/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/bind/dnsquery/Makefile b/usr.sbin/bind/dnsquery/Makefile
new file mode 100644
index 000000000000..db5fb470571d
--- /dev/null
+++ b/usr.sbin/bind/dnsquery/Makefile
@@ -0,0 +1,12 @@
+# $Id$
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.PATH: ${BIND_DIR}/tools
+.PATH: ${BIND_DIR}/man
+
+PROG= dnsquery
+
+BINDIR= ${DESTBIN}
+
+.include <bsd.prog.mk>