]> git.ipfire.org Git - people/ms/dma.git/blob - Makefile.etc
Merge pull request #34 from mtremer/better-authentication
[people/ms/dma.git] / Makefile.etc
1 # $DragonFly: src/etc/dma/Makefile,v 1.3 2008/02/12 22:10:20 matthias Exp $
2
3 FILESDIR= /etc/dma
4 SHAREOWN= root
5 SHAREGRP= mail
6 FILESMODE= 640
7
8 .if !exists(${DESTDIR}/etc/dma/auth.conf)
9 FILES+= auth.conf
10 .endif
11 .if !exists(${DESTDIR}/etc/dma/dma.conf)
12 FILES+= dma.conf
13 .endif
14
15 .include <bsd.prog.mk>