freebsd-dev/etc/bluetooth/Makefile
Maksim Yevmenkin e6ef35a90b Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.
Reviewed by: imp, simon
Approved by: imp (mentor)
2003-10-26 19:09:12 +00:00

11 lines
224 B
Makefile

# $Id: Makefile,v 1.2 2003/10/21 22:22:27 max Exp $
# $FreeBSD$
FILESDIR= /etc/bluetooth
FILES= hcsecd.conf hosts protocols
FILESMODE_hcsecd.conf= 600
FILESMODE_hosts= 644
.include <bsd.prog.mk>
.include <bsd.files.mk>