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