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