freebsd-dev/etc/defaults/Makefile
Bryan Drewery d5cc057985 DIRDEPS_BUILD: Fix staging of share/sendmail and share/examples.
Sponsored by:	EMC / Isilon Storage Division
2016-03-11 23:45:09 +00:00

13 lines
192 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
FILES= devfs.rules periodic.conf rc.conf
FILESDIR= /etc/defaults
.if ${MK_BLUETOOTH} != "no"
FILES+= bluetooth.device.conf
.endif
.include <bsd.prog.mk>