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