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