src.opts.mk (63715498ac6b003a024e1fd0eefbc0db504f126e) | src.opts.mk (9e914c7af1f3d176acf2712e5a86a9a6a7b779c6) |
---|---|
1# $FreeBSD$ 2# 3# Option file for FreeBSD /usr/src builds, at least the userland and boot loader 4# portions of the tree. These options generally chose what parts of the tree to 5# include or omit and are FreeBSD source tree specific. 6# 7# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf 8# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no} --- 183 unchanged lines hidden (view full) --- 192 ZONEINFO 193 194__DEFAULT_NO_OPTIONS = \ 195 BEARSSL \ 196 BHYVE_SNAPSHOT \ 197 CLANG_EXTRAS \ 198 CLANG_FORMAT \ 199 DETECT_TZ_CHANGES \ | 1# $FreeBSD$ 2# 3# Option file for FreeBSD /usr/src builds, at least the userland and boot loader 4# portions of the tree. These options generally chose what parts of the tree to 5# include or omit and are FreeBSD source tree specific. 6# 7# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf 8# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no} --- 183 unchanged lines hidden (view full) --- 192 ZONEINFO 193 194__DEFAULT_NO_OPTIONS = \ 195 BEARSSL \ 196 BHYVE_SNAPSHOT \ 197 CLANG_EXTRAS \ 198 CLANG_FORMAT \ 199 DETECT_TZ_CHANGES \ |
200 DISK_IMAGE_TOOLS_BOOTSTRAP \ |
|
200 DTRACE_TESTS \ 201 EXPERIMENTAL \ 202 HESIOD \ 203 LOADER_VERBOSE \ 204 LOADER_VERIEXEC_PASS_MANIFEST \ 205 LLVM_BINUTILS \ 206 MALLOC_PRODUCTION \ 207 OFED_EXTRA \ --- 296 unchanged lines hidden --- | 201 DTRACE_TESTS \ 202 EXPERIMENTAL \ 203 HESIOD \ 204 LOADER_VERBOSE \ 205 LOADER_VERIEXEC_PASS_MANIFEST \ 206 LLVM_BINUTILS \ 207 MALLOC_PRODUCTION \ 208 OFED_EXTRA \ --- 296 unchanged lines hidden --- |