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 June 7, 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 WITHOUT_BMAKE 227.\" from FreeBSD: head/tools/build/options/WITHOUT_BMAKE 250839 2013-05-21 00:41:49Z delphij 228Set to not build 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 306.\" from FreeBSD: head/tools/build/options/WITH_CLANG 221730 2011-05-10 11:14:40Z ru 307Set to build the Clang C/C++ compiler. 308.Pp 309It is a default setting on 310amd64/amd64, arm/arm, arm/armv6, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64. 311.It Va WITH_CLANG_EXTRAS 312.\" from FreeBSD: head/tools/build/options/WITH_CLANG_EXTRAS 231057 2012-02-05 23:56:22Z dim 313Set to build additional clang and llvm tools, such as bugpoint. 314.It Va WITHOUT_CLANG_FULL 315.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_FULL 246259 2013-02-02 22:28:29Z dim 316Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of 317the Clang C/C++ compiler. 318.Pp 319It is a default setting on 320arm/arm, arm/armeb, arm/armv6, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64. 321.It Va WITH_CLANG_FULL 322.\" from FreeBSD: head/tools/build/options/WITH_CLANG_FULL 246259 2013-02-02 22:28:29Z dim 323Set to build the ARCMigrate, Rewriter and StaticAnalyzer components of the 324Clang C/C++ compiler. 325.Pp 326It is a default setting on 327amd64/amd64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64. 328.It Va WITHOUT_CLANG_IS_CC 329.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_IS_CC 242629 2012-11-05 21:53:23Z brooks 330Set to install the GCC compiler as 331.Pa /usr/bin/cc , 332.Pa /usr/bin/c++ 333and 334.Pa /usr/bin/cpp . 335.Pp 336It is a default setting on 337arm/armeb, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 338.It Va WITH_CLANG_IS_CC 339.\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 235342 2012-05-12 16:12:36Z gjb 340Set to install the Clang C/C++ compiler as 341.Pa /usr/bin/cc , 342.Pa /usr/bin/c++ 343and 344.Pa /usr/bin/cpp . 345.Pp 346It is a default setting on 347amd64/amd64, arm/arm, arm/armv6, i386/i386 and pc98/i386. 348.It Va WITHOUT_CPP 349.\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru 350Set to not build 351.Xr cpp 1 . 352.It Va WITHOUT_CROSS_COMPILER 353.\" from FreeBSD: head/tools/build/options/WITHOUT_CROSS_COMPILER 250659 2013-05-15 14:30:03Z brooks 354Set to not build a cross compiler in the cross-tools stage of 355buildworld, buildkernel, etc. 356.It Va WITHOUT_CRYPT 357.\" from FreeBSD: head/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru 358Set to not build any crypto code. 359When set, it also enforces the following options: 360.Pp 361.Bl -item -compact 362.It 363.Va WITHOUT_KERBEROS 364.It 365.Va WITHOUT_KERBEROS_SUPPORT 366.It 367.Va WITHOUT_OPENSSH 368.It 369.Va WITHOUT_OPENSSL 370.El 371.Pp 372When set, the following options are also in effect: 373.Pp 374.Bl -inset -compact 375.It Va WITHOUT_GSSAPI 376(unless 377.Va WITH_GSSAPI 378is set explicitly) 379.El 380.It Va WITH_CTF 381.\" from FreeBSD: head/tools/build/options/WITH_CTF 228159 2011-11-30 18:22:44Z fjoe 382Set to compile with CTF (Compact C Type Format) data. 383CTF data encapsulates a reduced form of debugging information 384similar to DWARF and the venerable stabs and is required for DTrace. 385.It Va WITHOUT_CTM 386.\" from FreeBSD: head/tools/build/options/WITHOUT_CTM 183242 2008-09-21 22:02:26Z sam 387Set to not build 388.Xr ctm 1 389and related utilities. 390.It Va WITHOUT_CVS 391.\" from FreeBSD: head/tools/build/options/WITHOUT_CVS 156932 2006-03-21 07:50:50Z ru 392Set to not build CVS. 393.It Va WITHOUT_CXX 394.\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 220402 2011-04-06 20:19:07Z uqs 395Set to not build 396.Xr g++ 1 397and related libraries. 398It will also prevent building of 399.Xr gperf 1 400and 401.Xr devd 8 . 402When set, it also enforces the following options: 403.Pp 404.Bl -item -compact 405.It 406.Va WITHOUT_CLANG 407.It 408.Va WITHOUT_CLANG_EXTRAS 409.It 410.Va WITHOUT_CLANG_FULL 411.It 412.Va WITHOUT_CLANG_IS_CC 413.It 414.Va WITHOUT_GROFF 415.El 416.It Va WITH_DEBUG_FILES 417.\" from FreeBSD: head/tools/build/options/WITH_DEBUG_FILES 251512 2013-06-07 21:40:02Z emaste 418Set to strip debug info into a separate file for each executable binary 419and shared library. 420The debug files will be placed in a subdirectory of 421.Pa /usr/lib/debug 422and are located automatically by 423.Xr gdb 1 . 424.It Va WITHOUT_DICT 425.\" from FreeBSD: head/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru 426Set to not build the Webster dictionary files. 427.It Va WITHOUT_DYNAMICROOT 428.\" from FreeBSD: head/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru 429Set this if you do not want to link 430.Pa /bin 431and 432.Pa /sbin 433dynamically. 434.It Va WITHOUT_ED_CRYPTO 435.\" from FreeBSD: head/tools/build/options/WITHOUT_ED_CRYPTO 235660 2012-05-19 20:05:27Z marcel 436Set to build 437.Xr ed 1 438without support for encryption/decryption. 439.It Va WITHOUT_EXAMPLES 440.\" from FreeBSD: head/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru 441Set to avoid installing examples to 442.Pa /usr/share/examples/ . 443.It Va WITHOUT_FDT 444.\" from FreeBSD: head/tools/build/options/WITHOUT_FDT 221539 2011-05-06 19:10:27Z ru 445Set to not build Flattened Device Tree support as part of the base system. 446This includes the device tree compiler (dtc) and libfdt support library. 447.Pp 448It is a default setting on 449amd64/amd64, i386/i386, ia64/ia64, pc98/i386 and sparc64/sparc64. 450.It Va WITH_FDT 451.\" from FreeBSD: head/tools/build/options/WITH_FDT 221730 2011-05-10 11:14:40Z ru 452Set to build Flattened Device Tree support as part of the base system. 453This includes the device tree compiler (dtc) and libfdt support library. 454.Pp 455It is a default setting on 456arm/arm, arm/armeb, arm/armv6, arm/armv6eb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc and powerpc/powerpc64. 457.It Va WITHOUT_FLOPPY 458.\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru 459Set to not build or install programs 460for operating floppy disk driver. 461.It Va WITHOUT_FORMAT_EXTENSIONS 462.\" from FreeBSD: head/tools/build/options/WITHOUT_FORMAT_EXTENSIONS 250658 2013-05-15 13:04:10Z brooks 463Set to not enable 464.Fl fformat-extensions 465when compiling the kernel. 466Also disables all format checking. 467.It Va WITHOUT_FORTH 468.\" from FreeBSD: head/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru 469Set to build bootloaders without Forth support. 470.It Va WITHOUT_FP_LIBC 471.\" from FreeBSD: head/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru 472Set to build 473.Nm libc 474without floating-point support. 475.It Va WITHOUT_FREEBSD_UPDATE 476.\" from FreeBSD: head/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam 477Set to not build 478.Xr freebsd-update 8 . 479.It Va WITHOUT_GAMES 480.\" from FreeBSD: head/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru 481Set to not build games. 482.It Va WITHOUT_GCC 483.\" from FreeBSD: head/tools/build/options/WITHOUT_GCC 222090 2011-05-19 05:13:25Z imp 484Set to not install gcc and g++. 485.Bf -symbolic 486The option does not generally work for build targets, unless some alternative 487toolchain is enabled. 488.Ef 489.It Va WITHOUT_GCOV 490.\" from FreeBSD: head/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru 491Set to not build the 492.Xr gcov 1 493tool. 494.It Va WITHOUT_GDB 495.\" from FreeBSD: head/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru 496Set to not build 497.Xr gdb 1 . 498.It Va WITHOUT_GNU 499.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru 500Set to not build contributed GNU software as a part of the base system. 501This option can be useful if the system built must not contain any code 502covered by the GNU Public License due to legal reasons. 503.Bf -symbolic 504The option has no effect yet. 505.Ef 506When set, it also enforces the following options: 507.Pp 508.Bl -item -compact 509.It 510.Va WITHOUT_GNU_SUPPORT 511.El 512.It Va WITHOUT_GNU_SUPPORT 513.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru 514Set to build some programs without optional GNU support. 515.It Va WITHOUT_GPIB 516.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIB 156932 2006-03-21 07:50:50Z ru 517Set to not build GPIB bus support. 518.It Va WITHOUT_GPIO 519.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIO 228081 2011-11-28 17:54:34Z dim 520Set to not build 521.Xr gpioctl 8 522as part of the base system. 523.It Va WITH_GPL_DTC 524.\" from FreeBSD: head/tools/build/options/WITH_GPL_DTC 246262 2013-02-02 22:42:46Z dim 525Set to build the GPL'd version of the device tree compiler from elinux.org, 526instead of the BSD licensed one. 527.It Va WITHOUT_GROFF 528.\" from FreeBSD: head/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs 529Set to not build 530.Xr groff 1 531and 532.Xr vgrind 1 . 533You should consider installing the textproc/groff port to not break 534.Xr man 1 . 535.It Va WITHOUT_GSSAPI 536.\" from FreeBSD: head/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru 537Set to not build libgssapi. 538.It Va WITH_HESIOD 539.\" from FreeBSD: head/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru 540Set to build Hesiod support. 541.It Va WITHOUT_HTML 542.\" from FreeBSD: head/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru 543Set to not build HTML docs. 544.It Va WITH_ICONV 545.\" from FreeBSD: head/tools/build/options/WITH_ICONV 219020 2011-02-25 00:10:26Z gabor 546Set to build iconv as part of libc. 547.It Va WITHOUT_INET 548.\" from FreeBSD: head/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz 549Set to not build programs and libraries related to IPv4 networking. 550When set, it also enforces the following options: 551.Pp 552.Bl -item -compact 553.It 554.Va WITHOUT_INET_SUPPORT 555.El 556.It Va WITHOUT_INET6 557.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru 558Set to not build 559programs and libraries related to IPv6 networking. 560When set, it also enforces the following options: 561.Pp 562.Bl -item -compact 563.It 564.Va WITHOUT_INET6_SUPPORT 565.El 566.It Va WITHOUT_INET6_SUPPORT 567.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru 568Set to build libraries, programs, and kernel modules without IPv6 support. 569.It Va WITHOUT_INET_SUPPORT 570.\" from FreeBSD: head/tools/build/options/WITHOUT_INET_SUPPORT 221266 2011-04-30 17:58:28Z bz 571Set to build libraries, programs, and kernel modules without IPv4 support. 572.It Va WITHOUT_INFO 573.\" from FreeBSD: head/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru 574Set to not make or install 575.Xr info 5 576files. 577.It Va WITHOUT_INSTALLLIB 578.\" from FreeBSD: head/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb 579Set this if you do not want to install optional libraries. 580For example when creating a 581.Xr nanobsd 8 582image. 583.It Va WITH_INSTALL_AS_USER 584.\" from FreeBSD: head/tools/build/options/WITH_INSTALL_AS_USER 238021 2012-07-02 20:24:01Z marcel 585Set to make install targets succeed for non-root users by installing 586files with owner and group attributes set to that of the user running 587the 588.Xr make 1 589command. 590The user still has to set the 591.Va DESTDIR 592variable to point to a directory where the user has write permissions. 593.It Va WITHOUT_IPFILTER 594.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru 595Set to not build IP Filter package. 596.It Va WITHOUT_IPFW 597.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam 598Set to not build IPFW tools. 599.It Va WITHOUT_IPX 600.\" from FreeBSD: head/tools/build/options/WITHOUT_IPX 156932 2006-03-21 07:50:50Z ru 601Set to not build programs and libraries related to IPX networking. 602When set, it also enforces the following options: 603.Pp 604.Bl -item -compact 605.It 606.Va WITHOUT_IPX_SUPPORT 607.El 608.It Va WITHOUT_IPX_SUPPORT 609.\" from FreeBSD: head/tools/build/options/WITHOUT_IPX_SUPPORT 156932 2006-03-21 07:50:50Z ru 610Set to build some programs without IPX support. 611.It Va WITHOUT_JAIL 612.\" from FreeBSD: head/tools/build/options/WITHOUT_JAIL 249966 2013-04-27 04:09:09Z eadler 613Set to not build tools for the support of jails; e.g., 614.Xr jail 8 . 615.It Va WITHOUT_KDUMP 616.\" from FreeBSD: head/tools/build/options/WITHOUT_KDUMP 240690 2012-09-19 11:38:37Z zeising 617Set to not build 618.Xr kdump 1 619and 620.Xr truss 1 . 621.It Va WITHOUT_KERBEROS 622.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru 623Set this if you do not want to build Kerberos 5 (KTH Heimdal). 624When set, it also enforces the following options: 625.Pp 626.Bl -item -compact 627.It 628.Va WITHOUT_KERBEROS_SUPPORT 629.El 630.Pp 631When set, the following options are also in effect: 632.Pp 633.Bl -inset -compact 634.It Va WITHOUT_GSSAPI 635(unless 636.Va WITH_GSSAPI 637is set explicitly) 638.El 639.It Va WITHOUT_KERBEROS_SUPPORT 640.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS_SUPPORT 156932 2006-03-21 07:50:50Z ru 641Set to build some programs without Kerberos support, like 642.Xr cvs 1 , 643.Xr ssh 1 , 644.Xr telnet 1 , 645.Xr sshd 8 , 646and 647.Xr telnetd 8 . 648.It Va WITHOUT_KERNEL_SYMBOLS 649.\" from FreeBSD: head/tools/build/options/WITHOUT_KERNEL_SYMBOLS 222189 2011-05-22 18:23:17Z imp 650Set to not install kernel symbol files. 651.Bf -symbolic 652This option is recommended for those people who have small root partitions. 653.Ef 654.It Va WITHOUT_KVM 655.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru 656Set to not build the 657.Nm libkvm 658library as a part of the base system. 659.Bf -symbolic 660The option has no effect yet. 661.Ef 662When set, it also enforces the following options: 663.Pp 664.Bl -item -compact 665.It 666.Va WITHOUT_KVM_SUPPORT 667.El 668.It Va WITHOUT_KVM_SUPPORT 669.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin 670Set to build some programs without optional 671.Nm libkvm 672support. 673.It Va WITHOUT_LDNS 674.\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS 246827 2013-02-15 13:44:18Z des 675Setting this variable will prevent LDNS from being built. 676When set, it also enforces the following options: 677.Pp 678.Bl -item -compact 679.It 680.Va WITHOUT_LDNS_UTILS 681.El 682.It Va WITH_LDNS_UTILS 683.\" from FreeBSD: head/tools/build/options/WITH_LDNS_UTILS 246830 2013-02-15 13:57:51Z des 684Setting this variable will enable the LDNS-based versions of 685.Xr dig 1 686and 687.Xr host 1 . 688When set, the following options are also in effect: 689.Pp 690.Bl -inset -compact 691.It Va WITHOUT_BIND_UTILS 692.El 693.It Va WITHOUT_LEGACY_CONSOLE 694.\" from FreeBSD: head/tools/build/options/WITHOUT_LEGACY_CONSOLE 249966 2013-04-27 04:09:09Z eadler 695Set to not build programs that support a legacy PC console; e.g., 696.Xr kbdcontrol 8 697and 698.Xr vidcontrol 8 . 699.It Va WITHOUT_LIB32 700.\" from FreeBSD: head/tools/build/options/WITHOUT_LIB32 156932 2006-03-21 07:50:50Z ru 701On amd64, set to not build 32-bit library set and a 702.Nm ld-elf32.so.1 703runtime linker. 704.It Va WITHOUT_LIBCPLUSPLUS 705.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBCPLUSPLUS 246262 2013-02-02 22:42:46Z dim 706Set to avoid building libcxxrt and libc++. 707.It Va WITHOUT_LIBPTHREAD 708.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm 709Set to not build the 710.Nm libpthread 711providing library, 712.Nm libthr . 713When set, it also enforces the following options: 714.Pp 715.Bl -item -compact 716.It 717.Va WITHOUT_BIND 718.It 719.Va WITHOUT_BIND_DNSSEC 720.It 721.Va WITHOUT_BIND_ETC 722.It 723.Va WITHOUT_BIND_LIBS 724.It 725.Va WITHOUT_BIND_LIBS_LWRES 726.It 727.Va WITHOUT_BIND_MTREE 728.It 729.Va WITHOUT_BIND_NAMED 730.It 731.Va WITHOUT_BIND_UTILS 732.It 733.Va WITHOUT_LIBTHR 734.El 735.It Va WITHOUT_LIBTHR 736.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru 737Set to not build the 738.Nm libthr 739(1:1 threading) 740library. 741When set, it also enforces the following options: 742.Pp 743.Bl -item -compact 744.It 745.Va WITHOUT_BIND 746.It 747.Va WITHOUT_BIND_DNSSEC 748.It 749.Va WITHOUT_BIND_ETC 750.It 751.Va WITHOUT_BIND_LIBS 752.It 753.Va WITHOUT_BIND_LIBS_LWRES 754.It 755.Va WITHOUT_BIND_MTREE 756.It 757.Va WITHOUT_BIND_NAMED 758.It 759.Va WITHOUT_BIND_UTILS 760.El 761.It Va WITHOUT_LOCALES 762.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru 763Set to not build localization files; see 764.Xr locale 1 . 765.It Va WITHOUT_LOCATE 766.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam 767Set to not build 768.Xr locate 1 769and related programs. 770.It Va WITHOUT_LPR 771.\" from FreeBSD: head/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru 772Set to not build 773.Xr lpr 1 774and related programs. 775.It Va WITHOUT_LS_COLORS 776.\" from FreeBSD: head/tools/build/options/WITHOUT_LS_COLORS 235660 2012-05-19 20:05:27Z marcel 777Set to build 778.Xr ls 1 779without support for colors to distinguish file types. 780.It Va WITHOUT_MAIL 781.\" from FreeBSD: head/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam 782Set to not build any mail support (MUA or MTA). 783When set, it also enforces the following options: 784.Pp 785.Bl -item -compact 786.It 787.Va WITHOUT_MAILWRAPPER 788.It 789.Va WITHOUT_SENDMAIL 790.El 791.It Va WITHOUT_MAILWRAPPER 792.\" from FreeBSD: head/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru 793Set to not build the 794.Xr mailwrapper 8 795MTA selector. 796.It Va WITHOUT_MAKE 797.\" from FreeBSD: head/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam 798Set to not install 799.Xr make 1 800and related support files. 801.It Va WITHOUT_MAN 802.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru 803Set to not build manual pages. 804When set, the following options are also in effect: 805.Pp 806.Bl -inset -compact 807.It Va WITHOUT_MAN_UTILS 808(unless 809.Va WITH_MAN_UTILS 810is set explicitly) 811.El 812.It Va WITHOUT_MAN_UTILS 813.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim 814Set to not build utilities for manual pages, 815.Xr apropos 1 , 816.Xr catman 1 , 817.Xr makewhatis 1 , 818.Xr man 1 , 819.Xr whatis 1 , 820.Xr manctl 8 , 821and related support files. 822.It Va WITH_NAND 823.\" from FreeBSD: head/tools/build/options/WITH_NAND 235537 2012-05-17 10:11:18Z gber 824Set to build the NAND Flash components. 825.It Va WITHOUT_NDIS 826.\" from FreeBSD: head/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam 827Set to not build programs and libraries 828related to NDIS emulation support. 829.It Va WITHOUT_NETCAT 830.\" from FreeBSD: head/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru 831Set to not build 832.Xr nc 1 833utility. 834.It Va WITHOUT_NETGRAPH 835.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam 836Set to not build applications to support 837.Xr netgraph 4 . 838When set, it also enforces the following options: 839.Pp 840.Bl -item -compact 841.It 842.Va WITHOUT_ATM 843.It 844.Va WITHOUT_BLUETOOTH 845.It 846.Va WITHOUT_NETGRAPH_SUPPORT 847.El 848.It Va WITHOUT_NETGRAPH_SUPPORT 849.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam 850Set to build libraries, programs, and kernel modules without netgraph support. 851.It Va WITHOUT_NIS 852.\" from FreeBSD: head/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru 853Set to not build 854.Xr NIS 8 855support and related programs. 856If set, you might need to adopt your 857.Xr nsswitch.conf 5 858and remove 859.Sq nis 860entries. 861.It Va WITHOUT_NLS 862.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru 863Set to not build NLS catalogs. 864.It Va WITHOUT_NLS_CATALOGS 865.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru 866Set to not build NLS catalog support for 867.Xr csh 1 . 868.It Va WITH_NMTREE 869.\" from FreeBSD: head/tools/build/options/WITH_NMTREE 245435 2013-01-14 20:38:32Z brooks 870Set to install 871.Xr nmtree 8 872as 873.Xr mtree 8 . 874By default 875.Xr fmtree 8 876is installed as 877.Xr mtree 8 . 878.It Va WITHOUT_NS_CACHING 879.\" from FreeBSD: head/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru 880Set to disable name caching in the 881.Pa nsswitch 882subsystem. 883The generic caching daemon, 884.Xr nscd 8 , 885will not be built either if this option is set. 886.It Va WITHOUT_NTP 887.\" from FreeBSD: head/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam 888Set to not build 889.Xr ntpd 8 890and related programs. 891.It Va WITH_OFED 892.\" from FreeBSD: head/tools/build/options/WITH_OFED 228081 2011-11-28 17:54:34Z dim 893Set to build the 894.Dq "OpenFabrics Enterprise Distribution" 895Infiniband software stack. 896.It Va WITHOUT_OPENSSH 897.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru 898Set to not build OpenSSH. 899.It Va WITH_OPENSSH_NONE_CIPHER 900.\" from FreeBSD: head/tools/build/options/WITH_OPENSSH_NONE_CIPHER 245527 2013-01-17 01:51:04Z bz 901Set to include the "None" cipher support in OpenSSH and its libraries. 902Additional adjustments may need to be done to system configuration 903files, such as 904.Xr sshd_config 5 , 905to enable this cipher. 906Please see 907.Pa /usr/src/crypto/openssh/README.hpn 908for full details. 909.It Va WITHOUT_OPENSSL 910.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru 911Set to not build OpenSSL. 912When set, it also enforces the following options: 913.Pp 914.Bl -item -compact 915.It 916.Va WITHOUT_KERBEROS 917.It 918.Va WITHOUT_KERBEROS_SUPPORT 919.It 920.Va WITHOUT_OPENSSH 921.El 922.Pp 923When set, the following options are also in effect: 924.Pp 925.Bl -inset -compact 926.It Va WITHOUT_GSSAPI 927(unless 928.Va WITH_GSSAPI 929is set explicitly) 930.El 931.It Va WITHOUT_PAM 932.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru 933Set to not build PAM library and modules. 934.Bf -symbolic 935This option is deprecated and does nothing. 936.Ef 937When set, it also enforces the following options: 938.Pp 939.Bl -item -compact 940.It 941.Va WITHOUT_PAM_SUPPORT 942.El 943.It Va WITHOUT_PAM_SUPPORT 944.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru 945Set to build some programs without PAM support, particularly 946.Xr ftpd 8 947and 948.Xr ppp 8 . 949.It Va WITHOUT_PC_SYSINSTALL 950.\" from FreeBSD: head/tools/build/options/WITHOUT_PC_SYSINSTALL 245606 2013-01-18 15:57:09Z eadler 951Set to not build 952.Xr pc-sysinstall 8 953and related programs. 954.It Va WITHOUT_PF 955.\" from FreeBSD: head/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru 956Set to not build PF firewall package. 957When set, it also enforces the following options: 958.Pp 959.Bl -item -compact 960.It 961.Va WITHOUT_AUTHPF 962.El 963.It Va WITHOUT_PKGBOOTSTRAP 964.\" from FreeBSD: head/tools/build/options/WITHOUT_PKGBOOTSTRAP 238023 2012-07-02 20:26:11Z marcel 965Set to not build 966.Xr pkg 1 967bootstrap tool 968.It Va WITHOUT_PKGTOOLS 969.\" from FreeBSD: head/tools/build/options/WITHOUT_PKGTOOLS 183242 2008-09-21 22:02:26Z sam 970Set to not build 971.Xr pkg_add 8 972and related programs. 973.It Va WITHOUT_PMC 974.\" from FreeBSD: head/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam 975Set to not build 976.Xr pmccontrol 8 977and related programs. 978.It Va WITHOUT_PORTSNAP 979.\" from FreeBSD: head/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam 980Set to not build or install 981.Xr portsnap 8 982and related files. 983.It Va WITHOUT_PPP 984.\" from FreeBSD: head/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam 985Set to not build 986.Xr ppp 8 987and related programs. 988.It Va WITHOUT_PROFILE 989.\" from FreeBSD: head/tools/build/options/WITHOUT_PROFILE 228196 2011-12-02 09:09:54Z fjoe 990Set to avoid compiling profiled libraries. 991.It Va WITHOUT_QUOTAS 992.\" from FreeBSD: head/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam 993Set to not build 994.Xr quota 8 995and related programs. 996.It Va WITHOUT_RCMDS 997.\" from FreeBSD: head/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru 998Disable building of the 999.Bx 1000r-commands. 1001This includes 1002.Xr rlogin 1 , 1003.Xr rsh 1 , 1004etc. 1005.It Va WITHOUT_RCS 1006.\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 156932 2006-03-21 07:50:50Z ru 1007Set to not build 1008.Xr rcs 1 1009and related utilities. 1010.It Va WITHOUT_RESCUE 1011.\" from FreeBSD: head/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru 1012Set to not build 1013.Xr rescue 8 . 1014.It Va WITHOUT_ROUTED 1015.\" from FreeBSD: head/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam 1016Set to not build 1017.Xr routed 8 1018utility. 1019.It Va WITHOUT_SENDMAIL 1020.\" from FreeBSD: head/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru 1021Set to not build 1022.Xr sendmail 8 1023and related programs. 1024.It Va WITHOUT_SETUID_LOGIN 1025.\" from FreeBSD: head/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru 1026Set this to disable the installation of 1027.Xr login 1 1028as a set-user-ID root program. 1029.It Va WITHOUT_SHAREDOCS 1030.\" from FreeBSD: head/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru 1031Set to not build the 1032.Bx 4.4 1033legacy docs. 1034.It Va WITH_SHARED_TOOLCHAIN 1035.\" from FreeBSD: head/tools/build/options/WITH_SHARED_TOOLCHAIN 235342 2012-05-12 16:12:36Z gjb 1036Set to build the toolchain binaries shared. 1037The set includes 1038.Xr cc 1 , 1039.Xr make 1 1040and necessary utilities like assembler, linker and library archive manager. 1041.It Va WITHOUT_SOURCELESS 1042.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh 1043Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU). 1044When set, it also enforces the following options: 1045.Pp 1046.Bl -item -compact 1047.It 1048.Va WITHOUT_SOURCELESS_HOST 1049.It 1050.Va WITHOUT_SOURCELESS_UCODE 1051.El 1052.It Va WITHOUT_SOURCELESS_HOST 1053.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_HOST 230972 2012-02-04 00:54:43Z rmh 1054Set to not build kernel modules that include sourceless native code for host CPU. 1055.It Va WITHOUT_SOURCELESS_UCODE 1056.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_UCODE 230972 2012-02-04 00:54:43Z rmh 1057Set to not build kernel modules that include sourceless microcode. 1058.It Va WITHOUT_SSP 1059.\" from FreeBSD: head/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru 1060Set to not build world with propolice stack smashing protection. 1061.It Va WITHOUT_SYMVER 1062.\" from FreeBSD: head/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen 1063Set to disable symbol versioning when building shared libraries. 1064.It Va WITHOUT_SYSCONS 1065.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru 1066Set to not build 1067.Xr syscons 4 1068support files such as keyboard maps, fonts, and screen output maps. 1069.It Va WITHOUT_SYSINSTALL 1070.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSINSTALL 183242 2008-09-21 22:02:26Z sam 1071Set to not build 1072.Xr sysinstall 8 1073and related programs. 1074.It Va WITHOUT_TCSH 1075.\" from FreeBSD: head/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru 1076Set to not build and install 1077.Pa /bin/csh 1078(which is 1079.Xr tcsh 1 ) . 1080.It Va WITHOUT_TELNET 1081.\" from FreeBSD: head/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam 1082Set to not build 1083.Xr telnet 8 1084and related programs. 1085.It Va WITHOUT_TEXTPROC 1086.\" from FreeBSD: head/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam 1087Set to not build 1088programs used for text processing. 1089When set, it also enforces the following options: 1090.Pp 1091.Bl -item -compact 1092.It 1093.Va WITHOUT_GROFF 1094.El 1095.It Va WITHOUT_TOOLCHAIN 1096.\" from FreeBSD: head/tools/build/options/WITHOUT_TOOLCHAIN 174550 2007-12-12 16:43:17Z ru 1097Set to not install 1098programs used for program development, 1099compilers, debuggers etc. 1100.Bf -symbolic 1101The option does not work for build targets. 1102.Ef 1103When set, it also enforces the following options: 1104.Pp 1105.Bl -item -compact 1106.It 1107.Va WITHOUT_BINUTILS 1108.It 1109.Va WITHOUT_CLANG 1110.It 1111.Va WITHOUT_CLANG_EXTRAS 1112.It 1113.Va WITHOUT_CLANG_FULL 1114.It 1115.Va WITHOUT_CLANG_IS_CC 1116.It 1117.Va WITHOUT_GCC 1118.It 1119.Va WITHOUT_GDB 1120.El 1121.It Va WITHOUT_USB 1122.\" from FreeBSD: head/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru 1123Set to not build USB-related programs and libraries. 1124.It Va WITHOUT_UTMPX 1125.\" from FreeBSD: head/tools/build/options/WITHOUT_UTMPX 231530 2012-02-11 20:28:42Z ed 1126Set to not build user accounting tools such as 1127.Xr last 1 , 1128.Xr users 1 , 1129.Xr who 1 , 1130.Xr ac 8 , 1131.Xr lastlogin 8 1132and 1133.Xr utx 8 . 1134.It Va WITHOUT_WIRELESS 1135.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam 1136Set to not build programs used for 802.11 wireless networks; especially 1137.Xr wpa_supplicant 8 1138and 1139.Xr hostapd 8 . 1140When set, it also enforces the following options: 1141.Pp 1142.Bl -item -compact 1143.It 1144.Va WITHOUT_WIRELESS_SUPPORT 1145.El 1146.It Va WITHOUT_WIRELESS_SUPPORT 1147.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam 1148Set to build libraries, programs, and kernel modules without 1149802.11 wireless support. 1150.It Va WITHOUT_WPA_SUPPLICANT_EAPOL 1151.\" from FreeBSD: head/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru 1152Build 1153.Xr wpa_supplicant 8 1154without support for the IEEE 802.1X protocol and without 1155support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS 1156protocols (usable only via 802.1X). 1157.It Va WITHOUT_ZFS 1158.\" from FreeBSD: head/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd 1159Set to not build ZFS file system. 1160.It Va WITHOUT_ZONEINFO 1161.\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 235342 2012-05-12 16:12:36Z gjb 1162Set to not build the timezone database. 1163.El 1164.Sh FILES 1165.Bl -tag -compact -width Pa 1166.It Pa /etc/src.conf 1167.It Pa /usr/share/mk/bsd.own.mk 1168.El 1169.Sh SEE ALSO 1170.Xr make 1 , 1171.Xr make.conf 5 , 1172.Xr build 7 , 1173.Xr ports 7 1174.Sh HISTORY 1175The 1176.Nm 1177file appeared in 1178.Fx 7.0 . 1179.Sh AUTHORS 1180This manual page was autogenerated. 1181