aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bind/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/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/Makefile')
-rw-r--r--usr.sbin/bind/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/bind/Makefile b/usr.sbin/bind/Makefile
new file mode 100644
index 000000000000..41aae44caf1d
--- /dev/null
+++ b/usr.sbin/bind/Makefile
@@ -0,0 +1,8 @@
+# $Id$
+
+SUBDIR= named named-xfer \
+ ndc named.reload named.restart \
+ addr dig dnsquery host nslookup \
+ man
+
+.include <bsd.subdir.mk>