Pre-2.0 release, MFC some driver fixes related to interrupt management.
[dragonfly.git] / etc / dma / Makefile
blob7965caaf1834479f6301f96e8f314e6848455d1a
1 # $DragonFly: src/etc/dma/Makefile,v 1.3 2008/02/12 22:10:20 matthias Exp $
3 FILESDIR= /etc/dma
4 SHAREOWN= root
5 SHAREGRP= mail
6 FILESMODE= 640
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
18 .include <bsd.prog.mk>