d5cc057985
Sponsored by: EMC / Isilon Storage Division
13 lines
192 B
Makefile
13 lines
192 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
FILES= devfs.rules periodic.conf rc.conf
|
|
FILESDIR= /etc/defaults
|
|
|
|
.if ${MK_BLUETOOTH} != "no"
|
|
FILES+= bluetooth.device.conf
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|