nrelease - fix/improve livecd
[dragonfly.git] / etc / bluetooth / Makefile
1 # $DragonFly: src/etc/bluetooth/Makefile,v 1.2 2008/02/12 21:36:19 hasso Exp $
2
3 FILESDIR=               /etc/bluetooth
4 FILES=                  protocols
5
6 .if !exists(${DESTDIR}/etc/bluetooth/hosts)
7 FILES+=                 hosts
8 FILESMODE_hosts=        644
9 .endif
10
11 .if !exists(${DESTDIR}/etc/bluetooth/bthcid.conf)
12 FILES+=                 bthcid.conf
13 FILESMODE_bthcid.conf=  600
14 .endif
15
16 .include <bsd.prog.mk>