1# $DragonFly: src/etc/dma/Makefile,v 1.3 2008/02/12 22:10:20 matthias Exp $ 2 3FILESDIR= /etc/dma 4SHAREOWN= root 5SHAREGRP= mail 6FILESMODE= 640 7 8.if !exists(${DESTDIR}/etc/dma/auth.conf) 9FILES+= auth.conf 10.endif 11.if !exists(${DESTDIR}/etc/dma/dma.conf) 12FILES+= dma.conf 13.endif 14 15.include <bsd.prog.mk> 16