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