Merge branch 'vendor/OPENSSH'
[dragonfly.git] / libexec / dma / 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 .if !exists(${DESTDIR}/etc/dma/virtusertable)
15 FILES+=         virtusertable
16 .endif
17
18 .include <bsd.prog.mk>