summaryrefslogtreecommitdiffstats
path: root/etc/namedb/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-01-30 09:27:03 +0000
committerbde <bde@FreeBSD.org>2002-01-30 09:27:03 +0000
commitacdb1166c11e90f378d1762964dd5045d1ed2d86 (patch)
tree5425ded5895d8ee5a20bf3dc202286b398d273a8 /etc/namedb/Makefile
parent26055e4dcc88af368bdff565b1155ae927c73422 (diff)
downloadFreeBSD-src-acdb1166c11e90f378d1762964dd5045d1ed2d86.zip
FreeBSD-src-acdb1166c11e90f378d1762964dd5045d1ed2d86.tar.gz
Added this makefile. This is not attached to the build yet. I often
install parts of /etc manually and it helps to have a makefile for each subdir even if the main makefile doesn't invoke it.
Diffstat (limited to 'etc/namedb/Makefile')
-rw-r--r--etc/namedb/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/namedb/Makefile b/etc/namedb/Makefile
new file mode 100644
index 0000000..93c0d61
--- /dev/null
+++ b/etc/namedb/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+FILES= PROTO.localhost.rev named.conf named.root make-localhost
+NOOBJ= noobj
+FILESDIR= /etc/namedb
+FILESMODE= 644
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud