mirror of
https://github.com/opnsense/src.git
synced 2026-05-15 02:30:35 -04:00
This makes pkgbase easier by tagging these as CONFS so they are properly tagged as config files. Approved by: will (mentor) Sponsored by: Essen Hackathon Differential Revision: https://reviews.freebsd.org/D16553
12 lines
170 B
Makefile
12 lines
170 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
FILES= devfs.rules
|
|
FILESDIR= /etc/defaults
|
|
|
|
.if ${MK_BLUETOOTH} != "no"
|
|
FILES+= bluetooth.device.conf
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|