summaryrefslogtreecommitdiff
path: root/Makefile.etc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.etc')
-rw-r--r--Makefile.etc15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile.etc b/Makefile.etc
new file mode 100644
index 0000000000000..fca23b94a6047
--- /dev/null
+++ b/Makefile.etc
@@ -0,0 +1,15 @@
+# $DragonFly: src/etc/dma/Makefile,v 1.3 2008/02/12 22:10:20 matthias Exp $
+
+FILESDIR= /etc/dma
+SHAREOWN= root
+SHAREGRP= mail
+FILESMODE= 640
+
+.if !exists(${DESTDIR}/etc/dma/auth.conf)
+FILES+= auth.conf
+.endif
+.if !exists(${DESTDIR}/etc/dma/dma.conf)
+FILES+= dma.conf
+.endif
+
+.include <bsd.prog.mk>