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