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