mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
15 lines
300 B
Makefile
15 lines
300 B
Makefile
# $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>
|