| Commit | Line | Data |
|---|---|---|
| ee9574e6 | 1 | # $DragonFly: src/etc/dma/Makefile,v 1.3 2008/02/12 22:10:20 matthias Exp $ |
| fed0f851 MS |
2 | |
| 3 | FILESDIR= /etc/dma | |
| 639ba154 MS |
4 | SHAREOWN= root |
| 5 | SHAREGRP= mail | |
| 6 | FILESMODE= 640 | |
| fed0f851 | 7 | |
| ee9574e6 MS |
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 | |
| ee9574e6 | 14 | |
| fed0f851 | 15 | .include <bsd.prog.mk> |