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