]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/defaults/Makefile
MFV ntp-4.2.8p3 (r284990).
[FreeBSD/FreeBSD.git] / etc / defaults / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.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>