1.\" DO NOT EDIT-- this file is automatically generated. 2.\" from FreeBSD: head/tools/build/options/makeman 292283 2015-12-15 18:42:30Z bdrewery 3.\" $FreeBSD$ 4.Dd March 1, 2016 5.Dt SRC.CONF 5 6.Os 7.Sh NAME 8.Nm src.conf 9.Nd "source build options" 10.Sh DESCRIPTION 11The 12.Nm 13file contains settings that will apply to every build involving the 14.Fx 15source tree; see 16.Xr build 7 . 17.Pp 18The 19.Nm 20file uses the standard makefile syntax. 21However, 22.Nm 23should not specify any dependencies to 24.Xr make 1 . 25Instead, 26.Nm 27is to set 28.Xr make 1 29variables that control the aspects of how the system builds. 30.Pp 31The default location of 32.Nm 33is 34.Pa /etc/src.conf , 35though an alternative location can be specified in the 36.Xr make 1 37variable 38.Va SRCCONF . 39Overriding the location of 40.Nm 41may be necessary if the system-wide settings are not suitable 42for a particular build. 43For instance, setting 44.Va SRCCONF 45to 46.Pa /dev/null 47effectively resets all build controls to their defaults. 48.Pp 49The only purpose of 50.Nm 51is to control the compilation of the 52.Fx 53source code, which is usually located in 54.Pa /usr/src . 55As a rule, the system administrator creates 56.Nm 57when the values of certain control variables need to be changed 58from their defaults. 59.Pp 60In addition, control variables can be specified 61for a particular build via the 62.Fl D 63option of 64.Xr make 1 65or in its environment; see 66.Xr environ 7 . 67.Pp 68The environment of 69.Xr make 1 70for the build can be controlled via the 71.Va SRC_ENV_CONF 72variable, which defaults to 73.Pa /etc/src-env.conf . 74Some examples that may only be set in this file are 75.Va WITH_DIRDEPS_BUILD , 76and 77.Va WITH_META_MODE 78as they are environment-only variables. 79Note that 80.Va MAKEOBJDIRPREFIX 81may be set here only when using 82.Va WITH_DIRDEPS_BUILD . 83.Pp 84The values of variables are ignored regardless of their setting; 85even if they would be set to 86.Dq Li FALSE 87or 88.Dq Li NO . 89Just the existence of an option will cause 90it to be honoured by 91.Xr make 1 . 92.Pp 93The following list provides a name and short description for variables 94that can be used for source builds. 95.Bl -tag -width indent 96.It Va WITHOUT_ACCT 97.\" from FreeBSD: head/tools/build/options/WITHOUT_ACCT 223201 2011-06-17 20:47:44Z ed 98Set to not build process accounting tools such as 99.Xr accton 8 100and 101.Xr sa 8 . 102.It Va WITHOUT_ACPI 103.\" from FreeBSD: head/tools/build/options/WITHOUT_ACPI 156932 2006-03-21 07:50:50Z ru 104Set to not build 105.Xr acpiconf 8 , 106.Xr acpidump 8 107and related programs. 108.It Va WITHOUT_AMD 109.\" from FreeBSD: head/tools/build/options/WITHOUT_AMD 183242 2008-09-21 22:02:26Z sam 110Set to not build 111.Xr amd 8 , 112and related programs. 113.It Va WITHOUT_APM 114.\" from FreeBSD: head/tools/build/options/WITHOUT_APM 183242 2008-09-21 22:02:26Z sam 115Set to not build 116.Xr apm 8 , 117.Xr apmd 8 118and related programs. 119.It Va WITHOUT_ASSERT_DEBUG 120.\" from FreeBSD: head/tools/build/options/WITHOUT_ASSERT_DEBUG 162215 2006-09-11 13:55:27Z ru 121Set to compile programs and libraries without the 122.Xr assert 3 123checks. 124.It Va WITHOUT_AT 125.\" from FreeBSD: head/tools/build/options/WITHOUT_AT 183242 2008-09-21 22:02:26Z sam 126Set to not build 127.Xr at 1 128and related utilities. 129.It Va WITHOUT_ATM 130.\" from FreeBSD: head/tools/build/options/WITHOUT_ATM 156932 2006-03-21 07:50:50Z ru 131Set to not build 132programs and libraries related to ATM networking. 133.It Va WITHOUT_AUDIT 134.\" from FreeBSD: head/tools/build/options/WITHOUT_AUDIT 156932 2006-03-21 07:50:50Z ru 135Set to not build audit support into system programs. 136.It Va WITHOUT_AUTHPF 137.\" from FreeBSD: head/tools/build/options/WITHOUT_AUTHPF 156932 2006-03-21 07:50:50Z ru 138Set to not build 139.Xr authpf 8 . 140.It Va WITHOUT_AUTOFS 141.\" from FreeBSD: head/tools/build/options/WITHOUT_AUTOFS 296264 2016-03-01 11:36:10Z trasz 142Set to not build 143.Xr autofs 5 144related programs, libraries, and kernel modules. 145.It Va WITH_AUTO_OBJ 146.\" from FreeBSD: head/tools/build/options/WITH_AUTO_OBJ 284708 2015-06-22 20:21:57Z sjg 147Enable automatic creation of objdirs. 148.Pp 149This must be set in the environment, make command line, or 150.Pa /etc/src-env.conf , 151not 152.Pa /etc/src.conf . 153.It Va WITHOUT_BHYVE 154.\" from FreeBSD: head/tools/build/options/WITHOUT_BHYVE 277727 2015-01-26 06:44:48Z ngie 155Set to not build or install 156.Xr bhyve 8 , 157associated utilities, and examples. 158.Pp 159This option only affects amd64/amd64. 160.It Va WITHOUT_BINUTILS 161.\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS 286332 2015-08-05 18:30:00Z emaste 162Set to not build or install binutils (as, ld, objcopy, and objdump ) as part 163of the normal system build. 164The resulting system cannot build programs from source. 165.Pp 166It is a default setting on 167arm64/aarch64. 168.It Va WITH_BINUTILS 169.\" from FreeBSD: head/tools/build/options/WITH_BINUTILS 295491 2016-02-11 00:14:00Z emaste 170Set to build and install binutils (as, ld, objcopy, and objdump) as part 171of the normal system build. 172.Pp 173It is a default setting on 174amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 175.It Va WITHOUT_BINUTILS_BOOTSTRAP 176.\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP 295490 2016-02-10 23:57:09Z emaste 177Set to not build binutils (as, ld, objcopy and objdump) 178as part of the bootstrap process. 179.Bf -symbolic 180The option does not work for build targets unless some alternative 181toolchain is provided. 182.Ef 183.Pp 184It is a default setting on 185arm64/aarch64. 186.It Va WITH_BINUTILS_BOOTSTRAP 187.\" from FreeBSD: head/tools/build/options/WITH_BINUTILS_BOOTSTRAP 295491 2016-02-11 00:14:00Z emaste 188Set build binutils (as, ld, objcopy and objdump) 189as part of the bootstrap process. 190.Pp 191It is a default setting on 192amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 193.It Va WITHOUT_BLUETOOTH 194.\" from FreeBSD: head/tools/build/options/WITHOUT_BLUETOOTH 156932 2006-03-21 07:50:50Z ru 195Set to not build Bluetooth related kernel modules, programs and libraries. 196.It Va WITHOUT_BOOT 197.\" from FreeBSD: head/tools/build/options/WITHOUT_BOOT 156932 2006-03-21 07:50:50Z ru 198Set to not build the boot blocks and loader. 199.It Va WITHOUT_BOOTPARAMD 200.\" from FreeBSD: head/tools/build/options/WITHOUT_BOOTPARAMD 278192 2015-02-04 10:19:32Z ngie 201Set to not build or install 202.Xr bootparamd 8 . 203.It Va WITHOUT_BOOTPD 204.\" from FreeBSD: head/tools/build/options/WITHOUT_BOOTPD 278192 2015-02-04 10:19:32Z ngie 205Set to not build or install 206.Xr bootpd 8 . 207.It Va WITHOUT_BSDINSTALL 208.\" from FreeBSD: head/tools/build/options/WITHOUT_BSDINSTALL 277677 2015-01-25 04:43:13Z ngie 209Set to not build 210.Xr bsdinstall 8 , 211.Xr sade 8 , 212and related programs. 213.It Va WITHOUT_BSD_CPIO 214.\" from FreeBSD: head/tools/build/options/WITHOUT_BSD_CPIO 179813 2008-06-16 05:48:15Z dougb 215Set to not build the BSD licensed version of cpio based on 216.Xr libarchive 3 . 217.It Va WITH_BSD_GREP 218.\" from FreeBSD: head/tools/build/options/WITH_BSD_GREP 222273 2011-05-25 01:04:12Z obrien 219Install BSD-licensed grep as '[ef]grep' instead of GNU grep. 220.It Va WITHOUT_BSNMP 221.\" from FreeBSD: head/tools/build/options/WITHOUT_BSNMP 183306 2008-09-23 16:15:42Z sam 222Set to not build or install 223.Xr bsnmpd 1 224and related libraries and data files. 225.It Va WITHOUT_BZIP2 226.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2 174550 2007-12-12 16:43:17Z ru 227Set to not build contributed bzip2 software as a part of the base system. 228.Bf -symbolic 229The option has no effect yet. 230.Ef 231When set, it also enforces the following options: 232.Pp 233.Bl -item -compact 234.It 235.Va WITHOUT_BZIP2_SUPPORT 236.El 237.It Va WITHOUT_BZIP2_SUPPORT 238.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2_SUPPORT 166255 2007-01-26 10:19:08Z delphij 239Set to build some programs without optional bzip2 support. 240.It Va WITHOUT_CALENDAR 241.\" from FreeBSD: head/tools/build/options/WITHOUT_CALENDAR 156932 2006-03-21 07:50:50Z ru 242Set to not build 243.Xr calendar 1 . 244.It Va WITHOUT_CAPSICUM 245.\" from FreeBSD: head/tools/build/options/WITHOUT_CAPSICUM 229319 2012-01-02 21:57:58Z rwatson 246Set to not build Capsicum support into system programs. 247.It Va WITHOUT_CASPER 248.\" from FreeBSD: head/tools/build/options/WITHOUT_CASPER 258838 2013-12-02 08:21:28Z pjd 249Set to not build Casper program and related libraries. 250.It Va WITH_CCACHE_BUILD 251.\" from FreeBSD: head/tools/build/options/WITH_CCACHE_BUILD 290526 2015-11-08 00:50:18Z bdrewery 252Set to use 253.Xr ccache 1 254for the build. 255No configuration is required except to install the 256.Sy devel/ccache 257package. 258Using with 259.Xr distcc 1 260should set 261.Sy CCACHE_PREFIX=/usr/local/bin/distcc . 262The default cache directory of 263.Pa $HOME/.ccache 264will be used, which can be overridden by setting 265.Sy CCACHE_DIR . 266The 267.Sy CCACHE_COMPILERCHECK 268option defaults to 269.Sy content 270when using the in-tree bootstrap compiler, 271and 272.Sy mtime 273when using an external compiler. 274The 275.Sy CCACHE_CPP2 276option is used for Clang but not GCC. 277ccache works best when combined with the 278.Sy WITH_FAST_DEPEND 279option. 280.Pp 281Sharing a cache between multiple work directories requires using a layout 282similar to 283.Pa /some/prefix/src 284.Pa /some/prefix/obj 285and an environment such as: 286.Bd -literal -offset indent 287CCACHE_BASEDIR='${SRCTOP:H}' MAKEOBJDIRPREFIX='${SRCTOP:H}/obj' 288.Ed 289.Pp 290See 291.Xr ccache 1 292for more configuration options. 293.It Va WITHOUT_CCD 294.\" from FreeBSD: head/tools/build/options/WITHOUT_CCD 277678 2015-01-25 04:52:48Z ngie 295Set to not build 296.Xr geom_ccd 4 297and related utilities. 298.It Va WITHOUT_CDDL 299.\" from FreeBSD: head/tools/build/options/WITHOUT_CDDL 163861 2006-11-01 09:02:11Z jb 300Set to not build code licensed under Sun's CDDL. 301When set, it also enforces the following options: 302.Pp 303.Bl -item -compact 304.It 305.Va WITHOUT_CTF 306.It 307.Va WITHOUT_ZFS 308.El 309.It Va WITHOUT_CLANG 310.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG 264660 2014-04-18 17:03:58Z imp 311Set to not build the Clang C/C++ compiler during the regular phase of the build. 312.Pp 313It is a default setting on 314mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64. 315When set, it also enforces the following options: 316.Pp 317.Bl -item -compact 318.It 319.Va WITHOUT_CLANG_EXTRAS 320.It 321.Va WITHOUT_CLANG_FULL 322.El 323.It Va WITH_CLANG 324.\" from FreeBSD: head/tools/build/options/WITH_CLANG 264660 2014-04-18 17:03:58Z imp 325Set to build the Clang C/C++ compiler during the normal phase of the build. 326.Pp 327It is a default setting on 328amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64. 329.It Va WITHOUT_CLANG_BOOTSTRAP 330.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_BOOTSTRAP 273177 2014-10-16 18:28:11Z skreuzer 331Set to not build the Clang C/C++ compiler during the bootstrap phase of the build. 332You must enable either gcc or clang bootstrap to be able to build the system, 333unless an alternative compiler is provided via 334XCC. 335.Pp 336It is a default setting on 337mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 338.It Va WITH_CLANG_BOOTSTRAP 339.\" from FreeBSD: head/tools/build/options/WITH_CLANG_BOOTSTRAP 264660 2014-04-18 17:03:58Z imp 340Set to build the Clang C/C++ compiler during the bootstrap phase of the build. 341.Pp 342It is a default setting on 343amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386. 344.It Va WITH_CLANG_EXTRAS 345.\" from FreeBSD: head/tools/build/options/WITH_CLANG_EXTRAS 231057 2012-02-05 23:56:22Z dim 346Set to build additional clang and llvm tools, such as bugpoint. 347.It Va WITHOUT_CLANG_FULL 348.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_FULL 246259 2013-02-02 22:28:29Z dim 349Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of 350the Clang C/C++ compiler. 351.Pp 352It is a default setting on 353mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64. 354.It Va WITH_CLANG_FULL 355.\" from FreeBSD: head/tools/build/options/WITH_CLANG_FULL 246259 2013-02-02 22:28:29Z dim 356Set to build the ARCMigrate, Rewriter and StaticAnalyzer components of the 357Clang C/C++ compiler. 358.Pp 359It is a default setting on 360amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64. 361.It Va WITHOUT_CLANG_IS_CC 362.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_IS_CC 242629 2012-11-05 21:53:23Z brooks 363Set to install the GCC compiler as 364.Pa /usr/bin/cc , 365.Pa /usr/bin/c++ 366and 367.Pa /usr/bin/cpp . 368.Pp 369It is a default setting on 370mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 371.It Va WITH_CLANG_IS_CC 372.\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 235342 2012-05-12 16:12:36Z gjb 373Set to install the Clang C/C++ compiler as 374.Pa /usr/bin/cc , 375.Pa /usr/bin/c++ 376and 377.Pa /usr/bin/cpp . 378.Pp 379It is a default setting on 380amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386. 381.It Va WITHOUT_CPP 382.\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru 383Set to not build 384.Xr cpp 1 . 385.It Va WITHOUT_CROSS_COMPILER 386.\" from FreeBSD: head/tools/build/options/WITHOUT_CROSS_COMPILER 275138 2014-11-26 20:43:09Z gjb 387Set to not build any cross compiler in the cross-tools stage of buildworld. 388If you are compiling a different version of 389.Fx 390than what is installed on the system, you will need to provide an alternate 391compiler with XCC to ensure success. 392If you are compiling with an identical version of 393.Fx 394to the host, this option may be safely used. 395This option may also be safe when the host version of 396.Fx 397is close to the sources being built, but all bets are off if there have 398been any changes to the toolchain between the versions. 399When set, it also enforces the following options: 400.Pp 401.Bl -item -compact 402.It 403.Va WITHOUT_BINUTILS_BOOTSTRAP 404.It 405.Va WITHOUT_CLANG_BOOTSTRAP 406.It 407.Va WITHOUT_ELFTOOLCHAIN_BOOTSTRAP 408.It 409.Va WITHOUT_GCC_BOOTSTRAP 410.El 411.It Va WITHOUT_CRYPT 412.\" from FreeBSD: head/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru 413Set to not build any crypto code. 414When set, it also enforces the following options: 415.Pp 416.Bl -item -compact 417.It 418.Va WITHOUT_KERBEROS 419.It 420.Va WITHOUT_KERBEROS_SUPPORT 421.It 422.Va WITHOUT_OPENSSH 423.It 424.Va WITHOUT_OPENSSL 425.El 426.Pp 427When set, the following options are also in effect: 428.Pp 429.Bl -inset -compact 430.It Va WITHOUT_GSSAPI 431(unless 432.Va WITH_GSSAPI 433is set explicitly) 434.El 435.It Va WITH_CTF 436.\" from FreeBSD: head/tools/build/options/WITH_CTF 228159 2011-11-30 18:22:44Z fjoe 437Set to compile with CTF (Compact C Type Format) data. 438CTF data encapsulates a reduced form of debugging information 439similar to DWARF and the venerable stabs and is required for DTrace. 440.It Va WITHOUT_CTM 441.\" from FreeBSD: head/tools/build/options/WITHOUT_CTM 183242 2008-09-21 22:02:26Z sam 442Set to not build 443.Xr ctm 1 444and related utilities. 445.It Va WITHOUT_CUSE 446.\" from FreeBSD: head/tools/build/options/WITHOUT_CUSE 270171 2014-08-19 15:40:26Z hselasky 447Set to not build CUSE-related programs and libraries. 448.It Va WITHOUT_CXX 449.\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 281053 2015-04-03 23:55:04Z bdrewery 450Set to not build 451.Xr c++ 1 452and related libraries. 453It will also prevent building of 454.Xr gperf 1 455and 456.Xr devd 8 . 457When set, it also enforces the following options: 458.Pp 459.Bl -item -compact 460.It 461.Va WITHOUT_CLANG 462.It 463.Va WITHOUT_CLANG_EXTRAS 464.It 465.Va WITHOUT_CLANG_FULL 466.It 467.Va WITHOUT_GNUCXX 468.It 469.Va WITHOUT_GROFF 470.El 471.It Va WITHOUT_DEBUG_FILES 472.\" from FreeBSD: head/tools/build/options/WITHOUT_DEBUG_FILES 290059 2015-10-27 20:49:56Z emaste 473Set to avoid building or installing standalone debug files for each 474executable binary and shared library. 475.It Va WITHOUT_DICT 476.\" from FreeBSD: head/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru 477Set to not build the Webster dictionary files. 478.It Va WITH_DIRDEPS_BUILD 479.\" from FreeBSD: head/tools/build/options/WITH_DIRDEPS_BUILD 290816 2015-11-14 03:24:48Z sjg 480Enable building in meta mode. 481This is an experimental build feature. 482For details see 483http://www.crufty.net/sjg/docs/freebsd-meta-mode.htm. 484.Pp 485The build is driven by dirdeps.mk using 486.Va DIRDEPS 487stored in 488Makefile.depend files found in each directory. 489.Pp 490The build can be started from anywhere, and behaves the same. 491The initial instance of 492.Xr make 1 493recursively reads 494.Va DIRDEPS 495from Makefile.depend 496computing a graph of tree dependencies from the current origin. 497Setting 498.Va NO_DIRDEPS 499will skip checking dirdep dependencies and will only build in the current 500directory. 501.Pp 502As each target is made 503.Xr make 1 504produces a meta file which is used to capture (and compare) 505the command line, 506as well as any command output. 507If 508.Xr filemon 4 509is available the meta file will also capture a record of files 510used to produce the target by tracking syscalls. 511.Pp 512The build will hide commands ran unless 513.Va NO_SILENT 514is defined. 515.Pp 516When set, it also enforces the following options: 517.Pp 518.Bl -item -compact 519.It 520.Va WITH_FAST_DEPEND 521.It 522.Va WITH_INSTALL_AS_USER 523.El 524.Pp 525When set, the following options are also in effect: 526.Pp 527.Bl -inset -compact 528.It Va WITH_AUTO_OBJ 529(unless 530.Va WITHOUT_AUTO_OBJ 531is set explicitly) 532.It Va WITH_META_MODE 533(unless 534.Va WITHOUT_META_MODE 535is set explicitly) 536.It Va WITH_STAGING 537(unless 538.Va WITHOUT_STAGING 539is set explicitly) 540.It Va WITH_STAGING_MAN 541(unless 542.Va WITHOUT_STAGING_MAN 543is set explicitly) 544.It Va WITH_STAGING_PROG 545(unless 546.Va WITHOUT_STAGING_PROG 547is set explicitly) 548.It Va WITH_SYSROOT 549(unless 550.Va WITHOUT_SYSROOT 551is set explicitly) 552.El 553.Pp 554This must be set in the environment, make command line, or 555.Pa /etc/src-env.conf , 556not 557.Pa /etc/src.conf . 558.It Va WITH_DIRDEPS_CACHE 559.\" from FreeBSD: head/tools/build/options/WITH_DIRDEPS_CACHE 290816 2015-11-14 03:24:48Z sjg 560Cache result of dirdeps.mk which can save significant time 561for subsequent builds. 562Depends on 563.Va WITH_DIRDEPS_BUILD . 564.Pp 565This must be set in the environment, make command line, or 566.Pa /etc/src-env.conf , 567not 568.Pa /etc/src.conf . 569.It Va WITHOUT_DMAGENT 570.\" from FreeBSD: head/tools/build/options/WITHOUT_DMAGENT 262335 2014-02-22 13:05:23Z bapt 571Set to not build dma Mail Transport Agent 572.It Va WITHOUT_DOCCOMPRESS 573.\" from FreeBSD: head/tools/build/options/WITHOUT_DOCCOMPRESS 266752 2014-05-27 15:52:27Z gjb 574Set to not to install compressed system documentation. 575Only the uncompressed version will be installed. 576.It Va WITH_DTRACE_TESTS 577.\" from FreeBSD: head/tools/build/options/WITH_DTRACE_TESTS 286174 2015-08-02 00:37:33Z markj 578Set to build and install the DTrace test suite in 579.Pa /usr/tests/cddl/usr.sbin/dtrace . 580This test suite is considered experimental on architectures other than 581amd64/amd64 and running it may cause system instability. 582.It Va WITHOUT_DYNAMICROOT 583.\" from FreeBSD: head/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru 584Set this if you do not want to link 585.Pa /bin 586and 587.Pa /sbin 588dynamically. 589.It Va WITHOUT_ED_CRYPTO 590.\" from FreeBSD: head/tools/build/options/WITHOUT_ED_CRYPTO 235660 2012-05-19 20:05:27Z marcel 591Set to build 592.Xr ed 1 593without support for encryption/decryption. 594.It Va WITHOUT_EE 595.\" from FreeBSD: head/tools/build/options/WITHOUT_EE 277663 2015-01-25 00:03:44Z ngie 596Set to not build and install 597.Xr edit 1 , 598.Xr ee 1 , 599and related programs. 600.It Va WITH_EISA 601.\" from FreeBSD: head/tools/build/options/WITH_EISA 264654 2014-04-18 16:53:06Z imp 602Set to build EISA kernel modules. 603.It Va WITHOUT_ELFCOPY_AS_OBJCOPY 604.\" from FreeBSD: head/tools/build/options/WITHOUT_ELFCOPY_AS_OBJCOPY 296193 2016-02-29 16:39:38Z emaste 605Set to build and install 606.Xr objcopy 1 607from GNU Binutils, instead of the one from ELF Tool Chain. 608This option is provided as a transition aid and will be removed in due time. 609.It Va WITHOUT_ELFTOOLCHAIN_BOOTSTRAP 610.\" from FreeBSD: head/tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP 295491 2016-02-11 00:14:00Z emaste 611Set to not build ELF Tool Chain tools 612(addr2line, nm, size, strings and strip) 613as part of the bootstrap process. 614.Bf -symbolic 615An alternate bootstrap tool chain must be provided. 616.Ef 617.It Va WITHOUT_EXAMPLES 618.\" from FreeBSD: head/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru 619Set to avoid installing examples to 620.Pa /usr/share/examples/ . 621.It Va WITH_FAST_DEPEND 622.\" from FreeBSD: head/tools/build/options/WITH_FAST_DEPEND 290433 2015-11-06 04:45:29Z bdrewery 623Set to generate 624.Sy .depend 625files in the build during compilation instead of the 626historial 627.Xr mkdep 1 628call during the "make depend" phase. 629.It Va WITHOUT_FDT 630.\" from FreeBSD: head/tools/build/options/WITHOUT_FDT 221539 2011-05-06 19:10:27Z ru 631Set to not build Flattened Device Tree support as part of the base system. 632This includes the device tree compiler (dtc) and libfdt support library. 633.It Va WITHOUT_FILE 634.\" from FreeBSD: head/tools/build/options/WITHOUT_FILE 278193 2015-02-04 10:24:40Z ngie 635Set to not build 636.Xr file 1 637and related programs. 638.It Va WITHOUT_FINGER 639.\" from FreeBSD: head/tools/build/options/WITHOUT_FINGER 278192 2015-02-04 10:19:32Z ngie 640Set to not build or install 641.Xr finger 1 642and 643.Xr fingerd 8 . 644.It Va WITHOUT_FLOPPY 645.\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru 646Set to not build or install programs 647for operating floppy disk driver. 648.It Va WITHOUT_FMTREE 649.\" from FreeBSD: head/tools/build/options/WITHOUT_FMTREE 261299 2014-01-30 21:37:43Z brooks 650Set to not build and install 651.Pa /usr/sbin/fmtree . 652.It Va WITHOUT_FORMAT_EXTENSIONS 653.\" from FreeBSD: head/tools/build/options/WITHOUT_FORMAT_EXTENSIONS 250658 2013-05-15 13:04:10Z brooks 654Set to not enable 655.Fl fformat-extensions 656when compiling the kernel. 657Also disables all format checking. 658.It Va WITHOUT_FORTH 659.\" from FreeBSD: head/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru 660Set to build bootloaders without Forth support. 661.It Va WITHOUT_FP_LIBC 662.\" from FreeBSD: head/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru 663Set to build 664.Nm libc 665without floating-point support. 666.It Va WITHOUT_FREEBSD_UPDATE 667.\" from FreeBSD: head/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam 668Set to not build 669.Xr freebsd-update 8 . 670.It Va WITHOUT_FTP 671.\" from FreeBSD: head/tools/build/options/WITHOUT_FTP 278192 2015-02-04 10:19:32Z ngie 672Set to not build or install 673.Xr ftp 1 674and 675.Xr ftpd 8 . 676.It Va WITHOUT_GAMES 677.\" from FreeBSD: head/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru 678Set to not build games. 679.It Va WITHOUT_GCC 680.\" from FreeBSD: head/tools/build/options/WITHOUT_GCC 264660 2014-04-18 17:03:58Z imp 681Set to not build and install gcc and g++ as part of the normal build process. 682.Pp 683It is a default setting on 684amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386. 685.It Va WITH_GCC 686.\" from FreeBSD: head/tools/build/options/WITH_GCC 255326 2013-09-06 20:49:48Z zeising 687Set to build and install gcc and g++. 688.Pp 689It is a default setting on 690mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 691.It Va WITHOUT_GCC_BOOTSTRAP 692.\" from FreeBSD: head/tools/build/options/WITHOUT_GCC_BOOTSTRAP 273177 2014-10-16 18:28:11Z skreuzer 693Set to not build gcc and g++ as part of the bootstrap process. 694You must enable either gcc or clang bootstrap to be able to build the system, 695unless an alternative compiler is provided via 696XCC. 697.Pp 698It is a default setting on 699amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386. 700.It Va WITH_GCC_BOOTSTRAP 701.\" from FreeBSD: head/tools/build/options/WITH_GCC_BOOTSTRAP 264660 2014-04-18 17:03:58Z imp 702Set to build gcc and g++ as part of the bootstrap process. 703.Pp 704It is a default setting on 705mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 706.It Va WITHOUT_GCOV 707.\" from FreeBSD: head/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru 708Set to not build the 709.Xr gcov 1 710tool. 711.It Va WITHOUT_GDB 712.\" from FreeBSD: head/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru 713Set to not build 714.Xr gdb 1 . 715.Pp 716It is a default setting on 717arm64/aarch64. 718.It Va WITH_GDB 719.\" from FreeBSD: head/tools/build/options/WITH_GDB 295493 2016-02-11 00:30:51Z emaste 720Set to build 721.Xr gdb 1 . 722.Pp 723It is a default setting on 724amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 725.It Va WITHOUT_GNU 726.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru 727Set to not build contributed GNU software as a part of the base system. 728This option can be useful if the system built must not contain any code 729covered by the GNU Public License due to legal reasons. 730.Bf -symbolic 731The option has no effect yet. 732.Ef 733When set, it also enforces the following options: 734.Pp 735.Bl -item -compact 736.It 737.Va WITHOUT_GNU_SUPPORT 738.El 739.It Va WITHOUT_GNUCXX 740.\" from FreeBSD: head/tools/build/options/WITHOUT_GNUCXX 255321 2013-09-06 20:08:03Z theraven 741Do not build the GNU C++ stack (g++, libstdc++). 742This is the default on platforms where clang is the system compiler. 743.Pp 744It is a default setting on 745amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386. 746.It Va WITH_GNUCXX 747.\" from FreeBSD: head/tools/build/options/WITH_GNUCXX 255321 2013-09-06 20:08:03Z theraven 748Build the GNU C++ stack (g++, libstdc++). 749This is the default on platforms where gcc is the system compiler. 750.Pp 751It is a default setting on 752mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 753.It Va WITHOUT_GNU_GREP_COMPAT 754.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_GREP_COMPAT 273421 2014-10-21 20:44:33Z emaste 755Set this option to omit the gnu extensions to grep from being included in 756BSD grep. 757.It Va WITHOUT_GNU_SUPPORT 758.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru 759Set to build some programs without optional GNU support. 760.It Va WITHOUT_GPIO 761.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIO 228081 2011-11-28 17:54:34Z dim 762Set to not build 763.Xr gpioctl 8 764as part of the base system. 765.It Va WITHOUT_GPL_DTC 766.\" from FreeBSD: head/tools/build/options/WITHOUT_GPL_DTC 264515 2014-04-15 20:41:55Z imp 767Set to build the BSD licensed version of the device tree compiler, instead of the 768GPL'd one from elinux.org. 769.It Va WITHOUT_GROFF 770.\" from FreeBSD: head/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs 771Set to not build 772.Xr groff 1 773and 774.Xr vgrind 1 . 775You should consider installing the textproc/groff port to not break 776.Xr man 1 . 777.It Va WITHOUT_GSSAPI 778.\" from FreeBSD: head/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru 779Set to not build libgssapi. 780.It Va WITHOUT_HAST 781.\" from FreeBSD: head/tools/build/options/WITHOUT_HAST 277725 2015-01-26 06:27:07Z ngie 782Set to not build 783.Xr hastd 8 784and related utilities. 785.It Va WITH_HESIOD 786.\" from FreeBSD: head/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru 787Set to build Hesiod support. 788.It Va WITHOUT_HTML 789.\" from FreeBSD: head/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru 790Set to not build HTML docs. 791.It Va WITHOUT_HYPERV 792.\" from FreeBSD: head/tools/build/options/WITHOUT_HYPERV 271493 2014-09-13 02:15:31Z delphij 793Set to not build or install HyperV utilities. 794.It Va WITHOUT_ICONV 795.\" from FreeBSD: head/tools/build/options/WITHOUT_ICONV 254919 2013-08-26 17:15:56Z antoine 796Set to not build iconv as part of libc. 797.It Va WITHOUT_INCLUDES 798.\" from FreeBSD: head/tools/build/options/WITHOUT_INCLUDES 275138 2014-11-26 20:43:09Z gjb 799Set to not install header files. 800This option used to be spelled 801.Va NO_INCS . 802.Bf -symbolic 803The option does not work for build targets. 804.Ef 805.It Va WITHOUT_INET 806.\" from FreeBSD: head/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz 807Set to not build programs and libraries related to IPv4 networking. 808When set, it also enforces the following options: 809.Pp 810.Bl -item -compact 811.It 812.Va WITHOUT_INET_SUPPORT 813.El 814.It Va WITHOUT_INET6 815.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru 816Set to not build 817programs and libraries related to IPv6 networking. 818When set, it also enforces the following options: 819.Pp 820.Bl -item -compact 821.It 822.Va WITHOUT_INET6_SUPPORT 823.El 824.It Va WITHOUT_INET6_SUPPORT 825.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru 826Set to build libraries, programs, and kernel modules without IPv6 support. 827.It Va WITHOUT_INETD 828.\" from FreeBSD: head/tools/build/options/WITHOUT_INETD 278192 2015-02-04 10:19:32Z ngie 829Set to not build 830.Xr inetd 8 . 831.It Va WITHOUT_INET_SUPPORT 832.\" from FreeBSD: head/tools/build/options/WITHOUT_INET_SUPPORT 221266 2011-04-30 17:58:28Z bz 833Set to build libraries, programs, and kernel modules without IPv4 support. 834.It Va WITHOUT_INSTALLLIB 835.\" from FreeBSD: head/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb 836Set this if you do not want to install optional libraries. 837For example when creating a 838.Xr nanobsd 8 839image. 840.It Va WITH_INSTALL_AS_USER 841.\" from FreeBSD: head/tools/build/options/WITH_INSTALL_AS_USER 238021 2012-07-02 20:24:01Z marcel 842Set to make install targets succeed for non-root users by installing 843files with owner and group attributes set to that of the user running 844the 845.Xr make 1 846command. 847The user still has to set the 848.Va DESTDIR 849variable to point to a directory where the user has write permissions. 850.It Va WITHOUT_IPFILTER 851.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru 852Set to not build IP Filter package. 853.It Va WITHOUT_IPFW 854.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam 855Set to not build IPFW tools. 856.It Va WITHOUT_ISCSI 857.\" from FreeBSD: head/tools/build/options/WITHOUT_ISCSI 277675 2015-01-25 04:20:11Z ngie 858Set to not build 859.Xr iscid 8 860and related utilities. 861.It Va WITHOUT_JAIL 862.\" from FreeBSD: head/tools/build/options/WITHOUT_JAIL 249966 2013-04-27 04:09:09Z eadler 863Set to not build tools for the support of jails; e.g., 864.Xr jail 8 . 865.It Va WITHOUT_KDUMP 866.\" from FreeBSD: head/tools/build/options/WITHOUT_KDUMP 240690 2012-09-19 11:38:37Z zeising 867Set to not build 868.Xr kdump 1 869and 870.Xr truss 1 . 871.It Va WITHOUT_KERBEROS 872.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru 873Set this if you do not want to build Kerberos 5 (KTH Heimdal). 874When set, it also enforces the following options: 875.Pp 876.Bl -item -compact 877.It 878.Va WITHOUT_KERBEROS_SUPPORT 879.El 880.Pp 881When set, the following options are also in effect: 882.Pp 883.Bl -inset -compact 884.It Va WITHOUT_GSSAPI 885(unless 886.Va WITH_GSSAPI 887is set explicitly) 888.El 889.It Va WITHOUT_KERBEROS_SUPPORT 890.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS_SUPPORT 251794 2013-06-15 20:29:07Z eadler 891Set to build some programs without Kerberos support, like 892.Xr ssh 1 , 893.Xr telnet 1 , 894.Xr sshd 8 , 895and 896.Xr telnetd 8 . 897.It Va WITHOUT_KERNEL_SYMBOLS 898.\" from FreeBSD: head/tools/build/options/WITHOUT_KERNEL_SYMBOLS 222189 2011-05-22 18:23:17Z imp 899Set to not install kernel symbol files. 900.Bf -symbolic 901This option is recommended for those people who have small root partitions. 902.Ef 903.It Va WITHOUT_KVM 904.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru 905Set to not build the 906.Nm libkvm 907library as a part of the base system. 908.Bf -symbolic 909The option has no effect yet. 910.Ef 911When set, it also enforces the following options: 912.Pp 913.Bl -item -compact 914.It 915.Va WITHOUT_KVM_SUPPORT 916.El 917.It Va WITHOUT_KVM_SUPPORT 918.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin 919Set to build some programs without optional 920.Nm libkvm 921support. 922.It Va WITHOUT_LDNS 923.\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS 255591 2013-09-15 13:11:13Z des 924Setting this variable will prevent the LDNS library from being built. 925When set, it also enforces the following options: 926.Pp 927.Bl -item -compact 928.It 929.Va WITHOUT_LDNS_UTILS 930.It 931.Va WITHOUT_UNBOUND 932.El 933.It Va WITHOUT_LDNS_UTILS 934.\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS_UTILS 255850 2013-09-24 14:33:31Z des 935Setting this variable will prevent building the LDNS utilities 936.Xr drill 1 937and 938.Xr host 1 . 939.It Va WITHOUT_LEGACY_CONSOLE 940.\" from FreeBSD: head/tools/build/options/WITHOUT_LEGACY_CONSOLE 296264 2016-03-01 11:36:10Z trasz 941Set to not build programs that support a legacy PC console; e.g., 942.Xr kbdcontrol 1 943and 944.Xr vidcontrol 1 . 945.It Va WITHOUT_LIB32 946.\" from FreeBSD: head/tools/build/options/WITHOUT_LIB32 274664 2014-11-18 17:06:48Z imp 947On 64-bit platforms, set to not build 32-bit library set and a 948.Nm ld-elf32.so.1 949runtime linker. 950.It Va WITHOUT_LIBCPLUSPLUS 951.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBCPLUSPLUS 246262 2013-02-02 22:42:46Z dim 952Set to avoid building libcxxrt and libc++. 953.It Va WITHOUT_LIBPTHREAD 954.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm 955Set to not build the 956.Nm libpthread 957providing library, 958.Nm libthr . 959When set, it also enforces the following options: 960.Pp 961.Bl -item -compact 962.It 963.Va WITHOUT_LIBTHR 964.El 965.It Va WITHOUT_LIBTHR 966.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru 967Set to not build the 968.Nm libthr 969(1:1 threading) 970library. 971.It Va WITHOUT_LLDB 972.\" from FreeBSD: head/tools/build/options/WITHOUT_LLDB 289275 2015-10-14 00:23:31Z emaste 973Set to not build the LLDB debugger. 974.Pp 975It is a default setting on 976arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 977.It Va WITH_LLDB 978.\" from FreeBSD: head/tools/build/options/WITH_LLDB 255722 2013-09-20 01:52:02Z emaste 979Set to build the LLDB debugger. 980.Pp 981It is a default setting on 982amd64/amd64 and arm64/aarch64. 983.It Va WITHOUT_LLVM_LIBUNWIND 984.\" from FreeBSD: head/tools/build/options/WITHOUT_LLVM_LIBUNWIND 293450 2016-01-09 00:42:07Z emaste 985Set to use GCC's stack unwinder (instead of LLVM's libunwind). 986.Pp 987It is a default setting on 988amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 989.It Va WITH_LLVM_LIBUNWIND 990.\" from FreeBSD: head/tools/build/options/WITH_LLVM_LIBUNWIND 293450 2016-01-09 00:42:07Z emaste 991Set to use LLVM's libunwind stack unwinder (instead of GCC's unwinder). 992.Pp 993It is a default setting on 994arm64/aarch64. 995.It Va WITHOUT_LOCALES 996.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru 997Set to not build localization files; see 998.Xr locale 1 . 999.It Va WITHOUT_LOCATE 1000.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam 1001Set to not build 1002.Xr locate 1 1003and related programs. 1004.It Va WITHOUT_LPR 1005.\" from FreeBSD: head/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru 1006Set to not build 1007.Xr lpr 1 1008and related programs. 1009.It Va WITHOUT_LS_COLORS 1010.\" from FreeBSD: head/tools/build/options/WITHOUT_LS_COLORS 235660 2012-05-19 20:05:27Z marcel 1011Set to build 1012.Xr ls 1 1013without support for colors to distinguish file types. 1014.It Va WITHOUT_LZMA_SUPPORT 1015.\" from FreeBSD: head/tools/build/options/WITHOUT_LZMA_SUPPORT 245171 2013-01-08 18:37:12Z obrien 1016Set to build some programs without optional lzma compression support. 1017.It Va WITHOUT_MAIL 1018.\" from FreeBSD: head/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam 1019Set to not build any mail support (MUA or MTA). 1020When set, it also enforces the following options: 1021.Pp 1022.Bl -item -compact 1023.It 1024.Va WITHOUT_DMAGENT 1025.It 1026.Va WITHOUT_MAILWRAPPER 1027.It 1028.Va WITHOUT_SENDMAIL 1029.El 1030.It Va WITHOUT_MAILWRAPPER 1031.\" from FreeBSD: head/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru 1032Set to not build the 1033.Xr mailwrapper 8 1034MTA selector. 1035.It Va WITHOUT_MAKE 1036.\" from FreeBSD: head/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam 1037Set to not install 1038.Xr make 1 1039and related support files. 1040.It Va WITHOUT_MAN 1041.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru 1042Set to not build manual pages. 1043When set, the following options are also in effect: 1044.Pp 1045.Bl -inset -compact 1046.It Va WITHOUT_MAN_UTILS 1047(unless 1048.Va WITH_MAN_UTILS 1049is set explicitly) 1050.El 1051.It Va WITHOUT_MANCOMPRESS 1052.\" from FreeBSD: head/tools/build/options/WITHOUT_MANCOMPRESS 266752 2014-05-27 15:52:27Z gjb 1053Set to not to install compressed man pages. 1054Only the uncompressed versions will be installed. 1055.It Va WITHOUT_MANDOCDB 1056.\" from FreeBSD: head/tools/build/options/WITHOUT_MANDOCDB 283777 2015-05-30 17:41:37Z bapt 1057Use the 1058.Xr mandoc 1 1059version of 1060.Xr makewhatis 8 1061database and utilities. 1062.It Va WITHOUT_MAN_UTILS 1063.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim 1064Set to not build utilities for manual pages, 1065.Xr apropos 1 , 1066.Xr catman 1 , 1067.Xr makewhatis 1 , 1068.Xr man 1 , 1069.Xr whatis 1 , 1070.Xr manctl 8 , 1071and related support files. 1072.It Va WITH_META_MODE 1073.\" from FreeBSD: head/tools/build/options/WITH_META_MODE 290816 2015-11-14 03:24:48Z sjg 1074Create meta files when not doing DIRDEPS_BUILD. 1075The meta files can be useful for debugging. 1076.Pp 1077This must be set in the environment, make command line, or 1078.Pa /etc/src-env.conf , 1079not 1080.Pa /etc/src.conf . 1081.It Va WITH_NAND 1082.\" from FreeBSD: head/tools/build/options/WITH_NAND 235537 2012-05-17 10:11:18Z gber 1083Set to build the NAND Flash components. 1084.It Va WITHOUT_NDIS 1085.\" from FreeBSD: head/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam 1086Set to not build programs and libraries 1087related to NDIS emulation support. 1088.It Va WITHOUT_NETCAT 1089.\" from FreeBSD: head/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru 1090Set to not build 1091.Xr nc 1 1092utility. 1093.It Va WITHOUT_NETGRAPH 1094.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam 1095Set to not build applications to support 1096.Xr netgraph 4 . 1097When set, it also enforces the following options: 1098.Pp 1099.Bl -item -compact 1100.It 1101.Va WITHOUT_ATM 1102.It 1103.Va WITHOUT_BLUETOOTH 1104.It 1105.Va WITHOUT_NETGRAPH_SUPPORT 1106.El 1107.It Va WITHOUT_NETGRAPH_SUPPORT 1108.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam 1109Set to build libraries, programs, and kernel modules without netgraph support. 1110.It Va WITHOUT_NIS 1111.\" from FreeBSD: head/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru 1112Set to not build 1113.Xr NIS 8 1114support and related programs. 1115If set, you might need to adopt your 1116.Xr nsswitch.conf 5 1117and remove 1118.Sq nis 1119entries. 1120.It Va WITHOUT_NLS 1121.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru 1122Set to not build NLS catalogs. 1123.It Va WITHOUT_NLS_CATALOGS 1124.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru 1125Set to not build NLS catalog support for 1126.Xr csh 1 . 1127.It Va WITHOUT_NS_CACHING 1128.\" from FreeBSD: head/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru 1129Set to disable name caching in the 1130.Pa nsswitch 1131subsystem. 1132The generic caching daemon, 1133.Xr nscd 8 , 1134will not be built either if this option is set. 1135.It Va WITHOUT_NTP 1136.\" from FreeBSD: head/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam 1137Set to not build 1138.Xr ntpd 8 1139and related programs. 1140.It Va WITH_OFED 1141.\" from FreeBSD: head/tools/build/options/WITH_OFED 228081 2011-11-28 17:54:34Z dim 1142Set to build the 1143.Dq "OpenFabrics Enterprise Distribution" 1144Infiniband software stack. 1145.It Va WITH_OPENLDAP 1146.\" from FreeBSD: head/tools/build/options/WITH_OPENLDAP 264902 2014-04-24 23:17:31Z imp 1147Enable building openldap support for kerberos. 1148.It Va WITHOUT_OPENSSH 1149.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru 1150Set to not build OpenSSH. 1151.It Va WITHOUT_OPENSSL 1152.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru 1153Set to not build OpenSSL. 1154When set, it also enforces the following options: 1155.Pp 1156.Bl -item -compact 1157.It 1158.Va WITHOUT_KERBEROS 1159.It 1160.Va WITHOUT_KERBEROS_SUPPORT 1161.It 1162.Va WITHOUT_OPENSSH 1163.El 1164.Pp 1165When set, the following options are also in effect: 1166.Pp 1167.Bl -inset -compact 1168.It Va WITHOUT_GSSAPI 1169(unless 1170.Va WITH_GSSAPI 1171is set explicitly) 1172.El 1173.It Va WITHOUT_PAM 1174.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru 1175Set to not build PAM library and modules. 1176.Bf -symbolic 1177This option is deprecated and does nothing. 1178.Ef 1179When set, it also enforces the following options: 1180.Pp 1181.Bl -item -compact 1182.It 1183.Va WITHOUT_PAM_SUPPORT 1184.El 1185.It Va WITHOUT_PAM_SUPPORT 1186.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru 1187Set to build some programs without PAM support, particularly 1188.Xr ftpd 8 1189and 1190.Xr ppp 8 . 1191.It Va WITHOUT_PC_SYSINSTALL 1192.\" from FreeBSD: head/tools/build/options/WITHOUT_PC_SYSINSTALL 245606 2013-01-18 15:57:09Z eadler 1193Set to not build 1194.Xr pc-sysinstall 8 1195and related programs. 1196.It Va WITHOUT_PF 1197.\" from FreeBSD: head/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru 1198Set to not build PF firewall package. 1199When set, it also enforces the following options: 1200.Pp 1201.Bl -item -compact 1202.It 1203.Va WITHOUT_AUTHPF 1204.El 1205.It Va WITHOUT_PKGBOOTSTRAP 1206.\" from FreeBSD: head/tools/build/options/WITHOUT_PKGBOOTSTRAP 258924 2013-12-04 15:58:42Z bdrewery 1207Set to not build 1208.Xr pkg 7 1209bootstrap tool. 1210.It Va WITHOUT_PMC 1211.\" from FreeBSD: head/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam 1212Set to not build 1213.Xr pmccontrol 8 1214and related programs. 1215.It Va WITHOUT_PORTSNAP 1216.\" from FreeBSD: head/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam 1217Set to not build or install 1218.Xr portsnap 8 1219and related files. 1220.It Va WITHOUT_PPP 1221.\" from FreeBSD: head/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam 1222Set to not build 1223.Xr ppp 8 1224and related programs. 1225.It Va WITHOUT_PROFILE 1226.\" from FreeBSD: head/tools/build/options/WITHOUT_PROFILE 228196 2011-12-02 09:09:54Z fjoe 1227Set to avoid compiling profiled libraries. 1228.It Va WITHOUT_QUOTAS 1229.\" from FreeBSD: head/tools/build/options/WITHOUT_QUOTAS 296264 2016-03-01 11:36:10Z trasz 1230Set to not build 1231.Xr quota 1 1232and related programs. 1233.It Va WITHOUT_RADIUS_SUPPORT 1234.\" from FreeBSD: head/tools/build/options/WITHOUT_RADIUS_SUPPORT 278182 2015-02-04 06:53:45Z ngie 1235Set to not build radius support into various applications, like 1236.Xr pam_radius 8 1237and 1238.Xr ppp 8 . 1239.It Va WITHOUT_RBOOTD 1240.\" from FreeBSD: head/tools/build/options/WITHOUT_RBOOTD 278192 2015-02-04 10:19:32Z ngie 1241Set to not build or install 1242.Xr rbootd 8 . 1243.It Va WITHOUT_RCMDS 1244.\" from FreeBSD: head/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru 1245Disable building of the 1246.Bx 1247r-commands. 1248This includes 1249.Xr rlogin 1 , 1250.Xr rsh 1 , 1251etc. 1252.It Va WITHOUT_RCS 1253.\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 275138 2014-11-26 20:43:09Z gjb 1254Set to not build 1255.Xr rcs 1 , 1256.Xr etcupdate 8 , 1257and related utilities. 1258.It Va WITHOUT_RESCUE 1259.\" from FreeBSD: head/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru 1260Set to not build 1261.Xr rescue 8 . 1262.It Va WITHOUT_ROUTED 1263.\" from FreeBSD: head/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam 1264Set to not build 1265.Xr routed 8 1266utility. 1267.It Va WITHOUT_SENDMAIL 1268.\" from FreeBSD: head/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru 1269Set to not build 1270.Xr sendmail 8 1271and related programs. 1272.It Va WITHOUT_SETUID_LOGIN 1273.\" from FreeBSD: head/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru 1274Set this to disable the installation of 1275.Xr login 1 1276as a set-user-ID root program. 1277.It Va WITHOUT_SHAREDOCS 1278.\" from FreeBSD: head/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru 1279Set to not build the 1280.Bx 4.4 1281legacy docs. 1282.It Va WITH_SHARED_TOOLCHAIN 1283.\" from FreeBSD: head/tools/build/options/WITH_SHARED_TOOLCHAIN 235342 2012-05-12 16:12:36Z gjb 1284Set to build the toolchain binaries shared. 1285The set includes 1286.Xr cc 1 , 1287.Xr make 1 1288and necessary utilities like assembler, linker and library archive manager. 1289.It Va WITH_SORT_THREADS 1290.\" from FreeBSD: head/tools/build/options/WITH_SORT_THREADS 264158 2014-04-05 18:00:45Z imp 1291Set to enable threads in 1292.Xr sort 1 . 1293.It Va WITHOUT_SOURCELESS 1294.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh 1295Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU). 1296When set, it also enforces the following options: 1297.Pp 1298.Bl -item -compact 1299.It 1300.Va WITHOUT_SOURCELESS_HOST 1301.It 1302.Va WITHOUT_SOURCELESS_UCODE 1303.El 1304.It Va WITHOUT_SOURCELESS_HOST 1305.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_HOST 230972 2012-02-04 00:54:43Z rmh 1306Set to not build kernel modules that include sourceless native code for host CPU. 1307.It Va WITHOUT_SOURCELESS_UCODE 1308.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_UCODE 230972 2012-02-04 00:54:43Z rmh 1309Set to not build kernel modules that include sourceless microcode. 1310.It Va WITHOUT_SSP 1311.\" from FreeBSD: head/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru 1312Set to not build world with propolice stack smashing protection. 1313.It Va WITH_STAGING 1314.\" from FreeBSD: head/tools/build/options/WITH_STAGING 290816 2015-11-14 03:24:48Z sjg 1315Enable staging of files to a stage tree. 1316This can be best thought of as auto-install to 1317.Va DESTDIR 1318with some extra meta data to ensure dependencies can be tracked. 1319Depends on 1320.Va WITH_DIRDEPS_BUILD . 1321When set, the following options are also in effect: 1322.Pp 1323.Bl -inset -compact 1324.It Va WITH_STAGING_MAN 1325(unless 1326.Va WITHOUT_STAGING_MAN 1327is set explicitly) 1328.It Va WITH_STAGING_PROG 1329(unless 1330.Va WITHOUT_STAGING_PROG 1331is set explicitly) 1332.El 1333.Pp 1334This must be set in the environment, make command line, or 1335.Pa /etc/src-env.conf , 1336not 1337.Pa /etc/src.conf . 1338.It Va WITH_STAGING_MAN 1339.\" from FreeBSD: head/tools/build/options/WITH_STAGING_MAN 284708 2015-06-22 20:21:57Z sjg 1340Enable staging of MAN pages to stage tree. 1341.It Va WITH_STAGING_PROG 1342.\" from FreeBSD: head/tools/build/options/WITH_STAGING_PROG 284708 2015-06-22 20:21:57Z sjg 1343Enable staging of PROGs to stage tree. 1344.It Va WITH_STALE_STAGED 1345.\" from FreeBSD: head/tools/build/options/WITH_STALE_STAGED 284708 2015-06-22 20:21:57Z sjg 1346Check staged files are not stale. 1347.It Va WITH_SVN 1348.\" from FreeBSD: head/tools/build/options/WITH_SVN 252561 2013-07-03 12:36:47Z zeising 1349Set to install 1350.Xr svnlite 1 1351as 1352.Xr svn 1 . 1353.It Va WITHOUT_SVNLITE 1354.\" from FreeBSD: head/tools/build/options/WITHOUT_SVNLITE 252561 2013-07-03 12:36:47Z zeising 1355Set to not build 1356.Xr svnlite 1 1357and related programs. 1358.It Va WITHOUT_SYMVER 1359.\" from FreeBSD: head/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen 1360Set to disable symbol versioning when building shared libraries. 1361.It Va WITHOUT_SYSCONS 1362.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru 1363Set to not build 1364.Xr syscons 4 1365support files such as keyboard maps, fonts, and screen output maps. 1366.It Va WITH_SYSROOT 1367.\" from FreeBSD: head/tools/build/options/WITH_SYSROOT 290816 2015-11-14 03:24:48Z sjg 1368Enable use of sysroot during build. 1369Depends on 1370.Va WITH_DIRDEPS_BUILD . 1371.Pp 1372This must be set in the environment, make command line, or 1373.Pa /etc/src-env.conf , 1374not 1375.Pa /etc/src.conf . 1376.It Va WITHOUT_TALK 1377.\" from FreeBSD: head/tools/build/options/WITHOUT_TALK 277676 2015-01-25 04:37:44Z ngie 1378Set to not build or install 1379.Xr talk 1 1380and 1381.Xr talkd 8 . 1382.It Va WITHOUT_TCP_WRAPPERS 1383.\" from FreeBSD: head/tools/build/options/WITHOUT_TCP_WRAPPERS 278192 2015-02-04 10:19:32Z ngie 1384Set to not build or install 1385.Xr tcpd 8 , 1386and related utilities. 1387.It Va WITHOUT_TCSH 1388.\" from FreeBSD: head/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru 1389Set to not build and install 1390.Pa /bin/csh 1391(which is 1392.Xr tcsh 1 ) . 1393.It Va WITHOUT_TELNET 1394.\" from FreeBSD: head/tools/build/options/WITHOUT_TELNET 296264 2016-03-01 11:36:10Z trasz 1395Set to not build 1396.Xr telnet 1 1397and related programs. 1398.It Va WITHOUT_TESTS 1399.\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS 268778 2014-07-16 21:40:11Z jmmv 1400Set to not build nor install the 1401.Fx 1402Test Suite in 1403.Pa /usr/tests/ . 1404See 1405.Xr tests 7 1406for more details. 1407This also disables the build of all test-related dependencies, including ATF. 1408When set, it also enforces the following options: 1409.Pp 1410.Bl -item -compact 1411.It 1412.Va WITHOUT_DTRACE_TESTS 1413.It 1414.Va WITHOUT_TESTS_SUPPORT 1415.El 1416.It Va WITHOUT_TESTS_SUPPORT 1417.\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS_SUPPORT 274665 2014-11-18 17:06:50Z imp 1418Set to disables the build of all test-related dependencies, including ATF. 1419.It Va WITHOUT_TEXTPROC 1420.\" from FreeBSD: head/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam 1421Set to not build 1422programs used for text processing. 1423When set, it also enforces the following options: 1424.Pp 1425.Bl -item -compact 1426.It 1427.Va WITHOUT_GROFF 1428.El 1429.It Va WITHOUT_TFTP 1430.\" from FreeBSD: head/tools/build/options/WITHOUT_TFTP 278192 2015-02-04 10:19:32Z ngie 1431Set to not build or install 1432.Xr tftp 1 1433and 1434.Xr tftpd 8 . 1435.It Va WITHOUT_TIMED 1436.\" from FreeBSD: head/tools/build/options/WITHOUT_TIMED 278192 2015-02-04 10:19:32Z ngie 1437Set to not build or install 1438.Xr timed 8 . 1439.It Va WITHOUT_TOOLCHAIN 1440.\" from FreeBSD: head/tools/build/options/WITHOUT_TOOLCHAIN 273172 2014-10-16 15:55:13Z brooks 1441Set to not install header or 1442programs used for program development, 1443compilers, debuggers etc. 1444.Bf -symbolic 1445The option does not work for build targets. 1446.Ef 1447When set, it also enforces the following options: 1448.Pp 1449.Bl -item -compact 1450.It 1451.Va WITHOUT_BINUTILS 1452.It 1453.Va WITHOUT_CLANG 1454.It 1455.Va WITHOUT_CLANG_EXTRAS 1456.It 1457.Va WITHOUT_CLANG_FULL 1458.It 1459.Va WITHOUT_GCC 1460.It 1461.Va WITHOUT_GDB 1462.It 1463.Va WITHOUT_INCLUDES 1464.El 1465.It Va WITHOUT_UNBOUND 1466.\" from FreeBSD: head/tools/build/options/WITHOUT_UNBOUND 255597 2013-09-15 14:51:23Z des 1467Set to not build 1468.Xr unbound 8 1469and related programs. 1470.It Va WITHOUT_USB 1471.\" from FreeBSD: head/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru 1472Set to not build USB-related programs and libraries. 1473.It Va WITHOUT_USB_GADGET_EXAMPLES 1474.\" from FreeBSD: head/tools/build/options/WITHOUT_USB_GADGET_EXAMPLES 274665 2014-11-18 17:06:50Z imp 1475Set to build USB gadget kernel modules. 1476.It Va WITHOUT_UTMPX 1477.\" from FreeBSD: head/tools/build/options/WITHOUT_UTMPX 231530 2012-02-11 20:28:42Z ed 1478Set to not build user accounting tools such as 1479.Xr last 1 , 1480.Xr users 1 , 1481.Xr who 1 , 1482.Xr ac 8 , 1483.Xr lastlogin 8 1484and 1485.Xr utx 8 . 1486.It Va WITHOUT_VI 1487.\" from FreeBSD: head/tools/build/options/WITHOUT_VI 264903 2014-04-24 23:17:40Z imp 1488Set to not build and install vi, view, ex and related programs. 1489.It Va WITHOUT_VT 1490.\" from FreeBSD: head/tools/build/options/WITHOUT_VT 268022 2014-06-30 00:20:12Z emaste 1491Set to not build 1492.Xr vt 4 1493support files (fonts and keymaps). 1494.It Va WITHOUT_WARNS 1495.\" from FreeBSD: head/tools/build/options/WITHOUT_WARNS 276559 2015-01-02 18:57:58Z bapt 1496Set this to not add warning flags to the compiler invocations. 1497Useful as a temporary workaround when code enters the tree 1498which triggers warnings in environments that differ from the 1499original developer. 1500.It Va WITHOUT_WIRELESS 1501.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam 1502Set to not build programs used for 802.11 wireless networks; especially 1503.Xr wpa_supplicant 8 1504and 1505.Xr hostapd 8 . 1506When set, it also enforces the following options: 1507.Pp 1508.Bl -item -compact 1509.It 1510.Va WITHOUT_WIRELESS_SUPPORT 1511.El 1512.It Va WITHOUT_WIRELESS_SUPPORT 1513.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam 1514Set to build libraries, programs, and kernel modules without 1515802.11 wireless support. 1516.It Va WITHOUT_WPA_SUPPLICANT_EAPOL 1517.\" from FreeBSD: head/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru 1518Build 1519.Xr wpa_supplicant 8 1520without support for the IEEE 802.1X protocol and without 1521support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS 1522protocols (usable only via 802.1X). 1523.It Va WITHOUT_ZFS 1524.\" from FreeBSD: head/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd 1525Set to not build ZFS file system. 1526.It Va WITHOUT_ZONEINFO 1527.\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 235342 2012-05-12 16:12:36Z gjb 1528Set to not build the timezone database. 1529.El 1530.Sh FILES 1531.Bl -tag -compact -width Pa 1532.It Pa /etc/src.conf 1533.It Pa /etc/src-env.conf 1534.It Pa /usr/share/mk/bsd.own.mk 1535.El 1536.Sh SEE ALSO 1537.Xr make 1 , 1538.Xr make.conf 5 , 1539.Xr build 7 , 1540.Xr ports 7 1541.Sh HISTORY 1542The 1543.Nm 1544file appeared in 1545.Fx 7.0 . 1546.Sh AUTHORS 1547This manual page was autogenerated. 1548