Skip to content

Commit d5aedf8

Browse files
committed
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: freebsd/freebsd-src#896 (cherry picked from commit 4cd0f01)
1 parent e027fb0 commit d5aedf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/build/mk/OptionalObsoleteFiles.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# This file adds support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
44
# the check-old* and delete-old* targets.
55
#
6+
# Blocks should be in sort(1) order by primary option.
7+
#
68

79
.if ${MK_ACCT} == no
810
OLD_FILES+=etc/rc.d/accounting

0 commit comments

Comments
 (0)