src.opts.mk (166a655fcf136fac9e461f3201a52dd4a959a6da) src.opts.mk (38981026e70390ccfb99930ec6d71299dd2af780)
1#
2# Option file for FreeBSD /usr/src builds, at least the userland and boot loader
3# portions of the tree. These options generally chose what parts of the tree to
4# include or omit and are FreeBSD source tree specific.
5#
6# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf
7# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
8# with sensible (usually) defaults.

--- 72 unchanged lines hidden (view full) ---

81 CLANG \
82 CLANG_BOOTSTRAP \
83 CLEAN \
84 CPP \
85 CROSS_COMPILER \
86 CRYPT \
87 CUSE \
88 CXGBETOOL \
1#
2# Option file for FreeBSD /usr/src builds, at least the userland and boot loader
3# portions of the tree. These options generally chose what parts of the tree to
4# include or omit and are FreeBSD source tree specific.
5#
6# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf
7# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
8# with sensible (usually) defaults.

--- 72 unchanged lines hidden (view full) ---

81 CLANG \
82 CLANG_BOOTSTRAP \
83 CLEAN \
84 CPP \
85 CROSS_COMPILER \
86 CRYPT \
87 CUSE \
88 CXGBETOOL \
89 DIALOG \
90 DICT \
91 DMAGENT \
92 DTRACE \
93 DYNAMICROOT \
94 EE \
95 EFI \
96 ELFTOOLCHAIN_BOOTSTRAP \
97 EXAMPLES \

--- 94 unchanged lines hidden (view full) ---

192 LOADER_ZFS \
193 ZONEINFO
194
195__DEFAULT_NO_OPTIONS = \
196 BEARSSL \
197 BHYVE_SNAPSHOT \
198 CLANG_EXTRAS \
199 CLANG_FORMAT \
89 DICT \
90 DMAGENT \
91 DTRACE \
92 DYNAMICROOT \
93 EE \
94 EFI \
95 ELFTOOLCHAIN_BOOTSTRAP \
96 EXAMPLES \

--- 94 unchanged lines hidden (view full) ---

191 LOADER_ZFS \
192 ZONEINFO
193
194__DEFAULT_NO_OPTIONS = \
195 BEARSSL \
196 BHYVE_SNAPSHOT \
197 CLANG_EXTRAS \
198 CLANG_FORMAT \
199 DIALOG \
200 DETECT_TZ_CHANGES \
201 DISK_IMAGE_TOOLS_BOOTSTRAP \
202 DTRACE_ASAN \
203 DTRACE_TESTS \
204 EXPERIMENTAL \
205 HESIOD \
206 LOADER_VERBOSE \
207 LOADER_VERIEXEC_PASS_MANIFEST \

--- 310 unchanged lines hidden ---
200 DETECT_TZ_CHANGES \
201 DISK_IMAGE_TOOLS_BOOTSTRAP \
202 DTRACE_ASAN \
203 DTRACE_TESTS \
204 EXPERIMENTAL \
205 HESIOD \
206 LOADER_VERBOSE \
207 LOADER_VERIEXEC_PASS_MANIFEST \

--- 310 unchanged lines hidden ---