Pre-2.0 release: Sync with HAMMER 64 - NFS and cross-device link fixes.
[dragonfly.git] / etc / bluetooth / Makefile
blobd07efd58ab6e935c88634a3cdd3e89809e5fa4ac
1 # $DragonFly: src/etc/bluetooth/Makefile,v 1.2 2008/02/12 21:36:19 hasso Exp $
3 FILESDIR= /etc/bluetooth
4 FILES= protocols
6 .if !exists(${DESTDIR}/etc/bluetooth/hosts)
7 FILES+= hosts
8 FILESMODE_hosts= 644
9 .endif
11 .if !exists(${DESTDIR}/etc/bluetooth/bthcid.conf)
12 FILES+= bthcid.conf
13 FILESMODE_bthcid.conf= 600
14 .endif
16 .include <bsd.prog.mk>