]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/defaults/Makefile
- Reset stable/10 back to -PRERELEASE status now that releng/10.4
[FreeBSD/stable/10.git] / etc / defaults / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 FILES=  devfs.rules periodic.conf rc.conf
6 NO_OBJ=
7 FILESDIR= /etc/defaults
8
9 .if ${MK_BLUETOOTH} != "no"
10 FILES+= bluetooth.device.conf
11 .endif
12
13 .include <bsd.prog.mk>