]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - etc/defaults/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>