1.\" DO NOT EDIT-- this file is automatically generated. 2.\" from FreeBSD: head/tools/build/options/makeman 236279 2012-05-30 02:37:20Z gjb 3.\" $FreeBSD$ 4.Dd February 15, 2013 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 WITH_ARM_EABI 104.\" from FreeBSD: head/tools/build/options/WITH_ARM_EABI 245539 2013-01-17 05:56:28Z andrew 105Set the ARM ABI to EABI. 106.It Va WITHOUT_ASSERT_DEBUG 107.\" from FreeBSD: head/tools/build/options/WITHOUT_ASSERT_DEBUG 162215 2006-09-11 13:55:27Z ru 108Set to compile programs and libraries without the 109.Xr assert 3 110checks. 111.It Va WITHOUT_AT 112.\" from FreeBSD: head/tools/build/options/WITHOUT_AT 183242 2008-09-21 22:02:26Z sam 113Set to not build 114.Xr at 1 115and related utilities. 116.It Va WITHOUT_ATF 117.\" from FreeBSD: head/tools/build/options/WITHOUT_ATF 241823 2012-10-22 01:18:41Z marcel 118Set to not build programs and libraries related to the ATF testing framework. 119.It Va WITHOUT_ATM 120.\" from FreeBSD: head/tools/build/options/WITHOUT_ATM 156932 2006-03-21 07:50:50Z ru 121Set to not build 122programs and libraries related to ATM networking. 123.It Va WITHOUT_AUDIT 124.\" from FreeBSD: head/tools/build/options/WITHOUT_AUDIT 156932 2006-03-21 07:50:50Z ru 125Set to not build audit support into system programs. 126.It Va WITHOUT_AUTHPF 127.\" from FreeBSD: head/tools/build/options/WITHOUT_AUTHPF 156932 2006-03-21 07:50:50Z ru 128Set to not build 129.Xr authpf 8 . 130.It Va WITHOUT_BIND 131.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND 156932 2006-03-21 07:50:50Z ru 132Setting this variable will prevent any part of BIND from being built. 133When set, it also enforces the following options: 134.Pp 135.Bl -item -compact 136.It 137.Va WITHOUT_BIND_DNSSEC 138.It 139.Va WITHOUT_BIND_ETC 140.It 141.Va WITHOUT_BIND_LIBS 142.It 143.Va WITHOUT_BIND_LIBS_LWRES 144.It 145.Va WITHOUT_BIND_MTREE 146.It 147.Va WITHOUT_BIND_NAMED 148.It 149.Va WITHOUT_BIND_UTILS 150.El 151.It Va WITHOUT_BIND_DNSSEC 152.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_DNSSEC 156932 2006-03-21 07:50:50Z ru 153Set to avoid building or installing the DNSSEC related binaries, 154.Xr dnssec-keygen 8 155and 156.Xr dnssec-signzone 8 . 157.It Va WITHOUT_BIND_ETC 158.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_ETC 156932 2006-03-21 07:50:50Z ru 159Set to avoid installing the default files to 160.Pa /var/named/etc/namedb . 161.It Va WITH_BIND_IDN 162.\" from FreeBSD: head/tools/build/options/WITH_BIND_IDN 193280 2009-06-01 21:58:59Z dougb 163Set to enable IDN support for dig, host, and nslookup. 164This requires ports/dns/idnkit to be installed in /usr/local. 165.It Va WITH_BIND_LARGE_FILE 166.\" from FreeBSD: head/tools/build/options/WITH_BIND_LARGE_FILE 193280 2009-06-01 21:58:59Z dougb 167Set to enable 64-bit file support. 168.It Va WITH_BIND_LIBS 169.\" from FreeBSD: head/tools/build/options/WITH_BIND_LIBS 193280 2009-06-01 21:58:59Z dougb 170Set to install BIND libraries and include files. 171.It Va WITHOUT_BIND_LIBS_LWRES 172.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_LIBS_LWRES 156932 2006-03-21 07:50:50Z ru 173Set to avoid installing the lightweight resolver library in 174.Pa /usr/lib . 175.It Va WITHOUT_BIND_MTREE 176.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_MTREE 157717 2006-04-13 10:37:29Z ru 177Set to avoid running 178.Xr mtree 8 179to create the chroot directory structure under 180.Pa /var/named , 181and avoid creating an 182.Pa /etc/namedb 183symlink to the chroot directory. 184When set, it also enforces the following options: 185.Pp 186.Bl -item -compact 187.It 188.Va WITHOUT_BIND_ETC 189.El 190.It Va WITHOUT_BIND_NAMED 191.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_NAMED 156932 2006-03-21 07:50:50Z ru 192Set to avoid building or installing 193.Xr named 8 , 194.Xr named.reload 8 , 195.Xr named-checkconf 8 , 196.Xr named-checkzone 8 , 197.Xr rndc 8 , 198and 199.Xr rndc-confgen 8 . 200.It Va WITH_BIND_SIGCHASE 201.\" from FreeBSD: head/tools/build/options/WITH_BIND_SIGCHASE 193280 2009-06-01 21:58:59Z dougb 202Set to enable DNSSEC validation support for dig, host, and nslookup. 203.It Va WITHOUT_BIND_UTILS 204.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_UTILS 156932 2006-03-21 07:50:50Z ru 205Set to avoid building or installing the BIND userland utilities, 206.Xr dig 1 , 207.Xr host 1 , 208.Xr nslookup 1 , 209and 210.Xr nsupdate 8 . 211.It Va WITH_BIND_XML 212.\" from FreeBSD: head/tools/build/options/WITH_BIND_XML 193280 2009-06-01 21:58:59Z dougb 213Set to enable the http statistics interface for named. 214This requires ports/textproc/libxml2 to be installed in /usr/local. 215.It Va WITHOUT_BINUTILS 216.\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS 235342 2012-05-12 16:12:36Z gjb 217Set to not install binutils (as, c++-filt, gconv, gnu-ar, gnu-randlib, 218ld, nm, objcopy, objdump, readelf, size and strip). 219.Bf -symbolic 220The option does not generally work for build targets, unless some alternative 221toolchain is enabled. 222.Ef 223.It Va WITHOUT_BLUETOOTH 224.\" from FreeBSD: head/tools/build/options/WITHOUT_BLUETOOTH 156932 2006-03-21 07:50:50Z ru 225Set to not build Bluetooth related kernel modules, programs and libraries. 226.It Va WITH_BMAKE 227.\" from FreeBSD: head/tools/build/options/WITH_BMAKE 241279 2012-10-06 19:19:21Z marcel 228Build and install the portable BSD make (bmake) as 229.Xr make 1 230instead of the traditional FreeBSD make. 231This build option is temporary. 232It allows developers to switch to bmake in order to work out any remaining 233kinks or issues. 234This option will be removed in due time. 235.It Va WITHOUT_BOOT 236.\" from FreeBSD: head/tools/build/options/WITHOUT_BOOT 156932 2006-03-21 07:50:50Z ru 237Set to not build the boot blocks and loader. 238.It Va WITH_BSDCONFIG 239.\" from FreeBSD: head/tools/build/options/WITH_BSDCONFIG 238448 2012-07-14 10:17:47Z zeising 240Set to install bsdconfig(8), a BSD-licensed configuration/management utility. 241.It Va WITHOUT_BSD_CPIO 242.\" from FreeBSD: head/tools/build/options/WITHOUT_BSD_CPIO 179813 2008-06-16 05:48:15Z dougb 243Set to not build the BSD licensed version of cpio based on 244.Xr libarchive 3 . 245.It Va WITH_BSD_GREP 246.\" from FreeBSD: head/tools/build/options/WITH_BSD_GREP 222273 2011-05-25 01:04:12Z obrien 247Install BSD-licensed grep as '[ef]grep' instead of GNU grep. 248.It Va WITH_BSD_PATCH 249.\" from FreeBSD: head/tools/build/options/WITH_BSD_PATCH 246074 2013-01-29 17:03:18Z gabor 250Install BSD-licensed patch as 'patch' instead of GNU patch. 251.It Va WITHOUT_BSNMP 252.\" from FreeBSD: head/tools/build/options/WITHOUT_BSNMP 183306 2008-09-23 16:15:42Z sam 253Set to not build or install 254.Xr bsnmpd 1 255and related libraries and data files. 256.It Va WITHOUT_BZIP2 257.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2 174550 2007-12-12 16:43:17Z ru 258Set to not build contributed bzip2 software as a part of the base system. 259.Bf -symbolic 260The option has no effect yet. 261.Ef 262When set, it also enforces the following options: 263.Pp 264.Bl -item -compact 265.It 266.Va WITHOUT_BZIP2_SUPPORT 267.El 268.It Va WITHOUT_BZIP2_SUPPORT 269.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2_SUPPORT 166255 2007-01-26 10:19:08Z delphij 270Set to build some programs without optional bzip2 support. 271.It Va WITHOUT_CALENDAR 272.\" from FreeBSD: head/tools/build/options/WITHOUT_CALENDAR 156932 2006-03-21 07:50:50Z ru 273Set to not build 274.Xr calendar 1 . 275.It Va WITHOUT_CAPSICUM 276.\" from FreeBSD: head/tools/build/options/WITHOUT_CAPSICUM 229319 2012-01-02 21:57:58Z rwatson 277Set to not build Capsicum support into system programs. 278.It Va WITHOUT_CDDL 279.\" from FreeBSD: head/tools/build/options/WITHOUT_CDDL 163861 2006-11-01 09:02:11Z jb 280Set to not build code licensed under Sun's CDDL. 281When set, it also enforces the following options: 282.Pp 283.Bl -item -compact 284.It 285.Va WITHOUT_CTF 286.It 287.Va WITHOUT_ZFS 288.El 289.It Va WITHOUT_CLANG 290.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG 208971 2010-06-10 06:20:26Z ed 291Set to not build the Clang C/C++ compiler. 292.Pp 293It is a default setting on 294arm/armeb, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64. 295When set, it also enforces the following options: 296.Pp 297.Bl -item -compact 298.It 299.Va WITHOUT_CLANG_EXTRAS 300.It 301.Va WITHOUT_CLANG_FULL 302.It 303.Va WITHOUT_CLANG_IS_CC 304.El 305.It Va WITH_CLANG_EXTRAS 306.\" from FreeBSD: head/tools/build/options/WITH_CLANG_EXTRAS 231057 2012-02-05 23:56:22Z dim 307Set to build additional clang and llvm tools, such as bugpoint. 308.It Va WITHOUT_CLANG_FULL 309.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_FULL 246259 2013-02-02 22:28:29Z dim 310Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of 311the Clang C/C++ compiler. 312.Pp 313It is a default setting on 314arm/arm, arm/armeb, arm/armv6, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64. 315.It Va WITH_CLANG_FULL 316.\" from FreeBSD: head/tools/build/options/WITH_CLANG_FULL 246259 2013-02-02 22:28:29Z dim 317Set to build the ARCMigrate, Rewriter and StaticAnalyzer components of the 318Clang C/C++ compiler. 319.Pp 320It is a default setting on 321amd64/amd64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64. 322.It Va WITHOUT_CLANG_IS_CC 323.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_IS_CC 242629 2012-11-05 21:53:23Z brooks 324Set to install the GCC compiler as 325.Pa /usr/bin/cc , 326.Pa /usr/bin/c++ 327and 328.Pa /usr/bin/cpp . 329.Pp 330It is a default setting on 331arm/arm, arm/armeb, arm/armv6, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 332.It Va WITH_CLANG_IS_CC 333.\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 235342 2012-05-12 16:12:36Z gjb 334Set to install the Clang C/C++ compiler as 335.Pa /usr/bin/cc , 336.Pa /usr/bin/c++ 337and 338.Pa /usr/bin/cpp . 339.Pp 340It is a default setting on 341amd64/amd64, i386/i386 and pc98/i386. 342.It Va WITHOUT_CPP 343.\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru 344Set to not build 345.Xr cpp 1 . 346.It Va WITHOUT_CRYPT 347.\" from FreeBSD: head/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru 348Set to not build any crypto code. 349When set, it also enforces the following options: 350.Pp 351.Bl -item -compact 352.It 353.Va WITHOUT_KERBEROS 354.It 355.Va WITHOUT_KERBEROS_SUPPORT 356.It 357.Va WITHOUT_OPENSSH 358.It 359.Va WITHOUT_OPENSSL 360.El 361.Pp 362When set, the following options are also in effect: 363.Pp 364.Bl -inset -compact 365.It Va WITHOUT_GSSAPI 366(unless 367.Va WITH_GSSAPI 368is set explicitly) 369.El 370.It Va WITH_CTF 371.\" from FreeBSD: head/tools/build/options/WITH_CTF 228159 2011-11-30 18:22:44Z fjoe 372Set to compile with CTF (Compact C Type Format) data. 373CTF data encapsulates a reduced form of debugging information 374similar to DWARF and the venerable stabs and is required for DTrace. 375.It Va WITHOUT_CTM 376.\" from FreeBSD: head/tools/build/options/WITHOUT_CTM 183242 2008-09-21 22:02:26Z sam 377Set to not build 378.Xr ctm 1 379and related utilities. 380.It Va WITHOUT_CVS 381.\" from FreeBSD: head/tools/build/options/WITHOUT_CVS 156932 2006-03-21 07:50:50Z ru 382Set to not build CVS. 383.It Va WITHOUT_CXX 384.\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 220402 2011-04-06 20:19:07Z uqs 385Set to not build 386.Xr g++ 1 387and related libraries. 388It will also prevent building of 389.Xr gperf 1 390and 391.Xr devd 8 . 392When set, it also enforces the following options: 393.Pp 394.Bl -item -compact 395.It 396.Va WITHOUT_CLANG 397.It 398.Va WITHOUT_CLANG_EXTRAS 399.It 400.Va WITHOUT_CLANG_FULL 401.It 402.Va WITHOUT_CLANG_IS_CC 403.It 404.Va WITHOUT_GROFF 405.El 406.It Va WITHOUT_DICT 407.\" from FreeBSD: head/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru 408Set to not build the Webster dictionary files. 409.It Va WITHOUT_DYNAMICROOT 410.\" from FreeBSD: head/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru 411Set this if you do not want to link 412.Pa /bin 413and 414.Pa /sbin 415dynamically. 416.It Va WITHOUT_ED_CRYPTO 417.\" from FreeBSD: head/tools/build/options/WITHOUT_ED_CRYPTO 235660 2012-05-19 20:05:27Z marcel 418Set to build 419.Xr ed 1 420without support for encryption/decryption. 421.It Va WITHOUT_EXAMPLES 422.\" from FreeBSD: head/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru 423Set to avoid installing examples to 424.Pa /usr/share/examples/ . 425.It Va WITHOUT_FDT 426.\" from FreeBSD: head/tools/build/options/WITHOUT_FDT 221539 2011-05-06 19:10:27Z ru 427Set to not build Flattened Device Tree support as part of the base system. 428This includes the device tree compiler (dtc) and libfdt support library. 429.Pp 430It is a default setting on 431amd64/amd64, i386/i386, ia64/ia64, pc98/i386 and sparc64/sparc64. 432.It Va WITHOUT_FLOPPY 433.\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru 434Set to not build or install programs 435for operating floppy disk driver. 436.It Va WITHOUT_FORTH 437.\" from FreeBSD: head/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru 438Set to build bootloaders without Forth support. 439.It Va WITHOUT_FP_LIBC 440.\" from FreeBSD: head/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru 441Set to build 442.Nm libc 443without floating-point support. 444.It Va WITHOUT_FREEBSD_UPDATE 445.\" from FreeBSD: head/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam 446Set to not build 447.Xr freebsd-update 8 . 448.It Va WITHOUT_GAMES 449.\" from FreeBSD: head/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru 450Set to not build games. 451.It Va WITHOUT_GCC 452.\" from FreeBSD: head/tools/build/options/WITHOUT_GCC 222090 2011-05-19 05:13:25Z imp 453Set to not install gcc and g++. 454.Bf -symbolic 455The option does not generally work for build targets, unless some alternative 456toolchain is enabled. 457.Ef 458.It Va WITHOUT_GCOV 459.\" from FreeBSD: head/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru 460Set to not build the 461.Xr gcov 1 462tool. 463.It Va WITHOUT_GDB 464.\" from FreeBSD: head/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru 465Set to not build 466.Xr gdb 1 . 467.It Va WITHOUT_GNU 468.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru 469Set to not build contributed GNU software as a part of the base system. 470This option can be useful if the system built must not contain any code 471covered by the GNU Public License due to legal reasons. 472.Bf -symbolic 473The option has no effect yet. 474.Ef 475When set, it also enforces the following options: 476.Pp 477.Bl -item -compact 478.It 479.Va WITHOUT_GNU_SUPPORT 480.El 481.It Va WITHOUT_GNU_SUPPORT 482.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru 483Set to build some programs without optional GNU support. 484.It Va WITHOUT_GPIB 485.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIB 156932 2006-03-21 07:50:50Z ru 486Set to not build GPIB bus support. 487.It Va WITHOUT_GPIO 488.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIO 228081 2011-11-28 17:54:34Z dim 489Set to not build 490.Xr gpioctl 8 491as part of the base system. 492.It Va WITH_GPL_DTC 493.\" from FreeBSD: head/tools/build/options/WITH_GPL_DTC 246262 2013-02-02 22:42:46Z dim 494Set to build the GPL'd version of the device tree compiler from elinux.org, 495instead of the BSD licensed one. 496.It Va WITHOUT_GROFF 497.\" from FreeBSD: head/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs 498Set to not build 499.Xr groff 1 500and 501.Xr vgrind 1 . 502You should consider installing the textproc/groff port to not break 503.Xr man 1 . 504.It Va WITHOUT_GSSAPI 505.\" from FreeBSD: head/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru 506Set to not build libgssapi. 507.It Va WITH_HESIOD 508.\" from FreeBSD: head/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru 509Set to build Hesiod support. 510.It Va WITHOUT_HTML 511.\" from FreeBSD: head/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru 512Set to not build HTML docs. 513.It Va WITH_ICONV 514.\" from FreeBSD: head/tools/build/options/WITH_ICONV 219020 2011-02-25 00:10:26Z gabor 515Set to build iconv as part of libc. 516.It Va WITH_IDEA 517.\" from FreeBSD: head/tools/build/options/WITH_IDEA 156932 2006-03-21 07:50:50Z ru 518Set to build the IDEA encryption code. 519This code is patented in the USA and many European countries. 520It is 521.Em "YOUR RESPONSIBILITY" 522to determine if you can legally use IDEA. 523.It Va WITHOUT_INET 524.\" from FreeBSD: head/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz 525Set to not build programs and libraries related to IPv4 networking. 526When set, it also enforces the following options: 527.Pp 528.Bl -item -compact 529.It 530.Va WITHOUT_INET_SUPPORT 531.El 532.It Va WITHOUT_INET6 533.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru 534Set to not build 535programs and libraries related to IPv6 networking. 536When set, it also enforces the following options: 537.Pp 538.Bl -item -compact 539.It 540.Va WITHOUT_INET6_SUPPORT 541.El 542.It Va WITHOUT_INET6_SUPPORT 543.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru 544Set to build libraries, programs, and kernel modules without IPv6 support. 545.It Va WITHOUT_INET_SUPPORT 546.\" from FreeBSD: head/tools/build/options/WITHOUT_INET_SUPPORT 221266 2011-04-30 17:58:28Z bz 547Set to build libraries, programs, and kernel modules without IPv4 support. 548.It Va WITHOUT_INFO 549.\" from FreeBSD: head/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru 550Set to not make or install 551.Xr info 5 552files. 553.It Va WITHOUT_INSTALLLIB 554.\" from FreeBSD: head/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb 555Set this if you do not want to install optional libraries. 556For example when creating a 557.Xr nanobsd 8 558image. 559.It Va WITH_INSTALL_AS_USER 560.\" from FreeBSD: head/tools/build/options/WITH_INSTALL_AS_USER 238021 2012-07-02 20:24:01Z marcel 561Set to make install targets succeed for non-root users by installing 562files with owner and group attributes set to that of the user running 563the 564.Xr make 1 565command. 566The user still has to set the 567.Va DESTDIR 568variable to point to a directory where the user has write permissions. 569.It Va WITHOUT_IPFILTER 570.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru 571Set to not build IP Filter package. 572.It Va WITHOUT_IPFW 573.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam 574Set to not build IPFW tools. 575.It Va WITHOUT_IPX 576.\" from FreeBSD: head/tools/build/options/WITHOUT_IPX 156932 2006-03-21 07:50:50Z ru 577Set to not build programs and libraries related to IPX networking. 578When set, it also enforces the following options: 579.Pp 580.Bl -item -compact 581.It 582.Va WITHOUT_IPX_SUPPORT 583.El 584.It Va WITHOUT_IPX_SUPPORT 585.\" from FreeBSD: head/tools/build/options/WITHOUT_IPX_SUPPORT 156932 2006-03-21 07:50:50Z ru 586Set to build some programs without IPX support. 587.It Va WITHOUT_JAIL 588.\" from FreeBSD: head/tools/build/options/WITHOUT_JAIL 183242 2008-09-21 22:02:26Z sam 589Set to not build tools for the support of jails; e.g. 590.Xr jail 8 . 591.It Va WITHOUT_KDUMP 592.\" from FreeBSD: head/tools/build/options/WITHOUT_KDUMP 240690 2012-09-19 11:38:37Z zeising 593Set to not build 594.Xr kdump 1 595and 596.Xr truss 1 . 597.It Va WITHOUT_KERBEROS 598.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru 599Set this if you do not want to build Kerberos 5 (KTH Heimdal). 600When set, it also enforces the following options: 601.Pp 602.Bl -item -compact 603.It 604.Va WITHOUT_KERBEROS_SUPPORT 605.El 606.Pp 607When set, the following options are also in effect: 608.Pp 609.Bl -inset -compact 610.It Va WITHOUT_GSSAPI 611(unless 612.Va WITH_GSSAPI 613is set explicitly) 614.El 615.It Va WITHOUT_KERBEROS_SUPPORT 616.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS_SUPPORT 156932 2006-03-21 07:50:50Z ru 617Set to build some programs without Kerberos support, like 618.Xr cvs 1 , 619.Xr ssh 1 , 620.Xr telnet 1 , 621.Xr sshd 8 , 622and 623.Xr telnetd 8 . 624.It Va WITHOUT_KERNEL_SYMBOLS 625.\" from FreeBSD: head/tools/build/options/WITHOUT_KERNEL_SYMBOLS 222189 2011-05-22 18:23:17Z imp 626Set to not install kernel symbol files. 627.Bf -symbolic 628This option is recommended for those people who have small root partitions. 629.Ef 630.It Va WITHOUT_KVM 631.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru 632Set to not build the 633.Nm libkvm 634library as a part of the base system. 635.Bf -symbolic 636The option has no effect yet. 637.Ef 638When set, it also enforces the following options: 639.Pp 640.Bl -item -compact 641.It 642.Va WITHOUT_KVM_SUPPORT 643.El 644.It Va WITHOUT_KVM_SUPPORT 645.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin 646Set to build some programs without optional 647.Nm libkvm 648support. 649.It Va WITHOUT_LDNS 650.\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS 246827 2013-02-15 13:44:18Z des 651Setting this variable will prevent LDNS from being built. 652When set, it also enforces the following options: 653.Pp 654.Bl -item -compact 655.It 656.Va WITHOUT_LDNS_UTILS 657.El 658.It Va WITH_LDNS_UTILS 659.\" from FreeBSD: head/tools/build/options/WITH_LDNS_UTILS 246830 2013-02-15 13:57:51Z des 660Setting this variable will enable the LDNS-based versions of 661.Xr dig 1 662and 663.Xr host 1 . 664When set, the following options are also in effect: 665.Pp 666.Bl -inset -compact 667.It Va WITHOUT_BIND_UTILS 668.El 669.It Va WITHOUT_LEGACY_CONSOLE 670.\" from FreeBSD: head/tools/build/options/WITHOUT_LEGACY_CONSOLE 183242 2008-09-21 22:02:26Z sam 671Set to not build programs that support a legacy PC console; e.g. 672.Xr kbdcontrol 8 673and 674.Xr vidcontrol 8 . 675.It Va WITHOUT_LIB32 676.\" from FreeBSD: head/tools/build/options/WITHOUT_LIB32 156932 2006-03-21 07:50:50Z ru 677On amd64, set to not build 32-bit library set and a 678.Nm ld-elf32.so.1 679runtime linker. 680.It Va WITHOUT_LIBCPLUSPLUS 681.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBCPLUSPLUS 246262 2013-02-02 22:42:46Z dim 682Set to avoid building libcxxrt and libc++. 683.It Va WITHOUT_LIBPTHREAD 684.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm 685Set to not build the 686.Nm libpthread 687providing library, 688.Nm libthr . 689When set, it also enforces the following options: 690.Pp 691.Bl -item -compact 692.It 693.Va WITHOUT_BIND 694.It 695.Va WITHOUT_BIND_DNSSEC 696.It 697.Va WITHOUT_BIND_ETC 698.It 699.Va WITHOUT_BIND_LIBS 700.It 701.Va WITHOUT_BIND_LIBS_LWRES 702.It 703.Va WITHOUT_BIND_MTREE 704.It 705.Va WITHOUT_BIND_NAMED 706.It 707.Va WITHOUT_BIND_UTILS 708.It 709.Va WITHOUT_LIBTHR 710.El 711.It Va WITHOUT_LIBTHR 712.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru 713Set to not build the 714.Nm libthr 715(1:1 threading) 716library. 717When set, it also enforces the following options: 718.Pp 719.Bl -item -compact 720.It 721.Va WITHOUT_BIND 722.It 723.Va WITHOUT_BIND_DNSSEC 724.It 725.Va WITHOUT_BIND_ETC 726.It 727.Va WITHOUT_BIND_LIBS 728.It 729.Va WITHOUT_BIND_LIBS_LWRES 730.It 731.Va WITHOUT_BIND_MTREE 732.It 733.Va WITHOUT_BIND_NAMED 734.It 735.Va WITHOUT_BIND_UTILS 736.El 737.It Va WITHOUT_LOCALES 738.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru 739Set to not build localization files; see 740.Xr locale 1 . 741.It Va WITHOUT_LOCATE 742.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam 743Set to not build 744.Xr locate 1 745and related programs. 746.It Va WITHOUT_LPR 747.\" from FreeBSD: head/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru 748Set to not build 749.Xr lpr 1 750and related programs. 751.It Va WITHOUT_LS_COLORS 752.\" from FreeBSD: head/tools/build/options/WITHOUT_LS_COLORS 235660 2012-05-19 20:05:27Z marcel 753Set to build 754.Xr ls 1 755without support for colors to distinguish file types. 756.It Va WITHOUT_MAIL 757.\" from FreeBSD: head/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam 758Set to not build any mail support (MUA or MTA). 759When set, it also enforces the following options: 760.Pp 761.Bl -item -compact 762.It 763.Va WITHOUT_MAILWRAPPER 764.It 765.Va WITHOUT_SENDMAIL 766.El 767.It Va WITHOUT_MAILWRAPPER 768.\" from FreeBSD: head/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru 769Set to not build the 770.Xr mailwrapper 8 771MTA selector. 772.It Va WITHOUT_MAKE 773.\" from FreeBSD: head/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam 774Set to not install 775.Xr make 1 776and related support files. 777.It Va WITHOUT_MAN 778.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru 779Set to not build manual pages. 780When set, the following options are also in effect: 781.Pp 782.Bl -inset -compact 783.It Va WITHOUT_MAN_UTILS 784(unless 785.Va WITH_MAN_UTILS 786is set explicitly) 787.El 788.It Va WITHOUT_MAN_UTILS 789.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim 790Set to not build utilities for manual pages, 791.Xr apropos 1 , 792.Xr catman 1 , 793.Xr makewhatis 1 , 794.Xr man 1 , 795.Xr whatis 1 , 796.Xr manctl 8 , 797and related support files. 798.It Va WITH_NAND 799.\" from FreeBSD: head/tools/build/options/WITH_NAND 235537 2012-05-17 10:11:18Z gber 800Set to build the NAND Flash components. 801.It Va WITHOUT_NDIS 802.\" from FreeBSD: head/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam 803Set to not build programs and libraries 804related to NDIS emulation support. 805.It Va WITHOUT_NETCAT 806.\" from FreeBSD: head/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru 807Set to not build 808.Xr nc 1 809utility. 810.It Va WITHOUT_NETGRAPH 811.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam 812Set to not build applications to support 813.Xr netgraph 4 . 814When set, it also enforces the following options: 815.Pp 816.Bl -item -compact 817.It 818.Va WITHOUT_ATM 819.It 820.Va WITHOUT_BLUETOOTH 821.It 822.Va WITHOUT_NETGRAPH_SUPPORT 823.El 824.It Va WITHOUT_NETGRAPH_SUPPORT 825.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam 826Set to build libraries, programs, and kernel modules without netgraph support. 827.It Va WITHOUT_NIS 828.\" from FreeBSD: head/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru 829Set to not build 830.Xr NIS 8 831support and related programs. 832If set, you might need to adopt your 833.Xr nsswitch.conf 5 834and remove 835.Sq nis 836entries. 837.It Va WITHOUT_NLS 838.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru 839Set to not build NLS catalogs. 840.It Va WITHOUT_NLS_CATALOGS 841.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru 842Set to not build NLS catalog support for 843.Xr csh 1 . 844.It Va WITH_NMTREE 845.\" from FreeBSD: head/tools/build/options/WITH_NMTREE 245435 2013-01-14 20:38:32Z brooks 846Set to install 847.Xr nmtree 8 848as 849.Xr mtree 8 . 850By default 851.Xr fmtree 8 852is installed as 853.Xr mtree 8 . 854.It Va WITHOUT_NS_CACHING 855.\" from FreeBSD: head/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru 856Set to disable name caching in the 857.Pa nsswitch 858subsystem. 859The generic caching daemon, 860.Xr nscd 8 , 861will not be built either if this option is set. 862.It Va WITHOUT_NTP 863.\" from FreeBSD: head/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam 864Set to not build 865.Xr ntpd 8 866and related programs. 867.It Va WITH_OFED 868.\" from FreeBSD: head/tools/build/options/WITH_OFED 228081 2011-11-28 17:54:34Z dim 869Set to build the 870.Dq "OpenFabrics Enterprise Distribution" 871Infiniband software stack. 872.It Va WITHOUT_OPENSSH 873.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru 874Set to not build OpenSSH. 875.It Va WITH_OPENSSH_NONE_CIPHER 876.\" from FreeBSD: head/tools/build/options/WITH_OPENSSH_NONE_CIPHER 245527 2013-01-17 01:51:04Z bz 877Set to include the "None" cipher support in OpenSSH and its libraries. 878Additional adjustments may need to be done to system configuration 879files, such as 880.Xr sshd_config 5 , 881to enable this cipher. 882Please see 883.Pa /usr/src/crypto/openssh/README.hpn 884for full details. 885.It Va WITHOUT_OPENSSL 886.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru 887Set to not build OpenSSL. 888When set, it also enforces the following options: 889.Pp 890.Bl -item -compact 891.It 892.Va WITHOUT_KERBEROS 893.It 894.Va WITHOUT_KERBEROS_SUPPORT 895.It 896.Va WITHOUT_OPENSSH 897.El 898.Pp 899When set, the following options are also in effect: 900.Pp 901.Bl -inset -compact 902.It Va WITHOUT_GSSAPI 903(unless 904.Va WITH_GSSAPI 905is set explicitly) 906.El 907.It Va WITHOUT_PAM 908.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru 909Set to not build PAM library and modules. 910.Bf -symbolic 911This option is deprecated and does nothing. 912.Ef 913When set, it also enforces the following options: 914.Pp 915.Bl -item -compact 916.It 917.Va WITHOUT_PAM_SUPPORT 918.El 919.It Va WITHOUT_PAM_SUPPORT 920.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru 921Set to build some programs without PAM support, particularly 922.Xr ftpd 8 923and 924.Xr ppp 8 . 925.It Va WITHOUT_PC_SYSINSTALL 926.\" from FreeBSD: head/tools/build/options/WITHOUT_PC_SYSINSTALL 245606 2013-01-18 15:57:09Z eadler 927Set to not build 928.Xr pc-sysinstall 8 929and related programs. 930.It Va WITHOUT_PF 931.\" from FreeBSD: head/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru 932Set to not build PF firewall package. 933When set, it also enforces the following options: 934.Pp 935.Bl -item -compact 936.It 937.Va WITHOUT_AUTHPF 938.El 939.It Va WITHOUT_PKGBOOTSTRAP 940.\" from FreeBSD: head/tools/build/options/WITHOUT_PKGBOOTSTRAP 238023 2012-07-02 20:26:11Z marcel 941Set to not build 942.Xr pkg 1 943bootstrap tool 944.It Va WITHOUT_PKGTOOLS 945.\" from FreeBSD: head/tools/build/options/WITHOUT_PKGTOOLS 183242 2008-09-21 22:02:26Z sam 946Set to not build 947.Xr pkg_add 8 948and related programs. 949.It Va WITHOUT_PMC 950.\" from FreeBSD: head/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam 951Set to not build 952.Xr pmccontrol 8 953and related programs. 954.It Va WITHOUT_PORTSNAP 955.\" from FreeBSD: head/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam 956Set to not build or install 957.Xr portsnap 8 958and related files. 959.It Va WITHOUT_PPP 960.\" from FreeBSD: head/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam 961Set to not build 962.Xr ppp 8 963and related programs. 964.It Va WITHOUT_PROFILE 965.\" from FreeBSD: head/tools/build/options/WITHOUT_PROFILE 228196 2011-12-02 09:09:54Z fjoe 966Set to avoid compiling profiled libraries. 967.It Va WITHOUT_QUOTAS 968.\" from FreeBSD: head/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam 969Set to not build 970.Xr quota 8 971and related programs. 972.It Va WITHOUT_RCMDS 973.\" from FreeBSD: head/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru 974Disable building of the 975.Bx 976r-commands. 977This includes 978.Xr rlogin 1 , 979.Xr rsh 1 , 980etc. 981.It Va WITHOUT_RCS 982.\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 156932 2006-03-21 07:50:50Z ru 983Set to not build 984.Xr rcs 1 985and related utilities. 986.It Va WITHOUT_RESCUE 987.\" from FreeBSD: head/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru 988Set to not build 989.Xr rescue 8 . 990.It Va WITHOUT_ROUTED 991.\" from FreeBSD: head/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam 992Set to not build 993.Xr routed 8 994utility. 995.It Va WITHOUT_SENDMAIL 996.\" from FreeBSD: head/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru 997Set to not build 998.Xr sendmail 8 999and related programs. 1000.It Va WITHOUT_SETUID_LOGIN 1001.\" from FreeBSD: head/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru 1002Set this to disable the installation of 1003.Xr login 1 1004as a set-user-ID root program. 1005.It Va WITHOUT_SHAREDOCS 1006.\" from FreeBSD: head/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru 1007Set to not build the 1008.Bx 4.4 1009legacy docs. 1010.It Va WITH_SHARED_TOOLCHAIN 1011.\" from FreeBSD: head/tools/build/options/WITH_SHARED_TOOLCHAIN 235342 2012-05-12 16:12:36Z gjb 1012Set to build the toolchain binaries shared. 1013The set includes 1014.Xr cc 1 , 1015.Xr make 1 1016and necessary utilities like assembler, linker and library archive manager. 1017.It Va WITHOUT_SOURCELESS 1018.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh 1019Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU). 1020When set, it also enforces the following options: 1021.Pp 1022.Bl -item -compact 1023.It 1024.Va WITHOUT_SOURCELESS_HOST 1025.It 1026.Va WITHOUT_SOURCELESS_UCODE 1027.El 1028.It Va WITHOUT_SOURCELESS_HOST 1029.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_HOST 230972 2012-02-04 00:54:43Z rmh 1030Set to not build kernel modules that include sourceless native code for host CPU. 1031.It Va WITHOUT_SOURCELESS_UCODE 1032.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_UCODE 230972 2012-02-04 00:54:43Z rmh 1033Set to not build kernel modules that include sourceless microcode. 1034.It Va WITHOUT_SSP 1035.\" from FreeBSD: head/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru 1036Set to not build world with propolice stack smashing protection. 1037.It Va WITHOUT_SYMVER 1038.\" from FreeBSD: head/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen 1039Set to disable symbol versioning when building shared libraries. 1040.It Va WITHOUT_SYSCONS 1041.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru 1042Set to not build 1043.Xr syscons 4 1044support files such as keyboard maps, fonts, and screen output maps. 1045.It Va WITHOUT_SYSINSTALL 1046.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSINSTALL 183242 2008-09-21 22:02:26Z sam 1047Set to not build 1048.Xr sysinstall 8 1049and related programs. 1050.It Va WITHOUT_TCSH 1051.\" from FreeBSD: head/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru 1052Set to not build and install 1053.Pa /bin/csh 1054(which is 1055.Xr tcsh 1 ) . 1056.It Va WITHOUT_TELNET 1057.\" from FreeBSD: head/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam 1058Set to not build 1059.Xr telnet 8 1060and related programs. 1061.It Va WITHOUT_TEXTPROC 1062.\" from FreeBSD: head/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam 1063Set to not build 1064programs used for text processing. 1065When set, it also enforces the following options: 1066.Pp 1067.Bl -item -compact 1068.It 1069.Va WITHOUT_GROFF 1070.El 1071.It Va WITHOUT_TOOLCHAIN 1072.\" from FreeBSD: head/tools/build/options/WITHOUT_TOOLCHAIN 174550 2007-12-12 16:43:17Z ru 1073Set to not install 1074programs used for program development, 1075compilers, debuggers etc. 1076.Bf -symbolic 1077The option does not work for build targets. 1078.Ef 1079When set, it also enforces the following options: 1080.Pp 1081.Bl -item -compact 1082.It 1083.Va WITHOUT_BINUTILS 1084.It 1085.Va WITHOUT_CLANG 1086.It 1087.Va WITHOUT_CLANG_EXTRAS 1088.It 1089.Va WITHOUT_CLANG_FULL 1090.It 1091.Va WITHOUT_CLANG_IS_CC 1092.It 1093.Va WITHOUT_GCC 1094.It 1095.Va WITHOUT_GDB 1096.El 1097.It Va WITHOUT_USB 1098.\" from FreeBSD: head/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru 1099Set to not build USB-related programs and libraries. 1100.It Va WITHOUT_UTMPX 1101.\" from FreeBSD: head/tools/build/options/WITHOUT_UTMPX 231530 2012-02-11 20:28:42Z ed 1102Set to not build user accounting tools such as 1103.Xr last 1 , 1104.Xr users 1 , 1105.Xr who 1 , 1106.Xr ac 8 , 1107.Xr lastlogin 8 1108and 1109.Xr utx 8 . 1110.It Va WITHOUT_WIRELESS 1111.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam 1112Set to not build programs used for 802.11 wireless networks; especially 1113.Xr wpa_supplicant 8 1114and 1115.Xr hostapd 8 . 1116When set, it also enforces the following options: 1117.Pp 1118.Bl -item -compact 1119.It 1120.Va WITHOUT_WIRELESS_SUPPORT 1121.El 1122.It Va WITHOUT_WIRELESS_SUPPORT 1123.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam 1124Set to build libraries, programs, and kernel modules without 1125802.11 wireless support. 1126.It Va WITHOUT_WPA_SUPPLICANT_EAPOL 1127.\" from FreeBSD: head/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru 1128Build 1129.Xr wpa_supplicant 8 1130without support for the IEEE 802.1X protocol and without 1131support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS 1132protocols (usable only via 802.1X). 1133.It Va WITHOUT_ZFS 1134.\" from FreeBSD: head/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd 1135Set to not build ZFS file system. 1136.It Va WITHOUT_ZONEINFO 1137.\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 235342 2012-05-12 16:12:36Z gjb 1138Set to not build the timezone database. 1139.El 1140.Sh FILES 1141.Bl -tag -compact -width Pa 1142.It Pa /etc/src.conf 1143.It Pa /usr/share/mk/bsd.own.mk 1144.El 1145.Sh SEE ALSO 1146.Xr make 1 , 1147.Xr make.conf 5 , 1148.Xr build 7 , 1149.Xr ports 7 1150.Sh HISTORY 1151The 1152.Nm 1153file appeared in 1154.Fx 7.0 . 1155.Sh AUTHORS 1156This manual page was autogenerated. 1157