git: 3d2fd7178663 - main - src.opts.mk: Sort options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 15:32:13 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=3d2fd7178663fa5314f6e90bb041c3bfb3b1bbaf
commit 3d2fd7178663fa5314f6e90bb041c3bfb3b1bbaf
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2026-04-21 15:23:20 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2026-04-21 15:30:31 +0000
src.opts.mk: Sort options
Sort the options in each of the sections alphabetically.
Sponsored by: Netflix
---
share/mk/src.opts.mk | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index a5fdc4730cd8..7230f729b3e3 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -133,6 +133,7 @@ __DEFAULT_YES_OPTIONS = \
LOADER_OFW \
LOADER_PXEBOOT \
LOADER_UBOOT \
+ LOADER_ZFS \
LOCALES \
LOCATE \
LPR \
@@ -192,7 +193,6 @@ __DEFAULT_YES_OPTIONS = \
WPA_SUPPLICANT_EAPOL \
ZFS \
ZFS_TESTS \
- LOADER_ZFS \
ZONEINFO
__DEFAULT_NO_OPTIONS = \
@@ -201,18 +201,18 @@ __DEFAULT_NO_OPTIONS = \
CLANG_EXTRAS \
CLANG_FORMAT \
CLEAN \
- DIALOG \
DETECT_TZ_CHANGES \
+ DIALOG \
DISK_IMAGE_TOOLS_BOOTSTRAP \
DTRACE_ASAN \
DTRACE_TESTS \
HESIOD \
IPFILTER_IPFS \
+ LLVM_FULL_DEBUGINFO \
+ LLVM_LINK_STATIC_LIBRARIES \
LOADER_USB \
LOADER_VERBOSE \
LOADER_VERIEXEC_PASS_MANIFEST \
- LLVM_FULL_DEBUGINFO \
- LLVM_LINK_STATIC_LIBRARIES \
MALLOC_PRODUCTION \
OFED_EXTRA \
OPENLDAP \