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 20, 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 298007 2016-04-14 22:00:49Z 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. 1087.It 1088[requires 1089.Xr filemon 4 ] 1090Files read, executed or linked to are newer than the target. 1091.It 1092[requires 1093.Xr filemon 4 ] 1094Files read, written, executed or linked are missing. 1095.El 1096The meta files can also be useful for debugging. 1097.Pp 1098The build will hide commands ran unless 1099.Va NO_SILENT 1100is defined. 1101.Pp 1102The build operates as it normally would otherwise. 1103This option originally invoked a different build system but that was renamed 1104to 1105.Va WITH_DIRDEPS_BUILD . 1106.Pp 1107This must be set in the environment, make command line, or 1108.Pa /etc/src-env.conf , 1109not 1110.Pa /etc/src.conf . 1111.It Va WITH_NAND 1112.\" from FreeBSD: head/tools/build/options/WITH_NAND 235537 2012-05-17 10:11:18Z gber 1113Set to build the NAND Flash components. 1114.It Va WITHOUT_NDIS 1115.\" from FreeBSD: head/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam 1116Set to not build programs and libraries 1117related to NDIS emulation support. 1118.It Va WITHOUT_NETCAT 1119.\" from FreeBSD: head/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru 1120Set to not build 1121.Xr nc 1 1122utility. 1123.It Va WITHOUT_NETGRAPH 1124.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam 1125Set to not build applications to support 1126.Xr netgraph 4 . 1127When set, it also enforces the following options: 1128.Pp 1129.Bl -item -compact 1130.It 1131.Va WITHOUT_ATM 1132.It 1133.Va WITHOUT_BLUETOOTH 1134.It 1135.Va WITHOUT_NETGRAPH_SUPPORT 1136.El 1137.It Va WITHOUT_NETGRAPH_SUPPORT 1138.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam 1139Set to build libraries, programs, and kernel modules without netgraph support. 1140.It Va WITHOUT_NIS 1141.\" from FreeBSD: head/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru 1142Set to not build 1143.Xr NIS 8 1144support and related programs. 1145If set, you might need to adopt your 1146.Xr nsswitch.conf 5 1147and remove 1148.Sq nis 1149entries. 1150.It Va WITHOUT_NLS 1151.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru 1152Set to not build NLS catalogs. 1153.It Va WITHOUT_NLS_CATALOGS 1154.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru 1155Set to not build NLS catalog support for 1156.Xr csh 1 . 1157.It Va WITHOUT_NS_CACHING 1158.\" from FreeBSD: head/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru 1159Set to disable name caching in the 1160.Pa nsswitch 1161subsystem. 1162The generic caching daemon, 1163.Xr nscd 8 , 1164will not be built either if this option is set. 1165.It Va WITHOUT_NTP 1166.\" from FreeBSD: head/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam 1167Set to not build 1168.Xr ntpd 8 1169and related programs. 1170.It Va WITH_OFED 1171.\" from FreeBSD: head/tools/build/options/WITH_OFED 228081 2011-11-28 17:54:34Z dim 1172Set to build the 1173.Dq "OpenFabrics Enterprise Distribution" 1174Infiniband software stack. 1175.It Va WITH_OPENLDAP 1176.\" from FreeBSD: head/tools/build/options/WITH_OPENLDAP 264902 2014-04-24 23:17:31Z imp 1177Enable building openldap support for kerberos. 1178.It Va WITHOUT_OPENSSH 1179.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru 1180Set to not build OpenSSH. 1181.It Va WITHOUT_OPENSSL 1182.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru 1183Set to not build OpenSSL. 1184When set, it also enforces the following options: 1185.Pp 1186.Bl -item -compact 1187.It 1188.Va WITHOUT_KERBEROS 1189.It 1190.Va WITHOUT_KERBEROS_SUPPORT 1191.It 1192.Va WITHOUT_OPENSSH 1193.El 1194.Pp 1195When set, the following options are also in effect: 1196.Pp 1197.Bl -inset -compact 1198.It Va WITHOUT_GSSAPI 1199(unless 1200.Va WITH_GSSAPI 1201is set explicitly) 1202.El 1203.It Va WITHOUT_PAM 1204.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru 1205Set to not build PAM library and modules. 1206.Bf -symbolic 1207This option is deprecated and does nothing. 1208.Ef 1209When set, it also enforces the following options: 1210.Pp 1211.Bl -item -compact 1212.It 1213.Va WITHOUT_PAM_SUPPORT 1214.El 1215.It Va WITHOUT_PAM_SUPPORT 1216.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru 1217Set to build some programs without PAM support, particularly 1218.Xr ftpd 8 1219and 1220.Xr ppp 8 . 1221.It Va WITHOUT_PC_SYSINSTALL 1222.\" from FreeBSD: head/tools/build/options/WITHOUT_PC_SYSINSTALL 245606 2013-01-18 15:57:09Z eadler 1223Set to not build 1224.Xr pc-sysinstall 8 1225and related programs. 1226.It Va WITHOUT_PF 1227.\" from FreeBSD: head/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru 1228Set to not build PF firewall package. 1229When set, it also enforces the following options: 1230.Pp 1231.Bl -item -compact 1232.It 1233.Va WITHOUT_AUTHPF 1234.El 1235.It Va WITHOUT_PKGBOOTSTRAP 1236.\" from FreeBSD: head/tools/build/options/WITHOUT_PKGBOOTSTRAP 258924 2013-12-04 15:58:42Z bdrewery 1237Set to not build 1238.Xr pkg 7 1239bootstrap tool. 1240.It Va WITHOUT_PMC 1241.\" from FreeBSD: head/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam 1242Set to not build 1243.Xr pmccontrol 8 1244and related programs. 1245.It Va WITHOUT_PORTSNAP 1246.\" from FreeBSD: head/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam 1247Set to not build or install 1248.Xr portsnap 8 1249and related files. 1250.It Va WITHOUT_PPP 1251.\" from FreeBSD: head/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam 1252Set to not build 1253.Xr ppp 8 1254and related programs. 1255.It Va WITHOUT_PROFILE 1256.\" from FreeBSD: head/tools/build/options/WITHOUT_PROFILE 228196 2011-12-02 09:09:54Z fjoe 1257Set to avoid compiling profiled libraries. 1258.It Va WITHOUT_QUOTAS 1259.\" from FreeBSD: head/tools/build/options/WITHOUT_QUOTAS 296264 2016-03-01 11:36:10Z trasz 1260Set to not build 1261.Xr quota 1 1262and related programs. 1263.It Va WITHOUT_RADIUS_SUPPORT 1264.\" from FreeBSD: head/tools/build/options/WITHOUT_RADIUS_SUPPORT 278182 2015-02-04 06:53:45Z ngie 1265Set to not build radius support into various applications, like 1266.Xr pam_radius 8 1267and 1268.Xr ppp 8 . 1269.It Va WITHOUT_RBOOTD 1270.\" from FreeBSD: head/tools/build/options/WITHOUT_RBOOTD 278192 2015-02-04 10:19:32Z ngie 1271Set to not build or install 1272.Xr rbootd 8 . 1273.It Va WITHOUT_RCMDS 1274.\" from FreeBSD: head/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru 1275Disable building of the 1276.Bx 1277r-commands. 1278This includes 1279.Xr rlogin 1 , 1280.Xr rsh 1 , 1281etc. 1282.It Va WITHOUT_RCS 1283.\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 275138 2014-11-26 20:43:09Z gjb 1284Set to not build 1285.Xr rcs 1 , 1286.Xr etcupdate 8 , 1287and related utilities. 1288.It Va WITHOUT_RESCUE 1289.\" from FreeBSD: head/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru 1290Set to not build 1291.Xr rescue 8 . 1292.It Va WITHOUT_ROUTED 1293.\" from FreeBSD: head/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam 1294Set to not build 1295.Xr routed 8 1296utility. 1297.It Va WITHOUT_SENDMAIL 1298.\" from FreeBSD: head/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru 1299Set to not build 1300.Xr sendmail 8 1301and related programs. 1302.It Va WITHOUT_SETUID_LOGIN 1303.\" from FreeBSD: head/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru 1304Set this to disable the installation of 1305.Xr login 1 1306as a set-user-ID root program. 1307.It Va WITHOUT_SHAREDOCS 1308.\" from FreeBSD: head/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru 1309Set to not build the 1310.Bx 4.4 1311legacy docs. 1312.It Va WITH_SHARED_TOOLCHAIN 1313.\" from FreeBSD: head/tools/build/options/WITH_SHARED_TOOLCHAIN 235342 2012-05-12 16:12:36Z gjb 1314Set to build the toolchain binaries shared. 1315The set includes 1316.Xr cc 1 , 1317.Xr make 1 1318and necessary utilities like assembler, linker and library archive manager. 1319.It Va WITH_SORT_THREADS 1320.\" from FreeBSD: head/tools/build/options/WITH_SORT_THREADS 264158 2014-04-05 18:00:45Z imp 1321Set to enable threads in 1322.Xr sort 1 . 1323.It Va WITHOUT_SOURCELESS 1324.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh 1325Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU). 1326When set, it also enforces the following options: 1327.Pp 1328.Bl -item -compact 1329.It 1330.Va WITHOUT_SOURCELESS_HOST 1331.It 1332.Va WITHOUT_SOURCELESS_UCODE 1333.El 1334.It Va WITHOUT_SOURCELESS_HOST 1335.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_HOST 230972 2012-02-04 00:54:43Z rmh 1336Set to not build kernel modules that include sourceless native code for host CPU. 1337.It Va WITHOUT_SOURCELESS_UCODE 1338.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_UCODE 230972 2012-02-04 00:54:43Z rmh 1339Set to not build kernel modules that include sourceless microcode. 1340.It Va WITHOUT_SSP 1341.\" from FreeBSD: head/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru 1342Set to not build world with propolice stack smashing protection. 1343.It Va WITH_STAGING 1344.\" from FreeBSD: head/tools/build/options/WITH_STAGING 290816 2015-11-14 03:24:48Z sjg 1345Enable staging of files to a stage tree. 1346This can be best thought of as auto-install to 1347.Va DESTDIR 1348with some extra meta data to ensure dependencies can be tracked. 1349Depends on 1350.Va WITH_DIRDEPS_BUILD . 1351When set, the following options are also in effect: 1352.Pp 1353.Bl -inset -compact 1354.It Va WITH_STAGING_MAN 1355(unless 1356.Va WITHOUT_STAGING_MAN 1357is set explicitly) 1358.It Va WITH_STAGING_PROG 1359(unless 1360.Va WITHOUT_STAGING_PROG 1361is set explicitly) 1362.El 1363.Pp 1364This must be set in the environment, make command line, or 1365.Pa /etc/src-env.conf , 1366not 1367.Pa /etc/src.conf . 1368.It Va WITH_STAGING_MAN 1369.\" from FreeBSD: head/tools/build/options/WITH_STAGING_MAN 284708 2015-06-22 20:21:57Z sjg 1370Enable staging of MAN pages to stage tree. 1371.It Va WITH_STAGING_PROG 1372.\" from FreeBSD: head/tools/build/options/WITH_STAGING_PROG 284708 2015-06-22 20:21:57Z sjg 1373Enable staging of PROGs to stage tree. 1374.It Va WITH_STALE_STAGED 1375.\" from FreeBSD: head/tools/build/options/WITH_STALE_STAGED 284708 2015-06-22 20:21:57Z sjg 1376Check staged files are not stale. 1377.It Va WITH_SVN 1378.\" from FreeBSD: head/tools/build/options/WITH_SVN 252561 2013-07-03 12:36:47Z zeising 1379Set to install 1380.Xr svnlite 1 1381as 1382.Xr svn 1 . 1383.It Va WITHOUT_SVNLITE 1384.\" from FreeBSD: head/tools/build/options/WITHOUT_SVNLITE 252561 2013-07-03 12:36:47Z zeising 1385Set to not build 1386.Xr svnlite 1 1387and related programs. 1388.It Va WITHOUT_SYMVER 1389.\" from FreeBSD: head/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen 1390Set to disable symbol versioning when building shared libraries. 1391.It Va WITHOUT_SYSCONS 1392.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru 1393Set to not build 1394.Xr syscons 4 1395support files such as keyboard maps, fonts, and screen output maps. 1396.It Va WITH_SYSROOT 1397.\" from FreeBSD: head/tools/build/options/WITH_SYSROOT 290816 2015-11-14 03:24:48Z sjg 1398Enable use of sysroot during build. 1399Depends on 1400.Va WITH_DIRDEPS_BUILD . 1401.Pp 1402This must be set in the environment, make command line, or 1403.Pa /etc/src-env.conf , 1404not 1405.Pa /etc/src.conf . 1406.It Va WITH_SYSTEM_COMPILER 1407.\" from FreeBSD: head/tools/build/options/WITH_SYSTEM_COMPILER 300354 2016-05-21 01:32:23Z bdrewery 1408Set to opportunistically skip building a cross-compiler during the 1409bootstrap phase of the build. 1410If the currently installed compiler matches the planned bootstrap compiler 1411type and revision, then it will not be built. 1412This does not prevent a compiler from being built for installation though, 1413only for building one for the build itself. 1414The 1415.Va WITHOUT_CLANG 1416and 1417.Va WITHOUT_GCC 1418options control those. 1419.It Va WITHOUT_TALK 1420.\" from FreeBSD: head/tools/build/options/WITHOUT_TALK 277676 2015-01-25 04:37:44Z ngie 1421Set to not build or install 1422.Xr talk 1 1423and 1424.Xr talkd 8 . 1425.It Va WITHOUT_TCP_WRAPPERS 1426.\" from FreeBSD: head/tools/build/options/WITHOUT_TCP_WRAPPERS 278192 2015-02-04 10:19:32Z ngie 1427Set to not build or install 1428.Xr tcpd 8 , 1429and related utilities. 1430.It Va WITHOUT_TCSH 1431.\" from FreeBSD: head/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru 1432Set to not build and install 1433.Pa /bin/csh 1434(which is 1435.Xr tcsh 1 ) . 1436.It Va WITHOUT_TELNET 1437.\" from FreeBSD: head/tools/build/options/WITHOUT_TELNET 296264 2016-03-01 11:36:10Z trasz 1438Set to not build 1439.Xr telnet 1 1440and related programs. 1441.It Va WITHOUT_TESTS 1442.\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS 268778 2014-07-16 21:40:11Z jmmv 1443Set to not build nor install the 1444.Fx 1445Test Suite in 1446.Pa /usr/tests/ . 1447See 1448.Xr tests 7 1449for more details. 1450This also disables the build of all test-related dependencies, including ATF. 1451When set, it also enforces the following options: 1452.Pp 1453.Bl -item -compact 1454.It 1455.Va WITHOUT_DTRACE_TESTS 1456.It 1457.Va WITHOUT_TESTS_SUPPORT 1458.El 1459.It Va WITHOUT_TESTS_SUPPORT 1460.\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS_SUPPORT 274665 2014-11-18 17:06:50Z imp 1461Set to disables the build of all test-related dependencies, including ATF. 1462.It Va WITHOUT_TEXTPROC 1463.\" from FreeBSD: head/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam 1464Set to not build 1465programs used for text processing. 1466When set, it also enforces the following options: 1467.Pp 1468.Bl -item -compact 1469.It 1470.Va WITHOUT_GROFF 1471.El 1472.It Va WITHOUT_TFTP 1473.\" from FreeBSD: head/tools/build/options/WITHOUT_TFTP 278192 2015-02-04 10:19:32Z ngie 1474Set to not build or install 1475.Xr tftp 1 1476and 1477.Xr tftpd 8 . 1478.It Va WITHOUT_TIMED 1479.\" from FreeBSD: head/tools/build/options/WITHOUT_TIMED 278192 2015-02-04 10:19:32Z ngie 1480Set to not build or install 1481.Xr timed 8 . 1482.It Va WITHOUT_TOOLCHAIN 1483.\" from FreeBSD: head/tools/build/options/WITHOUT_TOOLCHAIN 297939 2016-04-13 20:55:05Z bdrewery 1484Set to not install header or 1485programs used for program development, 1486compilers, debuggers etc. 1487When set, it also enforces the following options: 1488.Pp 1489.Bl -item -compact 1490.It 1491.Va WITHOUT_BINUTILS 1492.It 1493.Va WITHOUT_CLANG 1494.It 1495.Va WITHOUT_CLANG_EXTRAS 1496.It 1497.Va WITHOUT_CLANG_FULL 1498.It 1499.Va WITHOUT_GCC 1500.It 1501.Va WITHOUT_GDB 1502.It 1503.Va WITHOUT_INCLUDES 1504.It 1505.Va WITHOUT_LLDB 1506.El 1507.It Va WITHOUT_UNBOUND 1508.\" from FreeBSD: head/tools/build/options/WITHOUT_UNBOUND 255597 2013-09-15 14:51:23Z des 1509Set to not build 1510.Xr unbound 8 1511and related programs. 1512.It Va WITHOUT_USB 1513.\" from FreeBSD: head/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru 1514Set to not build USB-related programs and libraries. 1515.It Va WITHOUT_USB_GADGET_EXAMPLES 1516.\" from FreeBSD: head/tools/build/options/WITHOUT_USB_GADGET_EXAMPLES 274665 2014-11-18 17:06:50Z imp 1517Set to build USB gadget kernel modules. 1518.It Va WITHOUT_UTMPX 1519.\" from FreeBSD: head/tools/build/options/WITHOUT_UTMPX 231530 2012-02-11 20:28:42Z ed 1520Set to not build user accounting tools such as 1521.Xr last 1 , 1522.Xr users 1 , 1523.Xr who 1 , 1524.Xr ac 8 , 1525.Xr lastlogin 8 1526and 1527.Xr utx 8 . 1528.It Va WITHOUT_VI 1529.\" from FreeBSD: head/tools/build/options/WITHOUT_VI 264903 2014-04-24 23:17:40Z imp 1530Set to not build and install vi, view, ex and related programs. 1531.It Va WITHOUT_VT 1532.\" from FreeBSD: head/tools/build/options/WITHOUT_VT 268022 2014-06-30 00:20:12Z emaste 1533Set to not build 1534.Xr vt 4 1535support files (fonts and keymaps). 1536.It Va WITHOUT_WARNS 1537.\" from FreeBSD: head/tools/build/options/WITHOUT_WARNS 276559 2015-01-02 18:57:58Z bapt 1538Set this to not add warning flags to the compiler invocations. 1539Useful as a temporary workaround when code enters the tree 1540which triggers warnings in environments that differ from the 1541original developer. 1542.It Va WITHOUT_WIRELESS 1543.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam 1544Set to not build programs used for 802.11 wireless networks; especially 1545.Xr wpa_supplicant 8 1546and 1547.Xr hostapd 8 . 1548When set, it also enforces the following options: 1549.Pp 1550.Bl -item -compact 1551.It 1552.Va WITHOUT_WIRELESS_SUPPORT 1553.El 1554.It Va WITHOUT_WIRELESS_SUPPORT 1555.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam 1556Set to build libraries, programs, and kernel modules without 1557802.11 wireless support. 1558.It Va WITHOUT_WPA_SUPPLICANT_EAPOL 1559.\" from FreeBSD: head/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru 1560Build 1561.Xr wpa_supplicant 8 1562without support for the IEEE 802.1X protocol and without 1563support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS 1564protocols (usable only via 802.1X). 1565.It Va WITHOUT_ZFS 1566.\" from FreeBSD: head/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd 1567Set to not build ZFS file system. 1568.It Va WITHOUT_ZONEINFO 1569.\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 235342 2012-05-12 16:12:36Z gjb 1570Set to not build the timezone database. 1571.El 1572.Sh FILES 1573.Bl -tag -compact -width Pa 1574.It Pa /etc/src.conf 1575.It Pa /etc/src-env.conf 1576.It Pa /usr/share/mk/bsd.own.mk 1577.El 1578.Sh SEE ALSO 1579.Xr make 1 , 1580.Xr make.conf 5 , 1581.Xr build 7 , 1582.Xr ports 7 1583.Sh HISTORY 1584The 1585.Nm 1586file appeared in 1587.Fx 7.0 . 1588.Sh AUTHORS 1589This manual page was autogenerated. 1590