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