]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/defaults/Makefile
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / etc / defaults / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 FILES=  devfs.rules periodic.conf rc.conf
6 FILESDIR= /etc/defaults
7
8 .if ${MK_BLUETOOTH} != "no"
9 FILES+= bluetooth.device.conf
10 .endif
11
12 .include <bsd.prog.mk>