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