mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -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
19 lines
259 B
Makefile
19 lines
259 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
CONFS= 340.noid \
|
|
450.status-security \
|
|
999.local
|
|
|
|
# NB: keep these sorted by MK_* knobs
|
|
|
|
.if ${MK_LOCATE} != "no"
|
|
CONFS+= 310.locate
|
|
.endif
|
|
|
|
.if ${MK_MAN_UTILS} != "no"
|
|
CONFS+= 320.whatis
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|