mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
c6063d0da8
from the latter.
15 lines
195 B
Makefile
15 lines
195 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
FILES= 450.status-security \
|
|
999.local
|
|
|
|
# NB: keep these sorted by MK_* knobs
|
|
|
|
.if ${MK_UTMPX} != "no"
|
|
FILES+= 200.accounting
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|