mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
OptionalObsoleteFiles.inc: document block order
Options should be in sort(1) order by primary option (usually, but not always, first in the if statement). Reviewed by: emaste, imp, netchild Pull Request: https://github.com/freebsd/freebsd-src/pull/896
This commit is contained in:
parent
c90d0600ee
commit
4cd0f014a1
@ -3,6 +3,8 @@
|
||||
# This file adds support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
|
||||
# the check-old* and delete-old* targets.
|
||||
#
|
||||
# Blocks should be in sort(1) order by primary option.
|
||||
#
|
||||
|
||||
.if ${MK_ACCT} == no
|
||||
OLD_FILES+=etc/rc.d/accounting
|
||||
|
Loading…
Reference in New Issue
Block a user