1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5FILES=	devfs.rules periodic.conf rc.conf
6NO_OBJ=
7FILESDIR= /etc/defaults
8
9.if ${MK_BLUETOOTH} != "no"
10FILES+=	bluetooth.device.conf
11.endif
12
13.include <bsd.prog.mk>
14