]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/defaults/Makefile
Import tzdata 2019a.
[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>