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 May 30, 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 281053 2015-04-03 23:55:04Z bdrewery 363Set to not build 364.Xr c++ 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_MANDOCDB 838.\" from FreeBSD: head/tools/build/options/WITHOUT_MANDOCDB 283777 2015-05-30 17:41:37Z bapt 839Use the 840.Xr mandoc 1 841version of 842.Xr makewhatis 8 843database and utilities. 844.It Va WITHOUT_MAN_UTILS 845.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim 846Set to not build utilities for manual pages, 847.Xr apropos 1 , 848.Xr catman 1 , 849.Xr makewhatis 1 , 850.Xr man 1 , 851.Xr whatis 1 , 852.Xr manctl 8 , 853and related support files. 854.It Va WITH_NAND 855.\" from FreeBSD: head/tools/build/options/WITH_NAND 235537 2012-05-17 10:11:18Z gber 856Set to build the NAND Flash components. 857.It Va WITHOUT_NDIS 858.\" from FreeBSD: head/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam 859Set to not build programs and libraries 860related to NDIS emulation support. 861.It Va WITHOUT_NETCAT 862.\" from FreeBSD: head/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru 863Set to not build 864.Xr nc 1 865utility. 866.It Va WITHOUT_NETGRAPH 867.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam 868Set to not build applications to support 869.Xr netgraph 4 . 870When set, it also enforces the following options: 871.Pp 872.Bl -item -compact 873.It 874.Va WITHOUT_ATM 875.It 876.Va WITHOUT_BLUETOOTH 877.It 878.Va WITHOUT_NETGRAPH_SUPPORT 879.El 880.It Va WITHOUT_NETGRAPH_SUPPORT 881.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam 882Set to build libraries, programs, and kernel modules without netgraph support. 883.It Va WITHOUT_NIS 884.\" from FreeBSD: head/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru 885Set to not build 886.Xr NIS 8 887support and related programs. 888If set, you might need to adopt your 889.Xr nsswitch.conf 5 890and remove 891.Sq nis 892entries. 893.It Va WITHOUT_NLS 894.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru 895Set to not build NLS catalogs. 896.It Va WITHOUT_NLS_CATALOGS 897.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru 898Set to not build NLS catalog support for 899.Xr csh 1 . 900.It Va WITHOUT_NS_CACHING 901.\" from FreeBSD: head/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru 902Set to disable name caching in the 903.Pa nsswitch 904subsystem. 905The generic caching daemon, 906.Xr nscd 8 , 907will not be built either if this option is set. 908.It Va WITHOUT_NTP 909.\" from FreeBSD: head/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam 910Set to not build 911.Xr ntpd 8 912and related programs. 913.It Va WITH_OFED 914.\" from FreeBSD: head/tools/build/options/WITH_OFED 228081 2011-11-28 17:54:34Z dim 915Set to build the 916.Dq "OpenFabrics Enterprise Distribution" 917Infiniband software stack. 918.It Va WITH_OPENLDAP 919.\" from FreeBSD: head/tools/build/options/WITH_OPENLDAP 264902 2014-04-24 23:17:31Z imp 920Enable building openldap support for kerberos. 921.It Va WITHOUT_OPENSSH 922.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru 923Set to not build OpenSSH. 924.It Va WITH_OPENSSH_NONE_CIPHER 925.\" from FreeBSD: head/tools/build/options/WITH_OPENSSH_NONE_CIPHER 245527 2013-01-17 01:51:04Z bz 926Set to include the "None" cipher support in OpenSSH and its libraries. 927Additional adjustments may need to be done to system configuration 928files, such as 929.Xr sshd_config 5 , 930to enable this cipher. 931Please see 932.Pa /usr/src/crypto/openssh/README.hpn 933for full details. 934.It Va WITHOUT_OPENSSL 935.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru 936Set to not build OpenSSL. 937When set, it also enforces the following options: 938.Pp 939.Bl -item -compact 940.It 941.Va WITHOUT_KERBEROS 942.It 943.Va WITHOUT_KERBEROS_SUPPORT 944.It 945.Va WITHOUT_OPENSSH 946.El 947.Pp 948When set, the following options are also in effect: 949.Pp 950.Bl -inset -compact 951.It Va WITHOUT_GSSAPI 952(unless 953.Va WITH_GSSAPI 954is set explicitly) 955.El 956.It Va WITHOUT_PAM 957.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru 958Set to not build PAM library and modules. 959.Bf -symbolic 960This option is deprecated and does nothing. 961.Ef 962When set, it also enforces the following options: 963.Pp 964.Bl -item -compact 965.It 966.Va WITHOUT_PAM_SUPPORT 967.El 968.It Va WITHOUT_PAM_SUPPORT 969.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru 970Set to build some programs without PAM support, particularly 971.Xr ftpd 8 972and 973.Xr ppp 8 . 974.It Va WITHOUT_PC_SYSINSTALL 975.\" from FreeBSD: head/tools/build/options/WITHOUT_PC_SYSINSTALL 245606 2013-01-18 15:57:09Z eadler 976Set to not build 977.Xr pc-sysinstall 8 978and related programs. 979.It Va WITHOUT_PF 980.\" from FreeBSD: head/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru 981Set to not build PF firewall package. 982When set, it also enforces the following options: 983.Pp 984.Bl -item -compact 985.It 986.Va WITHOUT_AUTHPF 987.El 988.It Va WITHOUT_PKGBOOTSTRAP 989.\" from FreeBSD: head/tools/build/options/WITHOUT_PKGBOOTSTRAP 258924 2013-12-04 15:58:42Z bdrewery 990Set to not build 991.Xr pkg 7 992bootstrap tool. 993.It Va WITHOUT_PMC 994.\" from FreeBSD: head/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam 995Set to not build 996.Xr pmccontrol 8 997and related programs. 998.It Va WITHOUT_PORTSNAP 999.\" from FreeBSD: head/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam 1000Set to not build or install 1001.Xr portsnap 8 1002and related files. 1003.It Va WITHOUT_PPP 1004.\" from FreeBSD: head/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam 1005Set to not build 1006.Xr ppp 8 1007and related programs. 1008.It Va WITHOUT_PROFILE 1009.\" from FreeBSD: head/tools/build/options/WITHOUT_PROFILE 228196 2011-12-02 09:09:54Z fjoe 1010Set to avoid compiling profiled libraries. 1011.It Va WITHOUT_QUOTAS 1012.\" from FreeBSD: head/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam 1013Set to not build 1014.Xr quota 8 1015and related programs. 1016.It Va WITHOUT_RADIUS_SUPPORT 1017.\" from FreeBSD: head/tools/build/options/WITHOUT_RADIUS_SUPPORT 278182 2015-02-04 06:53:45Z ngie 1018Set to not build radius support into various applications, like 1019.Xr pam_radius 8 1020and 1021.Xr ppp 8 . 1022.It Va WITHOUT_RBOOTD 1023.\" from FreeBSD: head/tools/build/options/WITHOUT_RBOOTD 278192 2015-02-04 10:19:32Z ngie 1024Set to not build or install 1025.Xr rbootd 8 . 1026.It Va WITHOUT_RCMDS 1027.\" from FreeBSD: head/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru 1028Disable building of the 1029.Bx 1030r-commands. 1031This includes 1032.Xr rlogin 1 , 1033.Xr rsh 1 , 1034etc. 1035.It Va WITHOUT_RCS 1036.\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 275138 2014-11-26 20:43:09Z gjb 1037Set to not build 1038.Xr rcs 1 , 1039.Xr etcupdate 8 , 1040and related utilities. 1041.It Va WITHOUT_RESCUE 1042.\" from FreeBSD: head/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru 1043Set to not build 1044.Xr rescue 8 . 1045.It Va WITHOUT_ROUTED 1046.\" from FreeBSD: head/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam 1047Set to not build 1048.Xr routed 8 1049utility. 1050.It Va WITHOUT_SENDMAIL 1051.\" from FreeBSD: head/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru 1052Set to not build 1053.Xr sendmail 8 1054and related programs. 1055.It Va WITHOUT_SETUID_LOGIN 1056.\" from FreeBSD: head/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru 1057Set this to disable the installation of 1058.Xr login 1 1059as a set-user-ID root program. 1060.It Va WITHOUT_SHAREDOCS 1061.\" from FreeBSD: head/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru 1062Set to not build the 1063.Bx 4.4 1064legacy docs. 1065.It Va WITH_SHARED_TOOLCHAIN 1066.\" from FreeBSD: head/tools/build/options/WITH_SHARED_TOOLCHAIN 235342 2012-05-12 16:12:36Z gjb 1067Set to build the toolchain binaries shared. 1068The set includes 1069.Xr cc 1 , 1070.Xr make 1 1071and necessary utilities like assembler, linker and library archive manager. 1072.It Va WITH_SORT_THREADS 1073.\" from FreeBSD: head/tools/build/options/WITH_SORT_THREADS 264158 2014-04-05 18:00:45Z imp 1074Set to enable threads in 1075.Xr sort 1 . 1076.It Va WITHOUT_SOURCELESS 1077.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh 1078Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU). 1079When set, it also enforces the following options: 1080.Pp 1081.Bl -item -compact 1082.It 1083.Va WITHOUT_SOURCELESS_HOST 1084.It 1085.Va WITHOUT_SOURCELESS_UCODE 1086.El 1087.It Va WITHOUT_SOURCELESS_HOST 1088.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_HOST 230972 2012-02-04 00:54:43Z rmh 1089Set to not build kernel modules that include sourceless native code for host CPU. 1090.It Va WITHOUT_SOURCELESS_UCODE 1091.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_UCODE 230972 2012-02-04 00:54:43Z rmh 1092Set to not build kernel modules that include sourceless microcode. 1093.It Va WITHOUT_SSP 1094.\" from FreeBSD: head/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru 1095Set to not build world with propolice stack smashing protection. 1096.It Va WITH_SVN 1097.\" from FreeBSD: head/tools/build/options/WITH_SVN 252561 2013-07-03 12:36:47Z zeising 1098Set to install 1099.Xr svnlite 1 1100as 1101.Xr svn 1 . 1102.It Va WITHOUT_SVNLITE 1103.\" from FreeBSD: head/tools/build/options/WITHOUT_SVNLITE 252561 2013-07-03 12:36:47Z zeising 1104Set to not build 1105.Xr svnlite 1 1106and related programs. 1107.It Va WITHOUT_SYMVER 1108.\" from FreeBSD: head/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen 1109Set to disable symbol versioning when building shared libraries. 1110.It Va WITHOUT_SYSCONS 1111.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru 1112Set to not build 1113.Xr syscons 4 1114support files such as keyboard maps, fonts, and screen output maps. 1115.It Va WITHOUT_SYSINSTALL 1116.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSINSTALL 183242 2008-09-21 22:02:26Z sam 1117Set to not build 1118.Xr sysinstall 8 1119and related programs. 1120.It Va WITHOUT_TALK 1121.\" from FreeBSD: head/tools/build/options/WITHOUT_TALK 277676 2015-01-25 04:37:44Z ngie 1122Set to not build or install 1123.Xr talk 1 1124and 1125.Xr talkd 8 . 1126.It Va WITHOUT_TCP_WRAPPERS 1127.\" from FreeBSD: head/tools/build/options/WITHOUT_TCP_WRAPPERS 278192 2015-02-04 10:19:32Z ngie 1128Set to not build or install 1129.Xr tcpd 8 , 1130and related utilities. 1131.It Va WITHOUT_TCSH 1132.\" from FreeBSD: head/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru 1133Set to not build and install 1134.Pa /bin/csh 1135(which is 1136.Xr tcsh 1 ) . 1137.It Va WITHOUT_TELNET 1138.\" from FreeBSD: head/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam 1139Set to not build 1140.Xr telnet 8 1141and related programs. 1142.It Va WITHOUT_TESTS 1143.\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS 268778 2014-07-16 21:40:11Z jmmv 1144Set to not build nor install the 1145.Fx 1146Test Suite in 1147.Pa /usr/tests/ . 1148See 1149.Xr tests 7 1150for more details. 1151This also disables the build of all test-related dependencies, including ATF. 1152When set, it also enforces the following options: 1153.Pp 1154.Bl -item -compact 1155.It 1156.Va WITHOUT_TESTS_SUPPORT 1157.El 1158.It Va WITHOUT_TESTS_SUPPORT 1159.\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS_SUPPORT 274665 2014-11-18 17:06:50Z imp 1160Set to disables the build of all test-related dependencies, including ATF. 1161.It Va WITHOUT_TEXTPROC 1162.\" from FreeBSD: head/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam 1163Set to not build 1164programs used for text processing. 1165When set, it also enforces the following options: 1166.Pp 1167.Bl -item -compact 1168.It 1169.Va WITHOUT_GROFF 1170.El 1171.It Va WITHOUT_TFTP 1172.\" from FreeBSD: head/tools/build/options/WITHOUT_TFTP 278192 2015-02-04 10:19:32Z ngie 1173Set to not build or install 1174.Xr tftp 1 1175and 1176.Xr tftpd 8 . 1177.It Va WITHOUT_TIMED 1178.\" from FreeBSD: head/tools/build/options/WITHOUT_TIMED 278192 2015-02-04 10:19:32Z ngie 1179Set to not build or install 1180.Xr timed 8 . 1181.It Va WITHOUT_TOOLCHAIN 1182.\" from FreeBSD: head/tools/build/options/WITHOUT_TOOLCHAIN 273172 2014-10-16 15:55:13Z brooks 1183Set to not install header or 1184programs used for program development, 1185compilers, debuggers etc. 1186.Bf -symbolic 1187The option does not work for build targets. 1188.Ef 1189When set, it also enforces the following options: 1190.Pp 1191.Bl -item -compact 1192.It 1193.Va WITHOUT_BINUTILS 1194.It 1195.Va WITHOUT_CLANG 1196.It 1197.Va WITHOUT_CLANG_EXTRAS 1198.It 1199.Va WITHOUT_CLANG_FULL 1200.It 1201.Va WITHOUT_GCC 1202.It 1203.Va WITHOUT_GDB 1204.It 1205.Va WITHOUT_INCLUDES 1206.El 1207.It Va WITHOUT_UNBOUND 1208.\" from FreeBSD: head/tools/build/options/WITHOUT_UNBOUND 255597 2013-09-15 14:51:23Z des 1209Set to not build 1210.Xr unbound 8 1211and related programs. 1212.It Va WITHOUT_USB 1213.\" from FreeBSD: head/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru 1214Set to not build USB-related programs and libraries. 1215.It Va WITHOUT_USB_GADGET_EXAMPLES 1216.\" from FreeBSD: head/tools/build/options/WITHOUT_USB_GADGET_EXAMPLES 274665 2014-11-18 17:06:50Z imp 1217Set to build USB gadget kernel modules. 1218.It Va WITHOUT_UTMPX 1219.\" from FreeBSD: head/tools/build/options/WITHOUT_UTMPX 231530 2012-02-11 20:28:42Z ed 1220Set to not build user accounting tools such as 1221.Xr last 1 , 1222.Xr users 1 , 1223.Xr who 1 , 1224.Xr ac 8 , 1225.Xr lastlogin 8 1226and 1227.Xr utx 8 . 1228.It Va WITHOUT_VI 1229.\" from FreeBSD: head/tools/build/options/WITHOUT_VI 264903 2014-04-24 23:17:40Z imp 1230Set to not build and install vi, view, ex and related programs. 1231.It Va WITHOUT_VT 1232.\" from FreeBSD: head/tools/build/options/WITHOUT_VT 268022 2014-06-30 00:20:12Z emaste 1233Set to not build 1234.Xr vt 4 1235support files (fonts and keymaps). 1236.It Va WITHOUT_WARNS 1237.\" from FreeBSD: head/tools/build/options/WITHOUT_WARNS 276559 2015-01-02 18:57:58Z bapt 1238Set this to not add warning flags to the compiler invocations. 1239Useful as a temporary workaround when code enters the tree 1240which triggers warnings in environments that differ from the 1241original developer. 1242.It Va WITHOUT_WIRELESS 1243.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam 1244Set to not build programs used for 802.11 wireless networks; especially 1245.Xr wpa_supplicant 8 1246and 1247.Xr hostapd 8 . 1248When set, it also enforces the following options: 1249.Pp 1250.Bl -item -compact 1251.It 1252.Va WITHOUT_WIRELESS_SUPPORT 1253.El 1254.It Va WITHOUT_WIRELESS_SUPPORT 1255.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam 1256Set to build libraries, programs, and kernel modules without 1257802.11 wireless support. 1258.It Va WITHOUT_WPA_SUPPLICANT_EAPOL 1259.\" from FreeBSD: head/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru 1260Build 1261.Xr wpa_supplicant 8 1262without support for the IEEE 802.1X protocol and without 1263support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS 1264protocols (usable only via 802.1X). 1265.It Va WITHOUT_ZFS 1266.\" from FreeBSD: head/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd 1267Set to not build ZFS file system. 1268.It Va WITHOUT_ZONEINFO 1269.\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 235342 2012-05-12 16:12:36Z gjb 1270Set to not build the timezone database. 1271.El 1272.Sh FILES 1273.Bl -tag -compact -width Pa 1274.It Pa /etc/src.conf 1275.It Pa /usr/share/mk/bsd.own.mk 1276.El 1277.Sh SEE ALSO 1278.Xr make 1 , 1279.Xr make.conf 5 , 1280.Xr build 7 , 1281.Xr ports 7 1282.Sh HISTORY 1283The 1284.Nm 1285file appeared in 1286.Fx 7.0 . 1287.Sh AUTHORS 1288This manual page was autogenerated. 1289