mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 06:22:24 +01:00
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>
|