10 lines
200 B
Makefile
10 lines
200 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>
|