]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man5/src.conf.5
dts: Update our copy to be in sync with Linux 5.7
[FreeBSD/FreeBSD.git] / share / man / man5 / src.conf.5
1 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
2 .\" $FreeBSD$
3 .Dd May 30, 2020
4 .Dt SRC.CONF 5
5 .Os
6 .Sh NAME
7 .Nm src.conf
8 .Nd "source build options"
9 .Sh DESCRIPTION
10 The
11 .Nm
12 file contains settings that will apply to every build involving the
13 .Fx
14 source tree; see
15 .Xr build 7 .
16 .Pp
17 The
18 .Nm
19 file uses the standard makefile syntax.
20 However,
21 .Nm
22 should not specify any dependencies to
23 .Xr make 1 .
24 Instead,
25 .Nm
26 is to set
27 .Xr make 1
28 variables that control the aspects of how the system builds.
29 .Pp
30 The default location of
31 .Nm
32 is
33 .Pa /etc/src.conf ,
34 though an alternative location can be specified in the
35 .Xr make 1
36 variable
37 .Va SRCCONF .
38 Overriding the location of
39 .Nm
40 may be necessary if the system-wide settings are not suitable
41 for a particular build.
42 For instance, setting
43 .Va SRCCONF
44 to
45 .Pa /dev/null
46 effectively resets all build controls to their defaults.
47 .Pp
48 The only purpose of
49 .Nm
50 is to control the compilation of the
51 .Fx
52 source code, which is usually located in
53 .Pa /usr/src .
54 As a rule, the system administrator creates
55 .Nm
56 when the values of certain control variables need to be changed
57 from their defaults.
58 .Pp
59 In addition, control variables can be specified
60 for a particular build via the
61 .Fl D
62 option of
63 .Xr make 1
64 or in its environment; see
65 .Xr environ 7 .
66 .Pp
67 The environment of
68 .Xr make 1
69 for the build can be controlled via the
70 .Va SRC_ENV_CONF
71 variable, which defaults to
72 .Pa /etc/src-env.conf .
73 Some examples that may only be set in this file are
74 .Va WITH_DIRDEPS_BUILD ,
75 and
76 .Va WITH_META_MODE ,
77 and
78 .Va MAKEOBJDIRPREFIX
79 as they are environment-only variables.
80 .Pp
81 The values of variables are ignored regardless of their setting;
82 even if they would be set to
83 .Dq Li FALSE
84 or
85 .Dq Li NO .
86 The presence of an option causes
87 it to be honored by
88 .Xr make 1 .
89 .Pp
90 This list provides a name and short description for variables
91 that can be used for source builds.
92 .Bl -tag -width indent
93 .It Va WITHOUT_ACCT
94 Set to not build process accounting tools such as
95 .Xr accton 8
96 and
97 .Xr sa 8 .
98 .It Va WITHOUT_ACPI
99 Set to not build
100 .Xr acpiconf 8 ,
101 .Xr acpidump 8
102 and related programs.
103 .It Va WITHOUT_APM
104 Set to not build
105 .Xr apm 8 ,
106 .Xr apmd 8
107 and related programs.
108 .It Va WITHOUT_ASSERT_DEBUG
109 Set to compile programs and libraries without the
110 .Xr assert 3
111 checks.
112 .It Va WITHOUT_AT
113 Set to not build
114 .Xr at 1
115 and related utilities.
116 .It Va WITHOUT_ATM
117 Set to not build
118 programs and libraries related to ATM networking.
119 .It Va WITHOUT_AUDIT
120 Set to not build audit support into system programs.
121 .It Va WITHOUT_AUTHPF
122 Set to not build
123 .Xr authpf 8 .
124 .It Va WITHOUT_AUTOFS
125 Set to not build
126 .Xr autofs 5
127 related programs, libraries, and kernel modules.
128 .It Va WITHOUT_AUTO_OBJ
129 Disable automatic creation of objdirs.
130 This is enabled by default if the wanted OBJDIR is writable by the current user.
131 .Pp
132 This must be set in the environment, make command line, or
133 .Pa /etc/src-env.conf ,
134 not
135 .Pa /etc/src.conf .
136 .It Va WITH_BEARSSL
137 Build the BearSSL library.
138 .Pp
139 BearSSL is a tiny SSL library suitable for embedded environments.
140 For details see
141 .Lk http://www.BearSSL.org/
142 .Pp
143 This library is currently only used to perform
144 signature verification and related operations
145 for Verified Exec and
146 .Xr loader 8 .
147 When set, these options are also in effect:
148 .Pp
149 .Bl -inset -compact
150 .It Va WITH_LOADER_EFI_SECUREBOOT
151 (unless
152 .Va WITHOUT_LOADER_EFI_SECUREBOOT
153 is set explicitly)
154 .It Va WITH_LOADER_VERIEXEC
155 (unless
156 .Va WITHOUT_LOADER_VERIEXEC
157 is set explicitly)
158 .It Va WITH_LOADER_VERIEXEC_VECTX
159 (unless
160 .Va WITHOUT_LOADER_VERIEXEC_VECTX
161 is set explicitly)
162 .It Va WITH_VERIEXEC
163 (unless
164 .Va WITHOUT_VERIEXEC
165 is set explicitly)
166 .El
167 .It Va WITHOUT_BHYVE
168 Set to not build or install
169 .Xr bhyve 8 ,
170 associated utilities, and examples.
171 .Pp
172 This option only affects amd64/amd64.
173 .It Va WITH_BHYVE_SNAPSHOT
174 Set to include support for save and restore (snapshots) in
175 .Xr bhyve 8
176 and
177 .Xr bhyvectl 8 .
178 .Pp
179 This option only affects amd64/amd64.
180 .It Va WITH_BIND_NOW
181 Build all binaries with the
182 .Dv DF_BIND_NOW
183 flag set to indicate that the run-time loader should perform all relocation
184 processing at process startup rather than on demand.
185 .It Va WITH_BINUTILS
186 Build and install GNU
187 .Xr as 1
188 as part of the normal system build.
189 This option is not available as of
190 .Fx 13.0 .
191 .It Va WITHOUT_BINUTILS_BOOTSTRAP
192 Do not build GNU binutils
193 as part of the bootstrap process.
194 .Pp
195 This is a default setting on
196 arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mips, mips/mips64, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
197 .It Va WITH_BINUTILS_BOOTSTRAP
198 Build GNU binutils
199 as part of the bootstrap process.
200 .Pp
201 This is a default setting on
202 amd64/amd64.
203 .It Va WITHOUT_BLACKLIST
204 Set this if you do not want to build
205 .Xr blacklistd 8
206 and
207 .Xr blacklistctl 8 .
208 When set, these options are also in effect:
209 .Pp
210 .Bl -inset -compact
211 .It Va WITHOUT_BLACKLIST_SUPPORT
212 (unless
213 .Va WITH_BLACKLIST_SUPPORT
214 is set explicitly)
215 .El
216 .It Va WITHOUT_BLACKLIST_SUPPORT
217 Set to build some programs without
218 .Xr libblacklist 3
219 support, like
220 .Xr fingerd 8 ,
221 .Xr ftpd 8 ,
222 and
223 .Xr sshd 8 .
224 .It Va WITHOUT_BLUETOOTH
225 Set to not build Bluetooth related kernel modules, programs and libraries.
226 .It Va WITHOUT_BOOT
227 Set to not build the boot blocks and loader.
228 .It Va WITHOUT_BOOTPARAMD
229 Set to not build or install
230 .Xr bootparamd 8 .
231 .It Va WITHOUT_BOOTPD
232 Set to not build or install
233 .Xr bootpd 8 .
234 .It Va WITHOUT_BSDINSTALL
235 Set to not build
236 .Xr bsdinstall 8 ,
237 .Xr sade 8 ,
238 and related programs.
239 .It Va WITHOUT_BSD_CPIO
240 Set to not build the BSD licensed version of cpio based on
241 .Xr libarchive 3 .
242 .It Va WITH_BSD_GREP
243 Install BSD-licensed grep as '[ef]grep' instead of GNU grep.
244 .It Va WITHOUT_BSNMP
245 Set to not build or install
246 .Xr bsnmpd 1
247 and related libraries and data files.
248 .It Va WITHOUT_BZIP2
249 Set to not build contributed bzip2 software as a part of the base system.
250 .Bf -symbolic
251 The option has no effect yet.
252 .Ef
253 When set, these options are also in effect:
254 .Pp
255 .Bl -inset -compact
256 .It Va WITHOUT_BZIP2_SUPPORT
257 (unless
258 .Va WITH_BZIP2_SUPPORT
259 is set explicitly)
260 .El
261 .It Va WITHOUT_BZIP2_SUPPORT
262 Set to build some programs without optional bzip2 support.
263 .It Va WITHOUT_CALENDAR
264 Set to not build
265 .Xr calendar 1 .
266 .It Va WITHOUT_CAPSICUM
267 Set to not build Capsicum support into system programs.
268 When set, it enforces these options:
269 .Pp
270 .Bl -item -compact
271 .It
272 .Va WITHOUT_CASPER
273 .El
274 .It Va WITHOUT_CAROOT
275 Set to not add the trusted certificates from the Mozilla NSS bundle to
276 base.
277 .It Va WITHOUT_CASPER
278 Set to not build Casper program and related libraries.
279 .It Va WITH_CCACHE_BUILD
280 Set to use
281 .Xr ccache 1
282 for the build.
283 No configuration is required except to install the
284 .Sy devel/ccache
285 package.
286 When using with
287 .Xr distcc 1 ,
288 set
289 .Sy CCACHE_PREFIX=/usr/local/bin/distcc .
290 The default cache directory of
291 .Pa $HOME/.ccache
292 will be used, which can be overridden by setting
293 .Sy CCACHE_DIR .
294 The
295 .Sy CCACHE_COMPILERCHECK
296 option defaults to
297 .Sy content
298 when using the in-tree bootstrap compiler,
299 and
300 .Sy mtime
301 when using an external compiler.
302 The
303 .Sy CCACHE_CPP2
304 option is used for Clang but not GCC.
305 .Pp
306 Sharing a cache between multiple work directories requires using a layout
307 similar to
308 .Pa /some/prefix/src
309 .Pa /some/prefix/obj
310 and an environment such as:
311 .Bd -literal -offset indent
312 CCACHE_BASEDIR='${SRCTOP:H}' MAKEOBJDIRPREFIX='${SRCTOP:H}/obj'
313 .Ed
314 .Pp
315 See
316 .Xr ccache 1
317 for more configuration options.
318 .It Va WITHOUT_CCD
319 Set to not build
320 .Xr geom_ccd 4
321 and related utilities.
322 .It Va WITHOUT_CDDL
323 Set to not build code licensed under Sun's CDDL.
324 When set, it enforces these options:
325 .Pp
326 .Bl -item -compact
327 .It
328 .Va WITHOUT_CTF
329 .It
330 .Va WITHOUT_LOADER_ZFS
331 .It
332 .Va WITHOUT_ZFS
333 .El
334 .It Va WITHOUT_CLANG
335 Set to not build the Clang C/C++ compiler during the regular phase of the build.
336 When set, it enforces these options:
337 .Pp
338 .Bl -item -compact
339 .It
340 .Va WITHOUT_CLANG_EXTRAS
341 .It
342 .Va WITHOUT_CLANG_FULL
343 .It
344 .Va WITHOUT_LLVM_COV
345 .El
346 .It Va WITHOUT_CLANG_BOOTSTRAP
347 Set to not build the Clang C/C++ compiler during the bootstrap phase of
348 the build.
349 To be able to build the system, either gcc or clang bootstrap must be
350 enabled unless an alternate compiler is provided via XCC.
351 .It Va WITH_CLANG_EXTRAS
352 Set to build additional clang and llvm tools, such as bugpoint and
353 clang-format.
354 .It Va WITHOUT_CLANG_FULL
355 Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of
356 the Clang C/C++ compiler.
357 .It Va WITHOUT_CLANG_IS_CC
358 Do not install links to the Clang C/C++ compiler as
359 .Pa /usr/bin/cc ,
360 .Pa /usr/bin/c++
361 and
362 .Pa /usr/bin/cpp .
363 .It Va WITHOUT_CPP
364 Set to not build
365 .Xr cpp 1 .
366 .It Va WITHOUT_CROSS_COMPILER
367 Set to not build any cross compiler in the cross-tools stage of buildworld.
368 When compiling a different version of
369 .Fx
370 than what is installed on the system, provide an alternate
371 compiler with XCC to ensure success.
372 When compiling with an identical version of
373 .Fx
374 to the host, this option may be safely used.
375 This option may also be safe when the host version of
376 .Fx
377 is close to the sources being built, but all bets are off if there have
378 been any changes to the toolchain between the versions.
379 When set, it enforces these options:
380 .Pp
381 .Bl -item -compact
382 .It
383 .Va WITHOUT_BINUTILS_BOOTSTRAP
384 .It
385 .Va WITHOUT_CLANG_BOOTSTRAP
386 .It
387 .Va WITHOUT_ELFTOOLCHAIN_BOOTSTRAP
388 .It
389 .Va WITHOUT_LLD_BOOTSTRAP
390 .El
391 .It Va WITHOUT_CRYPT
392 Set to not build any crypto code.
393 When set, it enforces these options:
394 .Pp
395 .Bl -item -compact
396 .It
397 .Va WITHOUT_DMAGENT
398 .It
399 .Va WITHOUT_KERBEROS
400 .It
401 .Va WITHOUT_KERBEROS_SUPPORT
402 .It
403 .Va WITHOUT_LDNS
404 .It
405 .Va WITHOUT_LDNS_UTILS
406 .It
407 .Va WITHOUT_OPENSSH
408 .It
409 .Va WITHOUT_OPENSSL
410 .It
411 .Va WITHOUT_PKGBOOTSTRAP
412 .It
413 .Va WITHOUT_SVN
414 .It
415 .Va WITHOUT_SVNLITE
416 .It
417 .Va WITHOUT_UNBOUND
418 .It
419 .Va WITHOUT_WIRELESS
420 .El
421 .Pp
422 When set, these options are also in effect:
423 .Pp
424 .Bl -inset -compact
425 .It Va WITHOUT_GSSAPI
426 (unless
427 .Va WITH_GSSAPI
428 is set explicitly)
429 .El
430 .It Va WITH_CTF
431 Set to compile with CTF (Compact C Type Format) data.
432 CTF data encapsulates a reduced form of debugging information
433 similar to DWARF and the venerable stabs and is required for DTrace.
434 .It Va WITHOUT_CUSE
435 Set to not build CUSE-related programs and libraries.
436 .It Va WITHOUT_CXGBETOOL
437 Set to not build
438 .Xr cxgbetool 8
439 .Pp
440 This is a default setting on
441 arm/armv6, arm/armv7, mips/mips, mips/mips64, powerpc/powerpc, riscv/riscv64 and riscv/riscv64sf.
442 .It Va WITH_CXGBETOOL
443 Set to build
444 .Xr cxgbetool 8
445 .Pp
446 This is a default setting on
447 amd64/amd64, arm64/aarch64, i386/i386 and powerpc/powerpc64.
448 .It Va WITHOUT_CXX
449 Set to not build
450 .Xr c++ 1
451 and related libraries.
452 It will also prevent building of
453 .Xr gperf 1
454 and
455 .Xr devd 8 .
456 When set, it enforces these options:
457 .Pp
458 .Bl -item -compact
459 .It
460 .Va WITHOUT_CLANG
461 .It
462 .Va WITHOUT_CLANG_EXTRAS
463 .It
464 .Va WITHOUT_CLANG_FULL
465 .It
466 .Va WITHOUT_DTRACE_TESTS
467 .It
468 .Va WITHOUT_GOOGLETEST
469 .It
470 .Va WITHOUT_LLVM_COV
471 .It
472 .Va WITHOUT_TESTS
473 .El
474 .It Va WITHOUT_DEBUG_FILES
475 Set to avoid building or installing standalone debug files for each
476 executable binary and shared library.
477 .It Va WITHOUT_DIALOG
478 Set to not build
479 .Xr dialog 1 ,
480 .Xr dialog 3 ,
481 .Xr dpv 1 ,
482 and
483 .Xr dpv 3 .
484 When set, it enforces these options:
485 .Pp
486 .Bl -item -compact
487 .It
488 .Va WITHOUT_BSDINSTALL
489 .El
490 .It Va WITHOUT_DICT
491 Set to not build the Webster dictionary files.
492 .It Va WITH_DIRDEPS_BUILD
493 This is an experimental build system.
494 For details see
495 http://www.crufty.net/sjg/docs/freebsd-meta-mode.htm.
496 Build commands can be seen from the top-level with:
497 .Dl make show-valid-targets
498 The build is driven by dirdeps.mk using
499 .Va DIRDEPS
500 stored in
501 Makefile.depend files found in each directory.
502 .Pp
503 The build can be started from anywhere, and behaves the same.
504 The initial instance of
505 .Xr make 1
506 recursively reads
507 .Va DIRDEPS
508 from
509 .Pa Makefile.depend ,
510 computing a graph of tree dependencies from the current origin.
511 Setting
512 .Va NO_DIRDEPS
513 skips checking dirdep dependencies and will only build in the current
514 and child directories.
515 .Va NO_DIRDEPS_BELOW
516 skips building any dirdeps and only build the current directory.
517 .Pp
518 This also utilizes the
519 .Va WITH_META_MODE
520 logic for incremental builds.
521 .Pp
522 The build hides commands executed unless
523 .Va NO_SILENT
524 is defined.
525 .Pp
526 Note that there is currently no mass install feature for this.
527 .Pp
528 When set, it enforces these options:
529 .Pp
530 .Bl -item -compact
531 .It
532 .Va WITH_INSTALL_AS_USER
533 .El
534 .Pp
535 When set, these options are also in effect:
536 .Pp
537 .Bl -inset -compact
538 .It Va WITH_META_MODE
539 (unless
540 .Va WITHOUT_META_MODE
541 is set explicitly)
542 .It Va WITH_STAGING
543 (unless
544 .Va WITHOUT_STAGING
545 is set explicitly)
546 .It Va WITH_STAGING_MAN
547 (unless
548 .Va WITHOUT_STAGING_MAN
549 is set explicitly)
550 .It Va WITH_STAGING_PROG
551 (unless
552 .Va WITHOUT_STAGING_PROG
553 is set explicitly)
554 .It Va WITH_SYSROOT
555 (unless
556 .Va WITHOUT_SYSROOT
557 is set explicitly)
558 .El
559 .Pp
560 This must be set in the environment, make command line, or
561 .Pa /etc/src-env.conf ,
562 not
563 .Pa /etc/src.conf .
564 .It Va WITH_DIRDEPS_CACHE
565 Cache result of dirdeps.mk which can save significant time
566 for subsequent builds.
567 Depends on
568 .Va WITH_DIRDEPS_BUILD .
569 .Pp
570 This must be set in the environment, make command line, or
571 .Pa /etc/src-env.conf ,
572 not
573 .Pa /etc/src.conf .
574 .It Va WITHOUT_DMAGENT
575 Set to not build dma Mail Transport Agent.
576 .It Va WITHOUT_DOCCOMPRESS
577 Set to not install compressed system documentation.
578 Only the uncompressed version will be installed.
579 .It Va WITH_DTRACE_TESTS
580 Set to build and install the DTrace test suite in
581 .Pa /usr/tests/cddl/usr.sbin/dtrace .
582 This test suite is considered experimental on architectures other than
583 amd64/amd64 and running it may cause system instability.
584 .It Va WITHOUT_DYNAMICROOT
585 Set this if you do not want to link
586 .Pa /bin
587 and
588 .Pa /sbin
589 dynamically.
590 .It Va WITHOUT_EE
591 Set to not build and install
592 .Xr edit 1 ,
593 .Xr ee 1 ,
594 and related programs.
595 .It Va WITHOUT_EFI
596 Set not to build
597 .Xr efivar 3
598 and
599 .Xr efivar 8 .
600 .Pp
601 This is a default setting on
602 mips/mips, mips/mips64, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
603 .It Va WITH_EFI
604 Set to build
605 .Xr efivar 3
606 and
607 .Xr efivar 8 .
608 .Pp
609 This is a default setting on
610 amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64 and i386/i386.
611 .It Va WITHOUT_ELFTOOLCHAIN_BOOTSTRAP
612 Set to not build ELF Tool Chain tools
613 (addr2line, nm, size, strings and strip)
614 as part of the bootstrap process.
615 .Bf -symbolic
616 An alternate bootstrap tool chain must be provided.
617 .Ef
618 .It Va WITHOUT_EXAMPLES
619 Set to avoid installing examples to
620 .Pa /usr/share/examples/ .
621 .It Va WITH_EXPERIMENTAL
622 Set to include experimental features in the build.
623 .It Va WITH_EXTRA_TCP_STACKS
624 Set to build extra TCP stack modules.
625 .It Va WITHOUT_FDT
626 Set to not build Flattened Device Tree support as part of the base system.
627 This includes the device tree compiler (dtc) and libfdt support library.
628 .It Va WITHOUT_FILE
629 Set to not build
630 .Xr file 1
631 and related programs.
632 When set, it enforces these options:
633 .Pp
634 .Bl -item -compact
635 .It
636 .Va WITHOUT_SVNLITE
637 .El
638 .It Va WITHOUT_FINGER
639 Set to not build or install
640 .Xr finger 1
641 and
642 .Xr fingerd 8 .
643 .It Va WITHOUT_FLOPPY
644 Set to not build or install programs
645 for operating floppy disk driver.
646 .It Va WITHOUT_FMTREE
647 Set to not build and install
648 .Pa /usr/sbin/fmtree .
649 .It Va WITHOUT_FORMAT_EXTENSIONS
650 Set to not enable
651 .Fl fformat-extensions
652 when compiling the kernel.
653 Also disables all format checking.
654 .It Va WITHOUT_FORTH
655 Set to build bootloaders without Forth support.
656 .It Va WITHOUT_FP_LIBC
657 Set to build
658 .Nm libc
659 without floating-point support.
660 .It Va WITHOUT_FREEBSD_UPDATE
661 Set to not build
662 .Xr freebsd-update 8 .
663 .It Va WITHOUT_FTP
664 Set to not build or install
665 .Xr ftp 1
666 and
667 .Xr ftpd 8 .
668 .It Va WITHOUT_GAMES
669 Set to not build games.
670 .It Va WITHOUT_GDB
671 Set to not build
672 .Xr gdb 1 .
673 .Pp
674 This is a default setting on
675 arm64/aarch64, riscv/riscv64 and riscv/riscv64sf.
676 .It Va WITH_GDB
677 Set to build
678 .Xr gdb 1 .
679 .Pp
680 This is a default setting on
681 amd64/amd64, arm/armv6, arm/armv7, i386/i386, mips/mips, mips/mips64, powerpc/powerpc and powerpc/powerpc64.
682 .It Va WITHOUT_GNU_DIFF
683 Set to not build GNU
684 .Xr diff3 1 .
685 .It Va WITHOUT_GNU_GREP
686 Set to not build GNU
687 .Xr grep 1 .
688 .It Va WITH_GNU_GREP_COMPAT
689 Set this option to include GNU extensions in
690 .Xr bsdgrep 1
691 by linking against libgnuregex.
692 .It Va WITHOUT_GOOGLETEST
693 Set to neither build nor install
694 .Lb libgmock ,
695 .Lb libgtest ,
696 and dependent tests.
697 .Pp
698 This is a default setting on
699 mips/mips and mips/mips64.
700 .It Va WITH_GOOGLETEST
701 Set to build and install
702 .Lb libgmock ,
703 .Lb libgtest ,
704 and dependent tests.
705 .Pp
706 This is a default setting on
707 amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
708 .It Va WITHOUT_GPIO
709 Set to not build
710 .Xr gpioctl 8
711 as part of the base system.
712 .It Va WITHOUT_GSSAPI
713 Set to not build libgssapi.
714 .It Va WITHOUT_HAST
715 Set to not build
716 .Xr hastd 8
717 and related utilities.
718 .It Va WITH_HESIOD
719 Set to build Hesiod support.
720 .It Va WITHOUT_HTML
721 Set to not build HTML docs.
722 .It Va WITHOUT_HYPERV
723 Set to not build or install HyperV utilities.
724 .Pp
725 This is a default setting on
726 arm/armv6, arm/armv7, arm64/aarch64, mips/mips, mips/mips64, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
727 .It Va WITH_HYPERV
728 Set to build or install HyperV utilities.
729 .Pp
730 This is a default setting on
731 amd64/amd64 and i386/i386.
732 .It Va WITHOUT_ICONV
733 Set to not build iconv as part of libc.
734 .It Va WITHOUT_INCLUDES
735 Set to not install header files.
736 This option used to be spelled
737 .Va NO_INCS .
738 .Bf -symbolic
739 The option does not work for build targets.
740 .Ef
741 .It Va WITHOUT_INET
742 Set to not build programs and libraries related to IPv4 networking.
743 When set, it enforces these options:
744 .Pp
745 .Bl -item -compact
746 .It
747 .Va WITHOUT_INET_SUPPORT
748 .El
749 .It Va WITHOUT_INET6
750 Set to not build
751 programs and libraries related to IPv6 networking.
752 When set, it enforces these options:
753 .Pp
754 .Bl -item -compact
755 .It
756 .Va WITHOUT_INET6_SUPPORT
757 .El
758 .It Va WITHOUT_INET6_SUPPORT
759 Set to build libraries, programs, and kernel modules without IPv6 support.
760 .It Va WITHOUT_INETD
761 Set to not build
762 .Xr inetd 8 .
763 .It Va WITHOUT_INET_SUPPORT
764 Set to build libraries, programs, and kernel modules without IPv4 support.
765 .It Va WITHOUT_INSTALLLIB
766 Set this to not install optional libraries.
767 For example, when creating a
768 .Xr nanobsd 8
769 image.
770 .Bf -symbolic
771 The option does not work for build targets.
772 .Ef
773 .It Va WITH_INSTALL_AS_USER
774 Set to make install targets succeed for non-root users by installing
775 files with owner and group attributes set to that of the user running
776 the
777 .Xr make 1
778 command.
779 The user still must set the
780 .Va DESTDIR
781 variable to point to a directory where the user has write permissions.
782 .It Va WITHOUT_IPFILTER
783 Set to not build IP Filter package.
784 .It Va WITHOUT_IPFW
785 Set to not build IPFW tools.
786 .It Va WITHOUT_IPSEC_SUPPORT
787 Set to not build the kernel with
788 .Xr ipsec 4
789 support.
790 This option is needed for
791 .Xr ipsec 4
792 and
793 .Xr tcpmd5 4 .
794 .It Va WITHOUT_ISCSI
795 Set to not build
796 .Xr iscsid 8
797 and related utilities.
798 .It Va WITHOUT_JAIL
799 Set to not build tools for the support of jails; e.g.,
800 .Xr jail 8 .
801 .It Va WITHOUT_KDUMP
802 Set to not build
803 .Xr kdump 1
804 and
805 .Xr truss 1 .
806 .It Va WITHOUT_KERBEROS
807 Set this to not build Kerberos 5 (KTH Heimdal).
808 When set, these options are also in effect:
809 .Pp
810 .Bl -inset -compact
811 .It Va WITHOUT_GSSAPI
812 (unless
813 .Va WITH_GSSAPI
814 is set explicitly)
815 .It Va WITHOUT_KERBEROS_SUPPORT
816 (unless
817 .Va WITH_KERBEROS_SUPPORT
818 is set explicitly)
819 .El
820 .It Va WITHOUT_KERBEROS_SUPPORT
821 Set to build some programs without Kerberos support, like
822 .Xr ssh 1 ,
823 .Xr telnet 1 ,
824 .Xr sshd 8 ,
825 and
826 .Xr telnetd 8 .
827 .It Va WITH_KERNEL_RETPOLINE
828 Set to enable the "retpoline" mitigation for CVE-2017-5715 in the kernel
829 build.
830 .It Va WITHOUT_KERNEL_SYMBOLS
831 Set to not install kernel symbol files.
832 .Bf -symbolic
833 This option is recommended for those people who have small root partitions.
834 .Ef
835 .It Va WITHOUT_KVM
836 Set to not build the
837 .Nm libkvm
838 library as a part of the base system.
839 .Bf -symbolic
840 The option has no effect yet.
841 .Ef
842 When set, these options are also in effect:
843 .Pp
844 .Bl -inset -compact
845 .It Va WITHOUT_KVM_SUPPORT
846 (unless
847 .Va WITH_KVM_SUPPORT
848 is set explicitly)
849 .El
850 .It Va WITHOUT_KVM_SUPPORT
851 Set to build some programs without optional
852 .Nm libkvm
853 support.
854 .It Va WITHOUT_LDNS
855 Setting this variable will prevent the LDNS library from being built.
856 When set, it enforces these options:
857 .Pp
858 .Bl -item -compact
859 .It
860 .Va WITHOUT_LDNS_UTILS
861 .It
862 .Va WITHOUT_UNBOUND
863 .El
864 .It Va WITHOUT_LDNS_UTILS
865 Setting this variable will prevent building the LDNS utilities
866 .Xr drill 1
867 and
868 .Xr host 1 .
869 .It Va WITHOUT_LEGACY_CONSOLE
870 Set to not build programs that support a legacy PC console; e.g.,
871 .Xr kbdcontrol 1
872 and
873 .Xr vidcontrol 1 .
874 .It Va WITHOUT_LIB32
875 On 64-bit platforms, set to not build 32-bit library set and a
876 .Nm ld-elf32.so.1
877 runtime linker.
878 .Pp
879 This is a default setting on
880 arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mips, powerpc/powerpc, riscv/riscv64 and riscv/riscv64sf.
881 .It Va WITHOUT_LIBCPLUSPLUS
882 Set to avoid building libcxxrt and libc++.
883 .It Va WITHOUT_LIBPTHREAD
884 Set to not build the
885 .Nm libpthread
886 providing library,
887 .Nm libthr .
888 When set, it enforces these options:
889 .Pp
890 .Bl -item -compact
891 .It
892 .Va WITHOUT_LIBTHR
893 .El
894 .It Va WITH_LIBSOFT
895 On armv6 only, set to enable soft float ABI compatibility libraries.
896 This option is for transitioning to the new hard float ABI.
897 .It Va WITHOUT_LIBTHR
898 Set to not build the
899 .Nm libthr
900 (1:1 threading)
901 library.
902 .It Va WITHOUT_LLD
903 Set to not build LLVM's lld linker.
904 .It Va WITHOUT_LLDB
905 Set to not build the LLDB debugger.
906 .Pp
907 This is a default setting on
908 arm/armv6, arm/armv7, mips/mips, mips/mips64, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
909 .It Va WITH_LLDB
910 Set to build the LLDB debugger.
911 .Pp
912 This is a default setting on
913 amd64/amd64, arm64/aarch64 and i386/i386.
914 .It Va WITHOUT_LLD_BOOTSTRAP
915 Set to not build the LLD linker during the bootstrap phase of
916 the build.
917 To be able to build the system, either Binutils or LLD bootstrap must be
918 enabled unless an alternate linker is provided via XLD.
919 .It Va WITHOUT_LLD_IS_LD
920 Set to use GNU binutils ld as the system linker, instead of LLVM's LLD.
921 .It Va WITHOUT_LLVM_ASSERTIONS
922 Set to disable debugging assertions in LLVM.
923 .It Va WITHOUT_LLVM_COV
924 Set to not build the
925 .Xr llvm-cov 1
926 tool.
927 .It Va WITHOUT_LLVM_TARGET_AARCH64
928 Set to not build LLVM target support for AArch64.
929 The
930 .Va LLVM_TARGET_ALL
931 option should be used rather than this in most cases.
932 .It Va WITHOUT_LLVM_TARGET_ALL
933 Set to only build the required LLVM target support.
934 This option is preferred to specific target support options.
935 When set, these options are also in effect:
936 .Pp
937 .Bl -inset -compact
938 .It Va WITHOUT_LLVM_TARGET_AARCH64
939 (unless
940 .Va WITH_LLVM_TARGET_AARCH64
941 is set explicitly)
942 .It Va WITHOUT_LLVM_TARGET_ARM
943 (unless
944 .Va WITH_LLVM_TARGET_ARM
945 is set explicitly)
946 .It Va WITHOUT_LLVM_TARGET_MIPS
947 (unless
948 .Va WITH_LLVM_TARGET_MIPS
949 is set explicitly)
950 .It Va WITHOUT_LLVM_TARGET_POWERPC
951 (unless
952 .Va WITH_LLVM_TARGET_POWERPC
953 is set explicitly)
954 .It Va WITHOUT_LLVM_TARGET_RISCV
955 (unless
956 .Va WITH_LLVM_TARGET_RISCV
957 is set explicitly)
958 .El
959 .It Va WITHOUT_LLVM_TARGET_ARM
960 Set to not build LLVM target support for ARM.
961 The
962 .Va LLVM_TARGET_ALL
963 option should be used rather than this in most cases.
964 .It Va WITH_LLVM_TARGET_BPF
965 Set to build LLVM target support for BPF.
966 The
967 .Va LLVM_TARGET_ALL
968 option should be used rather than this in most cases.
969 .It Va WITHOUT_LLVM_TARGET_MIPS
970 Set to not build LLVM target support for MIPS.
971 The
972 .Va LLVM_TARGET_ALL
973 option should be used rather than this in most cases.
974 .It Va WITHOUT_LLVM_TARGET_POWERPC
975 Set to not build LLVM target support for PowerPC.
976 The
977 .Va LLVM_TARGET_ALL
978 option should be used rather than this in most cases.
979 .It Va WITHOUT_LLVM_TARGET_RISCV
980 Set to not build LLVM target support for RISC-V.
981 The
982 .Va LLVM_TARGET_ALL
983 option should be used rather than this in most cases.
984 .It Va WITHOUT_LLVM_TARGET_X86
985 Set to not build LLVM target support for X86.
986 The
987 .Va LLVM_TARGET_ALL
988 option should be used rather than this in most cases.
989 .It Va WITH_LOADER_EFI_SECUREBOOT
990 Enable building
991 .Xr loader 8
992 with support for verification based on certificates obtained from UEFI.
993 .Pp
994 .It Va WITH_LOADER_FIREWIRE
995 Enable firewire support in /boot/loader on x86. This option is a nop
996 on all other platforms.
997 .It Va WITH_LOADER_FORCE_LE
998 Set to force the powerpc boot loader to launch the kernel in little
999 endian mode.
1000 .It Va WITHOUT_LOADER_GELI
1001 Disable inclusion of GELI crypto support in the boot chain binaries.
1002 .Pp
1003 This is a default setting on
1004 powerpc/powerpc and powerpc/powerpc64.
1005 .It Va WITH_LOADER_GELI
1006 Set to build GELI bootloader support.
1007 .Pp
1008 This is a default setting on
1009 amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mips, mips/mips64, riscv/riscv64 and riscv/riscv64sf.
1010 .It Va WITHOUT_LOADER_LUA
1011 Set to not build LUA bindings for the boot loader.
1012 .Pp
1013 This is a default setting on
1014 powerpc/powerpc and powerpc/powerpc64.
1015 .It Va WITH_LOADER_LUA
1016 Set to build LUA bindings for the boot loader.
1017 .Pp
1018 This is a default setting on
1019 amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mips, mips/mips64, riscv/riscv64 and riscv/riscv64sf.
1020 .It Va WITHOUT_LOADER_OFW
1021 Disable building of openfirmware bootloader components.
1022 .Pp
1023 This is a default setting on
1024 amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mips, mips/mips64, riscv/riscv64 and riscv/riscv64sf.
1025 .It Va WITH_LOADER_OFW
1026 Set to build openfirmware bootloader components.
1027 .Pp
1028 This is a default setting on
1029 powerpc/powerpc and powerpc/powerpc64.
1030 .It Va WITHOUT_LOADER_UBOOT
1031 Disable building of ubldr.
1032 .Pp
1033 This is a default setting on
1034 amd64/amd64, arm64/aarch64, i386/i386, riscv/riscv64 and riscv/riscv64sf.
1035 .It Va WITH_LOADER_UBOOT
1036 Set to build ubldr.
1037 .Pp
1038 This is a default setting on
1039 arm/armv6, arm/armv7, mips/mips, mips/mips64, powerpc/powerpc and powerpc/powerpc64.
1040 .It Va WITH_LOADER_VERBOSE
1041 Set to build with extra verbose debugging in the loader.
1042 May explode already nearly too large loader over the limit.
1043 Use with care.
1044
1045 .It Va WITH_LOADER_VERIEXEC
1046 Enable building
1047 .Xr loader 8
1048 with support for verification similar to Verified Exec.
1049 .Pp
1050 Depends on
1051 .Va WITH_BEARSSL .
1052 When set, these options are also in effect:
1053 .Pp
1054 .Bl -inset -compact
1055 .It Va WITH_LOADER_EFI_SECUREBOOT
1056 (unless
1057 .Va WITHOUT_LOADER_EFI_SECUREBOOT
1058 is set explicitly)
1059 .It Va WITH_LOADER_VERIEXEC_VECTX
1060 (unless
1061 .Va WITHOUT_LOADER_VERIEXEC_VECTX
1062 is set explicitly)
1063 .El
1064 .It Va WITH_LOADER_VERIEXEC_PASS_MANIFEST
1065 Enable building
1066 .Xr loader 8
1067 with support to pass a verified manifest to the kernel.
1068 The kernel has to be built with a module to parse the manifest.
1069 .Pp
1070 Depends on
1071 .Va WITH_LOADER_VERIEXEC .
1072 .It Va WITHOUT_LOADER_ZFS
1073 Set to not build ZFS file system boot loader support.
1074 .It Va WITHOUT_LOCALES
1075 Set to not build localization files; see
1076 .Xr locale 1 .
1077 .It Va WITHOUT_LOCATE
1078 Set to not build
1079 .Xr locate 1
1080 and related programs.
1081 .It Va WITHOUT_LPR
1082 Set to not build
1083 .Xr lpr 1
1084 and related programs.
1085 .It Va WITHOUT_LS_COLORS
1086 Set to build
1087 .Xr ls 1
1088 without support for colors to distinguish file types.
1089 .It Va WITHOUT_LZMA_SUPPORT
1090 Set to build some programs without optional lzma compression support.
1091 .It Va WITHOUT_MAIL
1092 Set to not build any mail support (MUA or MTA).
1093 When set, it enforces these options:
1094 .Pp
1095 .Bl -item -compact
1096 .It
1097 .Va WITHOUT_DMAGENT
1098 .It
1099 .Va WITHOUT_MAILWRAPPER
1100 .It
1101 .Va WITHOUT_SENDMAIL
1102 .El
1103 .It Va WITHOUT_MAILWRAPPER
1104 Set to not build the
1105 .Xr mailwrapper 8
1106 MTA selector.
1107 .It Va WITHOUT_MAKE
1108 Set to not install
1109 .Xr make 1
1110 and related support files.
1111 .It Va WITHOUT_MAKE_CHECK_USE_SANDBOX
1112 Set to not execute
1113 .Dq Li "make check"
1114 in limited sandbox mode.
1115 This option should be paired with
1116 .Va WITH_INSTALL_AS_USER
1117 if executed as an unprivileged user.
1118 See
1119 .Xr tests 7
1120 for more details.
1121 .It Va WITHOUT_MAN
1122 Set to not build manual pages.
1123 When set, these options are also in effect:
1124 .Pp
1125 .Bl -inset -compact
1126 .It Va WITHOUT_MAN_UTILS
1127 (unless
1128 .Va WITH_MAN_UTILS
1129 is set explicitly)
1130 .El
1131 .It Va WITHOUT_MANCOMPRESS
1132 Set to not to install compressed man pages.
1133 Only the uncompressed versions will be installed.
1134 .It Va WITHOUT_MAN_UTILS
1135 Set to not build utilities for manual pages,
1136 .Xr apropos 1 ,
1137 .Xr makewhatis 1 ,
1138 .Xr man 1 ,
1139 .Xr whatis 1 ,
1140 .Xr manctl 8 ,
1141 and related support files.
1142 .It Va WITH_META_MODE
1143 Create
1144 .Xr make 1
1145 meta files when building, which can provide a reliable incremental build when
1146 using
1147 .Xr filemon 4 .
1148 The meta file is created in OBJDIR as
1149 .Pa target.meta .
1150 These meta files track the command that was executed, its output, and the
1151 current directory.
1152 The
1153 .Xr filemon 4
1154 module is required unless
1155 .Va NO_FILEMON
1156 is defined.
1157 When the module is loaded, any files used by the commands executed are
1158 tracked as dependencies for the target in its meta file.
1159 The target is considered out-of-date and rebuilt if any of these
1160 conditions are true compared to the last build:
1161 .Bl -bullet -compact
1162 .It
1163 The command to execute changes.
1164 .It
1165 The current working directory changes.
1166 .It
1167 The target's meta file is missing.
1168 .It
1169 The target's meta file is missing filemon data when filemon is loaded
1170 and a previous run did not have it loaded.
1171 .It
1172 [requires
1173 .Xr filemon 4 ]
1174 Files read, executed or linked to are newer than the target.
1175 .It
1176 [requires
1177 .Xr filemon 4 ]
1178 Files read, written, executed or linked are missing.
1179 .El
1180 The meta files can also be useful for debugging.
1181 .Pp
1182 The build hides commands that are executed unless
1183 .Va NO_SILENT
1184 is defined.
1185 Errors cause
1186 .Xr make 1
1187 to show some of its environment for further debugging.
1188 .Pp
1189 The build operates as it normally would otherwise.
1190 This option originally invoked a different build system but that was renamed
1191 to
1192 .Va WITH_DIRDEPS_BUILD .
1193 .Pp
1194 This must be set in the environment, make command line, or
1195 .Pa /etc/src-env.conf ,
1196 not
1197 .Pa /etc/src.conf .
1198 .It Va WITHOUT_MLX5TOOL
1199 Set to not build
1200 .Xr mlx5tool 8
1201 .Pp
1202 This is a default setting on
1203 arm/armv6, arm/armv7, mips/mips, mips/mips64, powerpc/powerpc, riscv/riscv64 and riscv/riscv64sf.
1204 .It Va WITH_MLX5TOOL
1205 Set to build
1206 .Xr mlx5tool 8
1207 .Pp
1208 This is a default setting on
1209 amd64/amd64, arm64/aarch64, i386/i386 and powerpc/powerpc64.
1210 .It Va WITHOUT_NDIS
1211 Set to not build programs and libraries
1212 related to NDIS emulation support.
1213 .It Va WITHOUT_NETCAT
1214 Set to not build
1215 .Xr nc 1
1216 utility.
1217 .It Va WITHOUT_NETGRAPH
1218 Set to not build applications to support
1219 .Xr netgraph 4 .
1220 When set, it enforces these options:
1221 .Pp
1222 .Bl -item -compact
1223 .It
1224 .Va WITHOUT_ATM
1225 .It
1226 .Va WITHOUT_BLUETOOTH
1227 .El
1228 .Pp
1229 When set, these options are also in effect:
1230 .Pp
1231 .Bl -inset -compact
1232 .It Va WITHOUT_NETGRAPH_SUPPORT
1233 (unless
1234 .Va WITH_NETGRAPH_SUPPORT
1235 is set explicitly)
1236 .El
1237 .It Va WITHOUT_NETGRAPH_SUPPORT
1238 Set to build libraries, programs, and kernel modules without netgraph support.
1239 .It Va WITHOUT_NIS
1240 Set to not build
1241 .Xr NIS 8
1242 support and related programs.
1243 If set, you might need to adopt your
1244 .Xr nsswitch.conf 5
1245 and remove
1246 .Sq nis
1247 entries.
1248 .It Va WITHOUT_NLS
1249 Set to not build NLS catalogs.
1250 When set, it enforces these options:
1251 .Pp
1252 .Bl -item -compact
1253 .It
1254 .Va WITHOUT_NLS_CATALOGS
1255 .El
1256 .It Va WITHOUT_NLS_CATALOGS
1257 Set to not build NLS catalog support for
1258 .Xr csh 1 .
1259 .It Va WITHOUT_NS_CACHING
1260 Set to disable name caching in the
1261 .Pa nsswitch
1262 subsystem.
1263 The generic caching daemon,
1264 .Xr nscd 8 ,
1265 will not be built either if this option is set.
1266 .It Va WITHOUT_NTP
1267 Set to not build
1268 .Xr ntpd 8
1269 and related programs.
1270 .It Va WITHOUT_NVME
1271 Set to not build nvme related tools and kernel modules.
1272 .Pp
1273 This is a default setting on
1274 arm/armv6, arm/armv7, mips/mips, mips/mips64, powerpc/powerpc, riscv/riscv64 and riscv/riscv64sf.
1275 .It Va WITH_NVME
1276 Set to build nvme related tools and kernel modules.
1277
1278 .Pp
1279 This is a default setting on
1280 amd64/amd64, arm64/aarch64, i386/i386 and powerpc/powerpc64.
1281 .It Va WITH_OFED
1282 Set to build the
1283 .Dq "OpenFabrics Enterprise Distribution"
1284 Infiniband software stack.
1285 .It Va WITH_OFED_EXTRA
1286 Set to build the non-essential components of the
1287 .Dq "OpenFabrics Enterprise Distribution"
1288 Infiniband software stack, mostly examples.
1289 .It Va WITH_OPENLDAP
1290 Enable building openldap support for kerberos.
1291 .It Va WITHOUT_OPENMP
1292 Set to not build LLVM's OpenMP runtime.
1293 .Pp
1294 This is a default setting on
1295 arm/armv6, arm/armv7, arm64/aarch64, mips/mips, mips/mips64, powerpc/powerpc, riscv/riscv64 and riscv/riscv64sf.
1296 .It Va WITH_OPENMP
1297 Set to build LLVM's OpenMP runtime.
1298 .Pp
1299 This is a default setting on
1300 amd64/amd64, i386/i386 and powerpc/powerpc64.
1301 .It Va WITHOUT_OPENSSH
1302 Set to not build OpenSSH.
1303 .It Va WITHOUT_OPENSSL
1304 Set to not build OpenSSL.
1305 When set, it enforces these options:
1306 .Pp
1307 .Bl -item -compact
1308 .It
1309 .Va WITHOUT_DMAGENT
1310 .It
1311 .Va WITHOUT_KERBEROS
1312 .It
1313 .Va WITHOUT_KERBEROS_SUPPORT
1314 .It
1315 .Va WITHOUT_LDNS
1316 .It
1317 .Va WITHOUT_LDNS_UTILS
1318 .It
1319 .Va WITHOUT_OPENSSH
1320 .It
1321 .Va WITHOUT_PKGBOOTSTRAP
1322 .It
1323 .Va WITHOUT_SVN
1324 .It
1325 .Va WITHOUT_SVNLITE
1326 .It
1327 .Va WITHOUT_UNBOUND
1328 .It
1329 .Va WITHOUT_WIRELESS
1330 .El
1331 .Pp
1332 When set, these options are also in effect:
1333 .Pp
1334 .Bl -inset -compact
1335 .It Va WITHOUT_GSSAPI
1336 (unless
1337 .Va WITH_GSSAPI
1338 is set explicitly)
1339 .El
1340 .It Va WITHOUT_PAM
1341 Set to not build PAM library and modules.
1342 .Bf -symbolic
1343 This option is deprecated and does nothing.
1344 .Ef
1345 When set, these options are also in effect:
1346 .Pp
1347 .Bl -inset -compact
1348 .It Va WITHOUT_PAM_SUPPORT
1349 (unless
1350 .Va WITH_PAM_SUPPORT
1351 is set explicitly)
1352 .El
1353 .It Va WITHOUT_PAM_SUPPORT
1354 Set to build some programs without PAM support, particularly
1355 .Xr ftpd 8
1356 and
1357 .Xr ppp 8 .
1358 .It Va WITHOUT_PF
1359 Set to not build PF firewall package.
1360 When set, it enforces these options:
1361 .Pp
1362 .Bl -item -compact
1363 .It
1364 .Va WITHOUT_AUTHPF
1365 .El
1366 .It Va WITH_PIE
1367 Build dynamically linked binaries as
1368 Position-Independent Executable (PIE).
1369 .It Va WITHOUT_PKGBOOTSTRAP
1370 Set to not build
1371 .Xr pkg 7
1372 bootstrap tool.
1373 .It Va WITHOUT_PMC
1374 Set to not build
1375 .Xr pmccontrol 8
1376 and related programs.
1377 .It Va WITHOUT_PORTSNAP
1378 Set to not build or install
1379 .Xr portsnap 8
1380 and related files.
1381 When set, it enforces these options:
1382 .Pp
1383 .Bl -item -compact
1384 .It
1385 .Va WITHOUT_FREEBSD_UPDATE
1386 .El
1387 .It Va WITHOUT_PPP
1388 Set to not build
1389 .Xr ppp 8
1390 and related programs.
1391 .It Va WITHOUT_PROFILE
1392 Set to not build profiled libraries for use with
1393 .Xr gprof 8 .
1394 .Pp
1395 This is a default setting on
1396 mips/mips64.
1397 .It Va WITH_PROFILE
1398 Set to build profiled libraries for use with
1399 .Xr gprof 8 .
1400 .Pp
1401 This is a default setting on
1402 amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mips, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
1403 .It Va WITHOUT_QUOTAS
1404 Set to not build
1405 .Xr quota 1
1406 and related programs.
1407 .It Va WITHOUT_RADIUS_SUPPORT
1408 Set to not build radius support into various applications, like
1409 .Xr pam_radius 8
1410 and
1411 .Xr ppp 8 .
1412 .It Va WITH_RATELIMIT
1413 Set to build the system with rate limit support.
1414 .Pp
1415 This makes
1416 .Dv SO_MAX_PACING_RATE
1417 effective in
1418 .Xr getsockopt 2 ,
1419 and
1420 .Ar txrlimit
1421 support in
1422 .Xr ifconfig 8 ,
1423 by proxy.
1424 .It Va WITHOUT_RBOOTD
1425 Set to not build or install
1426 .Xr rbootd 8 .
1427 .It Va WITH_REPRODUCIBLE_BUILD
1428 Set to exclude build metadata (such as the build time, user, or host)
1429 from the kernel, boot loaders, and uname output, so that builds produce
1430 bit-for-bit identical output.
1431 .It Va WITHOUT_RESCUE
1432 Set to not build
1433 .Xr rescue 8 .
1434 .It Va WITH_RETPOLINE
1435 Set to build the base system with the retpoline speculative execution
1436 vulnerability mitigation for CVE-2017-5715.
1437 .It Va WITHOUT_ROUTED
1438 Set to not build
1439 .Xr routed 8
1440 utility.
1441 .It Va WITH_RPCBIND_WARMSTART_SUPPORT
1442 Set to build
1443 .Xr rpcbind 8
1444 with warmstart support.
1445 .It Va WITHOUT_SENDMAIL
1446 Set to not build
1447 .Xr sendmail 8
1448 and related programs.
1449 .It Va WITHOUT_SERVICESDB
1450 Set to not install
1451 .Pa /var/db/services.db .
1452 .It Va WITHOUT_SETUID_LOGIN
1453 Set this to disable the installation of
1454 .Xr login 1
1455 as a set-user-ID root program.
1456 .It Va WITHOUT_SHAREDOCS
1457 Set to not build the
1458 .Bx 4.4
1459 legacy docs.
1460 .It Va WITHOUT_SHARED_TOOLCHAIN
1461 Set to build the toolchain binaries as statically linked executables.
1462 The set includes
1463 .Xr cc 1 ,
1464 .Xr make 1
1465 and necessary utilities like assembler, linker and library archive manager.
1466 .It Va WITH_SORT_THREADS
1467 Set to enable threads in
1468 .Xr sort 1 .
1469 .It Va WITHOUT_SOURCELESS
1470 Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU).
1471 When set, it enforces these options:
1472 .Pp
1473 .Bl -item -compact
1474 .It
1475 .Va WITHOUT_SOURCELESS_HOST
1476 .It
1477 .Va WITHOUT_SOURCELESS_UCODE
1478 .El
1479 .It Va WITHOUT_SOURCELESS_HOST
1480 Set to not build kernel modules that include sourceless native code for host CPU.
1481 .It Va WITHOUT_SOURCELESS_UCODE
1482 Set to not build kernel modules that include sourceless microcode.
1483 .It Va WITHOUT_SSP
1484 Set to not build world with propolice stack smashing protection.
1485 .Pp
1486 This is a default setting on
1487 mips/mips and mips/mips64.
1488 .It Va WITH_SSP
1489 Set to build world with propolice stack smashing protection.
1490 .Pp
1491 This is a default setting on
1492 amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
1493 .It Va WITH_STAGING
1494 Enable staging of files to a stage tree.
1495 This can be best thought of as auto-install to
1496 .Va DESTDIR
1497 with some extra meta data to ensure dependencies can be tracked.
1498 Depends on
1499 .Va WITH_DIRDEPS_BUILD .
1500 When set, these options are also in effect:
1501 .Pp
1502 .Bl -inset -compact
1503 .It Va WITH_STAGING_MAN
1504 (unless
1505 .Va WITHOUT_STAGING_MAN
1506 is set explicitly)
1507 .It Va WITH_STAGING_PROG
1508 (unless
1509 .Va WITHOUT_STAGING_PROG
1510 is set explicitly)
1511 .El
1512 .Pp
1513 This must be set in the environment, make command line, or
1514 .Pa /etc/src-env.conf ,
1515 not
1516 .Pa /etc/src.conf .
1517 .It Va WITH_STAGING_MAN
1518 Enable staging of man pages to stage tree.
1519 .It Va WITH_STAGING_PROG
1520 Enable staging of PROGs to stage tree.
1521 .It Va WITH_STALE_STAGED
1522 Check staged files are not stale.
1523 .It Va WITHOUT_STATS
1524 Set to neither build nor install
1525 .Lb libstats
1526 and dependent binaries.
1527 .It Va WITH_SVN
1528 Set to install
1529 .Xr svnlite 1
1530 as
1531 .Xr svn 1 .
1532 .It Va WITHOUT_SVNLITE
1533 Set to not build
1534 .Xr svnlite 1
1535 and related programs.
1536 .It Va WITHOUT_SYSCONS
1537 Set to not build
1538 .Xr syscons 4
1539 support files such as keyboard maps, fonts, and screen output maps.
1540 .It Va WITH_SYSROOT
1541 Enable use of sysroot during build.
1542 Depends on
1543 .Va WITH_DIRDEPS_BUILD .
1544 .Pp
1545 This must be set in the environment, make command line, or
1546 .Pa /etc/src-env.conf ,
1547 not
1548 .Pa /etc/src.conf .
1549 .It Va WITHOUT_SYSTEM_COMPILER
1550 Set to not opportunistically skip building a cross-compiler during the
1551 bootstrap phase of the build.
1552 Normally, if the currently installed compiler matches the planned bootstrap
1553 compiler type and revision, then it will not be built.
1554 This does not prevent a compiler from being built for installation though,
1555 only for building one for the build itself.
1556 The
1557 .Va WITHOUT_CLANG
1558 option controls that.
1559 .It Va WITHOUT_SYSTEM_LINKER
1560 Set to not opportunistically skip building a cross-linker during the
1561 bootstrap phase of the build.
1562 Normally, if the currently installed linker matches the planned bootstrap
1563 linker type and revision, then it will not be built.
1564 This does not prevent a linker from being built for installation though,
1565 only for building one for the build itself.
1566 The
1567 .Va WITHOUT_LLD
1568 and
1569 .Va WITHOUT_BINUTILS
1570 options control those.
1571 .Pp
1572 This option is only relevant when
1573 .Va WITH_LLD_BOOTSTRAP
1574 is set.
1575 .It Va WITHOUT_TALK
1576 Set to not build or install
1577 .Xr talk 1
1578 and
1579 .Xr talkd 8 .
1580 .It Va WITHOUT_TCP_WRAPPERS
1581 Set to not build or install
1582 .Xr tcpd 8 ,
1583 and related utilities.
1584 .It Va WITHOUT_TCSH
1585 Set to not build and install
1586 .Pa /bin/csh
1587 (which is
1588 .Xr tcsh 1 ) .
1589 .It Va WITHOUT_TELNET
1590 Set to not build
1591 .Xr telnet 1
1592 and related programs.
1593 .It Va WITHOUT_TESTS
1594 Set to not build nor install the
1595 .Fx
1596 Test Suite in
1597 .Pa /usr/tests/ .
1598 See
1599 .Xr tests 7
1600 for more details.
1601 This also disables the build of all test-related dependencies, including ATF.
1602 When set, it enforces these options:
1603 .Pp
1604 .Bl -item -compact
1605 .It
1606 .Va WITHOUT_DTRACE_TESTS
1607 .El
1608 .Pp
1609 When set, these options are also in effect:
1610 .Pp
1611 .Bl -inset -compact
1612 .It Va WITHOUT_GOOGLETEST
1613 (unless
1614 .Va WITH_GOOGLETEST
1615 is set explicitly)
1616 .It Va WITHOUT_TESTS_SUPPORT
1617 (unless
1618 .Va WITH_TESTS_SUPPORT
1619 is set explicitly)
1620 .El
1621 .It Va WITHOUT_TESTS_SUPPORT
1622 Set to disables the build of all test-related dependencies, including ATF.
1623 When set, it enforces these options:
1624 .Pp
1625 .Bl -item -compact
1626 .It
1627 .Va WITHOUT_GOOGLETEST
1628 .El
1629 .It Va WITHOUT_TEXTPROC
1630 Set to not build
1631 programs used for text processing.
1632 .It Va WITHOUT_TFTP
1633 Set to not build or install
1634 .Xr tftp 1
1635 and
1636 .Xr tftpd 8 .
1637 .It Va WITHOUT_TOOLCHAIN
1638 Set to not install header or
1639 programs used for program development,
1640 compilers, debuggers etc.
1641 When set, it enforces these options:
1642 .Pp
1643 .Bl -item -compact
1644 .It
1645 .Va WITHOUT_BINUTILS
1646 .It
1647 .Va WITHOUT_CLANG
1648 .It
1649 .Va WITHOUT_CLANG_EXTRAS
1650 .It
1651 .Va WITHOUT_CLANG_FULL
1652 .It
1653 .Va WITHOUT_GDB
1654 .It
1655 .Va WITHOUT_INCLUDES
1656 .It
1657 .Va WITHOUT_LLD
1658 .It
1659 .Va WITHOUT_LLDB
1660 .It
1661 .Va WITHOUT_LLVM_COV
1662 .El
1663 .It Va WITHOUT_UNBOUND
1664 Set to not build
1665 .Xr unbound 8
1666 and related programs.
1667 .It Va WITHOUT_UNIFIED_OBJDIR
1668 Set to use the historical object directory format for
1669 .Xr build 7
1670 targets.
1671 For native-builds and builds done directly in sub-directories the format of
1672 .Pa ${MAKEOBJDIRPREFIX}/${.CURDIR}
1673 is used,
1674 while for cross-builds
1675 .Pa ${MAKEOBJDIRPREFIX}/${TARGET}.${TARGET_ARCH}/${.CURDIR}
1676 is used.
1677 .Pp
1678 This option is transitional and will be removed before the 12.0 release,
1679 at which time
1680 .va WITH_UNIFIED_OBJDIR
1681 will be enabled permanently.
1682 .Pp
1683 This must be set in the environment, make command line, or
1684 .Pa /etc/src-env.conf ,
1685 not
1686 .Pa /etc/src.conf .
1687 .It Va WITHOUT_USB
1688 Set to not build USB-related programs and libraries.
1689 .It Va WITHOUT_USB_GADGET_EXAMPLES
1690 Set to not build USB gadget kernel modules.
1691 .It Va WITHOUT_UTMPX
1692 Set to not build user accounting tools such as
1693 .Xr last 1 ,
1694 .Xr users 1 ,
1695 .Xr who 1 ,
1696 .Xr ac 8 ,
1697 .Xr lastlogin 8
1698 and
1699 .Xr utx 8 .
1700 .It Va WITH_VERIEXEC
1701 Enable building
1702 .Xr veriexec 8
1703 which loads the contents of verified manifests into the kernel
1704 for use by
1705 .Xr mac_veriexec 4
1706 .Pp
1707 Depends on
1708 .Va WITH_BEARSSL .
1709 .It Va WITHOUT_VI
1710 Set to not build and install vi, view, ex and related programs.
1711 .It Va WITHOUT_VT
1712 Set to not build
1713 .Xr vt 4
1714 support files (fonts and keymaps).
1715 .It Va WITHOUT_WARNS
1716 Set this to not add warning flags to the compiler invocations.
1717 Useful as a temporary workaround when code enters the tree
1718 which triggers warnings in environments that differ from the
1719 original developer.
1720 .It Va WITHOUT_WIRELESS
1721 Set to not build programs used for 802.11 wireless networks; especially
1722 .Xr wpa_supplicant 8
1723 and
1724 .Xr hostapd 8 .
1725 When set, these options are also in effect:
1726 .Pp
1727 .Bl -inset -compact
1728 .It Va WITHOUT_WIRELESS_SUPPORT
1729 (unless
1730 .Va WITH_WIRELESS_SUPPORT
1731 is set explicitly)
1732 .El
1733 .It Va WITHOUT_WIRELESS_SUPPORT
1734 Set to build libraries, programs, and kernel modules without
1735 802.11 wireless support.
1736 .It Va WITHOUT_WPA_SUPPLICANT_EAPOL
1737 Build
1738 .Xr wpa_supplicant 8
1739 without support for the IEEE 802.1X protocol and without
1740 support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
1741 protocols (usable only via 802.1X).
1742 .It Va WITHOUT_ZFS
1743 Set to not build ZFS file system kernel module, libraries, and user commands.
1744 .It Va WITHOUT_ZONEINFO
1745 Set to not build the timezone database.
1746 When set, it enforces these options:
1747 .Pp
1748 .Bl -item -compact
1749 .It
1750 .Va WITHOUT_ZONEINFO_LEAPSECONDS_SUPPORT
1751 .El
1752 .It Va WITH_ZONEINFO_LEAPSECONDS_SUPPORT
1753 Set to build leapsecond information in to the timezone database.
1754 .El
1755 .Sh FILES
1756 .Bl -tag -compact -width Pa
1757 .It Pa /etc/src.conf
1758 .It Pa /etc/src-env.conf
1759 .It Pa /usr/share/mk/bsd.own.mk
1760 .El
1761 .Sh SEE ALSO
1762 .Xr make 1 ,
1763 .Xr make.conf 5 ,
1764 .Xr build 7 ,
1765 .Xr ports 7
1766 .Sh HISTORY
1767 The
1768 .Nm
1769 file appeared in
1770 .Fx 7.0 .
1771 .Sh AUTHORS
1772 This manual page was autogenerated by
1773 .An tools/build/options/makeman .