1.\" DO NOT EDIT-- this file is automatically generated. 2.\" from FreeBSD: head/tools/build/options/makeman 253304 2013-07-12 23:08:44Z bapt 3.\" $FreeBSD$ 4.Dd August 29, 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 WITHOUT_ARM_EABI 104.\" from FreeBSD: head/tools/build/options/WITHOUT_ARM_EABI 253396 2013-07-16 19:15:19Z andrew 105Set the ARM ABI to OABI. 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 WITHOUT_BSD_CPIO 239.\" from FreeBSD: head/tools/build/options/WITHOUT_BSD_CPIO 179813 2008-06-16 05:48:15Z dougb 240Set to not build the BSD licensed version of cpio based on 241.Xr libarchive 3 . 242.It Va WITH_BSD_GREP 243.\" from FreeBSD: head/tools/build/options/WITH_BSD_GREP 222273 2011-05-25 01:04:12Z obrien 244Install BSD-licensed grep as '[ef]grep' instead of GNU grep. 245.It Va WITHOUT_BSNMP 246.\" from FreeBSD: head/tools/build/options/WITHOUT_BSNMP 183306 2008-09-23 16:15:42Z sam 247Set to not build or install 248.Xr bsnmpd 1 249and related libraries and data files. 250.It Va WITHOUT_BZIP2 251.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2 174550 2007-12-12 16:43:17Z ru 252Set to not build contributed bzip2 software as a part of the base system. 253.Bf -symbolic 254The option has no effect yet. 255.Ef 256When set, it also enforces the following options: 257.Pp 258.Bl -item -compact 259.It 260.Va WITHOUT_BZIP2_SUPPORT 261.El 262.It Va WITHOUT_BZIP2_SUPPORT 263.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2_SUPPORT 166255 2007-01-26 10:19:08Z delphij 264Set to build some programs without optional bzip2 support. 265.It Va WITHOUT_CALENDAR 266.\" from FreeBSD: head/tools/build/options/WITHOUT_CALENDAR 156932 2006-03-21 07:50:50Z ru 267Set to not build 268.Xr calendar 1 . 269.It Va WITHOUT_CAPSICUM 270.\" from FreeBSD: head/tools/build/options/WITHOUT_CAPSICUM 229319 2012-01-02 21:57:58Z rwatson 271Set to not build Capsicum support into system programs. 272.It Va WITHOUT_CDDL 273.\" from FreeBSD: head/tools/build/options/WITHOUT_CDDL 163861 2006-11-01 09:02:11Z jb 274Set to not build code licensed under Sun's CDDL. 275When set, it also enforces the following options: 276.Pp 277.Bl -item -compact 278.It 279.Va WITHOUT_CTF 280.It 281.Va WITHOUT_ZFS 282.El 283.It Va WITHOUT_CLANG 284.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG 208971 2010-06-10 06:20:26Z ed 285Set to not build the Clang C/C++ compiler. 286.Pp 287It is a default setting on 288arm/armeb, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64. 289When set, it also enforces the following options: 290.Pp 291.Bl -item -compact 292.It 293.Va WITHOUT_CLANG_EXTRAS 294.It 295.Va WITHOUT_CLANG_FULL 296.It 297.Va WITHOUT_CLANG_IS_CC 298.El 299.It Va WITH_CLANG 300.\" from FreeBSD: head/tools/build/options/WITH_CLANG 221730 2011-05-10 11:14:40Z ru 301Set to build the Clang C/C++ compiler. 302.Pp 303It is a default setting on 304amd64/amd64, arm/arm, arm/armv6, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64. 305.It Va WITH_CLANG_EXTRAS 306.\" from FreeBSD: head/tools/build/options/WITH_CLANG_EXTRAS 231057 2012-02-05 23:56:22Z dim 307Set to build additional clang and llvm tools, such as bugpoint. 308.It Va WITHOUT_CLANG_FULL 309.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_FULL 246259 2013-02-02 22:28:29Z dim 310Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of 311the Clang C/C++ compiler. 312.Pp 313It is a default setting on 314arm/arm, arm/armeb, arm/armv6, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64. 315.It Va WITH_CLANG_FULL 316.\" from FreeBSD: head/tools/build/options/WITH_CLANG_FULL 246259 2013-02-02 22:28:29Z dim 317Set to build the ARCMigrate, Rewriter and StaticAnalyzer components of the 318Clang C/C++ compiler. 319.Pp 320It is a default setting on 321amd64/amd64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64. 322.It Va WITHOUT_CLANG_IS_CC 323.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_IS_CC 242629 2012-11-05 21:53:23Z brooks 324Set to install the GCC compiler as 325.Pa /usr/bin/cc , 326.Pa /usr/bin/c++ 327and 328.Pa /usr/bin/cpp . 329.Pp 330It is a default setting on 331arm/armeb, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 332.It Va WITH_CLANG_IS_CC 333.\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 235342 2012-05-12 16:12:36Z gjb 334Set to install the Clang C/C++ compiler as 335.Pa /usr/bin/cc , 336.Pa /usr/bin/c++ 337and 338.Pa /usr/bin/cpp . 339.Pp 340It is a default setting on 341amd64/amd64, arm/arm, arm/armv6, i386/i386 and pc98/i386. 342.It Va WITHOUT_CPP 343.\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru 344Set to not build 345.Xr cpp 1 . 346.It Va WITHOUT_CROSS_COMPILER 347.\" from FreeBSD: head/tools/build/options/WITHOUT_CROSS_COMPILER 250659 2013-05-15 14:30:03Z brooks 348Set to not build a cross compiler in the cross-tools stage of 349buildworld, buildkernel, etc. 350.It Va WITHOUT_CRYPT 351.\" from FreeBSD: head/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru 352Set to not build any crypto code. 353When set, it also enforces the following options: 354.Pp 355.Bl -item -compact 356.It 357.Va WITHOUT_KERBEROS 358.It 359.Va WITHOUT_KERBEROS_SUPPORT 360.It 361.Va WITHOUT_OPENSSH 362.It 363.Va WITHOUT_OPENSSL 364.El 365.Pp 366When set, the following options are also in effect: 367.Pp 368.Bl -inset -compact 369.It Va WITHOUT_GSSAPI 370(unless 371.Va WITH_GSSAPI 372is set explicitly) 373.El 374.It Va WITH_CTF 375.\" from FreeBSD: head/tools/build/options/WITH_CTF 228159 2011-11-30 18:22:44Z fjoe 376Set to compile with CTF (Compact C Type Format) data. 377CTF data encapsulates a reduced form of debugging information 378similar to DWARF and the venerable stabs and is required for DTrace. 379.It Va WITHOUT_CTM 380.\" from FreeBSD: head/tools/build/options/WITHOUT_CTM 183242 2008-09-21 22:02:26Z sam 381Set to not build 382.Xr ctm 1 383and related utilities. 384.It Va WITHOUT_CXX 385.\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 220402 2011-04-06 20:19:07Z uqs 386Set to not build 387.Xr g++ 1 388and related libraries. 389It will also prevent building of 390.Xr gperf 1 391and 392.Xr devd 8 . 393When set, it also enforces the following options: 394.Pp 395.Bl -item -compact 396.It 397.Va WITHOUT_CLANG 398.It 399.Va WITHOUT_CLANG_EXTRAS 400.It 401.Va WITHOUT_CLANG_FULL 402.It 403.Va WITHOUT_CLANG_IS_CC 404.It 405.Va WITHOUT_GROFF 406.El 407.It Va WITH_DEBUG_FILES 408.\" from FreeBSD: head/tools/build/options/WITH_DEBUG_FILES 251512 2013-06-07 21:40:02Z emaste 409Set to strip debug info into a separate file for each executable binary 410and shared library. 411The debug files will be placed in a subdirectory of 412.Pa /usr/lib/debug 413and are located automatically by 414.Xr gdb 1 . 415.It Va WITHOUT_DICT 416.\" from FreeBSD: head/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru 417Set to not build the Webster dictionary files. 418.It Va WITHOUT_DYNAMICROOT 419.\" from FreeBSD: head/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru 420Set this if you do not want to link 421.Pa /bin 422and 423.Pa /sbin 424dynamically. 425.It Va WITHOUT_ED_CRYPTO 426.\" from FreeBSD: head/tools/build/options/WITHOUT_ED_CRYPTO 235660 2012-05-19 20:05:27Z marcel 427Set to build 428.Xr ed 1 429without support for encryption/decryption. 430.It Va WITHOUT_EXAMPLES 431.\" from FreeBSD: head/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru 432Set to avoid installing examples to 433.Pa /usr/share/examples/ . 434.It Va WITHOUT_FDT 435.\" from FreeBSD: head/tools/build/options/WITHOUT_FDT 221539 2011-05-06 19:10:27Z ru 436Set to not build Flattened Device Tree support as part of the base system. 437This includes the device tree compiler (dtc) and libfdt support library. 438.Pp 439It is a default setting on 440amd64/amd64, i386/i386, ia64/ia64, pc98/i386 and sparc64/sparc64. 441.It Va WITH_FDT 442.\" from FreeBSD: head/tools/build/options/WITH_FDT 221730 2011-05-10 11:14:40Z ru 443Set to build Flattened Device Tree support as part of the base system. 444This includes the device tree compiler (dtc) and libfdt support library. 445.Pp 446It is a default setting on 447arm/arm, arm/armeb, arm/armv6, arm/armv6eb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc and powerpc/powerpc64. 448.It Va WITHOUT_FLOPPY 449.\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru 450Set to not build or install programs 451for operating floppy disk driver. 452.It Va WITHOUT_FORMAT_EXTENSIONS 453.\" from FreeBSD: head/tools/build/options/WITHOUT_FORMAT_EXTENSIONS 250658 2013-05-15 13:04:10Z brooks 454Set to not enable 455.Fl fformat-extensions 456when compiling the kernel. 457Also disables all format checking. 458.It Va WITHOUT_FORTH 459.\" from FreeBSD: head/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru 460Set to build bootloaders without Forth support. 461.It Va WITHOUT_FP_LIBC 462.\" from FreeBSD: head/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru 463Set to build 464.Nm libc 465without floating-point support. 466.It Va WITHOUT_FREEBSD_UPDATE 467.\" from FreeBSD: head/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam 468Set to not build 469.Xr freebsd-update 8 . 470.It Va WITHOUT_GAMES 471.\" from FreeBSD: head/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru 472Set to not build games. 473.It Va WITHOUT_GCC 474.\" from FreeBSD: head/tools/build/options/WITHOUT_GCC 222090 2011-05-19 05:13:25Z imp 475Set to not install gcc and g++. 476.Bf -symbolic 477The option does not generally work for build targets, unless some alternative 478toolchain is enabled. 479.Ef 480.It Va WITHOUT_GCOV 481.\" from FreeBSD: head/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru 482Set to not build the 483.Xr gcov 1 484tool. 485.It Va WITHOUT_GDB 486.\" from FreeBSD: head/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru 487Set to not build 488.Xr gdb 1 . 489.It Va WITHOUT_GNU 490.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru 491Set to not build contributed GNU software as a part of the base system. 492This option can be useful if the system built must not contain any code 493covered by the GNU Public License due to legal reasons. 494.Bf -symbolic 495The option has no effect yet. 496.Ef 497When set, it also enforces the following options: 498.Pp 499.Bl -item -compact 500.It 501.Va WITHOUT_GNU_SUPPORT 502.El 503.It Va WITHOUT_GNU_SUPPORT 504.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru 505Set to build some programs without optional GNU support. 506.It Va WITHOUT_GPIB 507.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIB 156932 2006-03-21 07:50:50Z ru 508Set to not build GPIB bus support. 509.It Va WITHOUT_GPIO 510.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIO 228081 2011-11-28 17:54:34Z dim 511Set to not build 512.Xr gpioctl 8 513as part of the base system. 514.It Va WITH_GPL_DTC 515.\" from FreeBSD: head/tools/build/options/WITH_GPL_DTC 246262 2013-02-02 22:42:46Z dim 516Set to build the GPL'd version of the device tree compiler from elinux.org, 517instead of the BSD licensed one. 518.It Va WITHOUT_GROFF 519.\" from FreeBSD: head/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs 520Set to not build 521.Xr groff 1 522and 523.Xr vgrind 1 . 524You should consider installing the textproc/groff port to not break 525.Xr man 1 . 526.It Va WITHOUT_GSSAPI 527.\" from FreeBSD: head/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru 528Set to not build libgssapi. 529.It Va WITH_HESIOD 530.\" from FreeBSD: head/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru 531Set to build Hesiod support. 532.It Va WITHOUT_HTML 533.\" from FreeBSD: head/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru 534Set to not build HTML docs. 535.It Va WITHOUT_ICONV 536.\" from FreeBSD: head/tools/build/options/WITHOUT_ICONV 254919 2013-08-26 17:15:56Z antoine 537Set to not build iconv as part of libc. 538When set, it also enforces the following options: 539.Pp 540.Bl -item -compact 541.It 542.Va WITHOUT_LIBICONV_COMPAT 543.El 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 WITH_LIBICONV_COMPAT 705.\" from FreeBSD: head/tools/build/options/WITH_LIBICONV_COMPAT 254919 2013-08-26 17:15:56Z antoine 706Set to build libiconv API and link time compatibility. 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 WITH_PKGTOOLS 969.\" from FreeBSD: head/tools/build/options/WITH_PKGTOOLS 253305 2013-07-12 23:11:17Z bapt 970Set to 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 WITH_SVN 1062.\" from FreeBSD: head/tools/build/options/WITH_SVN 252561 2013-07-03 12:36:47Z zeising 1063Set to install 1064.Xr svnlite 1 1065as 1066.Xr svn 1 . 1067.It Va WITHOUT_SVNLITE 1068.\" from FreeBSD: head/tools/build/options/WITHOUT_SVNLITE 252561 2013-07-03 12:36:47Z zeising 1069Set to not build 1070.Xr svnlite 1 1071and related programs. 1072.It Va WITHOUT_SYMVER 1073.\" from FreeBSD: head/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen 1074Set to disable symbol versioning when building shared libraries. 1075.It Va WITHOUT_SYSCONS 1076.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru 1077Set to not build 1078.Xr syscons 4 1079support files such as keyboard maps, fonts, and screen output maps. 1080.It Va WITHOUT_SYSINSTALL 1081.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSINSTALL 183242 2008-09-21 22:02:26Z sam 1082Set to not build 1083.Xr sysinstall 8 1084and related programs. 1085.It Va WITHOUT_TCSH 1086.\" from FreeBSD: head/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru 1087Set to not build and install 1088.Pa /bin/csh 1089(which is 1090.Xr tcsh 1 ) . 1091.It Va WITHOUT_TELNET 1092.\" from FreeBSD: head/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam 1093Set to not build 1094.Xr telnet 8 1095and related programs. 1096.It Va WITHOUT_TEXTPROC 1097.\" from FreeBSD: head/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam 1098Set to not build 1099programs used for text processing. 1100When set, it also enforces the following options: 1101.Pp 1102.Bl -item -compact 1103.It 1104.Va WITHOUT_GROFF 1105.El 1106.It Va WITHOUT_TOOLCHAIN 1107.\" from FreeBSD: head/tools/build/options/WITHOUT_TOOLCHAIN 174550 2007-12-12 16:43:17Z ru 1108Set to not install 1109programs used for program development, 1110compilers, debuggers etc. 1111.Bf -symbolic 1112The option does not work for build targets. 1113.Ef 1114When set, it also enforces the following options: 1115.Pp 1116.Bl -item -compact 1117.It 1118.Va WITHOUT_BINUTILS 1119.It 1120.Va WITHOUT_CLANG 1121.It 1122.Va WITHOUT_CLANG_EXTRAS 1123.It 1124.Va WITHOUT_CLANG_FULL 1125.It 1126.Va WITHOUT_CLANG_IS_CC 1127.It 1128.Va WITHOUT_GCC 1129.It 1130.Va WITHOUT_GDB 1131.El 1132.It Va WITHOUT_USB 1133.\" from FreeBSD: head/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru 1134Set to not build USB-related programs and libraries. 1135.It Va WITH_USB_GADGET_EXAMPLES 1136.\" from FreeBSD: head/tools/build/options/WITH_USB_GADGET_EXAMPLES 254919 2013-08-26 17:15:56Z antoine 1137Set to build USB gadget kernel modules. 1138.It Va WITHOUT_UTMPX 1139.\" from FreeBSD: head/tools/build/options/WITHOUT_UTMPX 231530 2012-02-11 20:28:42Z ed 1140Set to not build user accounting tools such as 1141.Xr last 1 , 1142.Xr users 1 , 1143.Xr who 1 , 1144.Xr ac 8 , 1145.Xr lastlogin 8 1146and 1147.Xr utx 8 . 1148.It Va WITHOUT_WIRELESS 1149.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam 1150Set to not build programs used for 802.11 wireless networks; especially 1151.Xr wpa_supplicant 8 1152and 1153.Xr hostapd 8 . 1154When set, it also enforces the following options: 1155.Pp 1156.Bl -item -compact 1157.It 1158.Va WITHOUT_WIRELESS_SUPPORT 1159.El 1160.It Va WITHOUT_WIRELESS_SUPPORT 1161.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam 1162Set to build libraries, programs, and kernel modules without 1163802.11 wireless support. 1164.It Va WITHOUT_WPA_SUPPLICANT_EAPOL 1165.\" from FreeBSD: head/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru 1166Build 1167.Xr wpa_supplicant 8 1168without support for the IEEE 802.1X protocol and without 1169support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS 1170protocols (usable only via 802.1X). 1171.It Va WITHOUT_ZFS 1172.\" from FreeBSD: head/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd 1173Set to not build ZFS file system. 1174.It Va WITHOUT_ZONEINFO 1175.\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 235342 2012-05-12 16:12:36Z gjb 1176Set to not build the timezone database. 1177.El 1178.Sh FILES 1179.Bl -tag -compact -width Pa 1180.It Pa /etc/src.conf 1181.It Pa /usr/share/mk/bsd.own.mk 1182.El 1183.Sh SEE ALSO 1184.Xr make 1 , 1185.Xr make.conf 5 , 1186.Xr build 7 , 1187.Xr ports 7 1188.Sh HISTORY 1189The 1190.Nm 1191file appeared in 1192.Fx 7.0 . 1193.Sh AUTHORS 1194This manual page was autogenerated. 1195