aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2023-11-13 23:13:03 +0000
committerBrooks Davis <brooks@FreeBSD.org>2023-11-14 16:50:52 +0000
commit4cd0f014a1285c1b57e583b260282ca433a8ccdd (patch)
tree9ca56086e1ac8176f2d29e0c78e79eb863eaf089
parentc90d0600ee000e7874a55e3015953bd670574093 (diff)
downloadsrc-4cd0f014a1285c1b57e583b260282ca433a8ccdd.tar.gz
src-4cd0f014a1285c1b57e583b260282ca433a8ccdd.zip
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
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 7cefc3c816c5..aaf1dbda5710 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -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