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