mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
9 lines
200 B
Makefile
9 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>
|