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