1 2 3 4 5 6 7 8 9 10 11 12 13 14 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>