1.\" DO NOT EDIT-- this file is automatically generated. 2.\" from FreeBSD: head/tools/build/options/makeman 292283 2015-12-15 18:42:30Z bdrewery 3.\" $FreeBSD$ 4.Dd February 24, 2016 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 environment of 69.Xr make 1 70for the build can be controlled via the 71.Va SRC_ENV_CONF 72variable, which defaults to 73.Pa /etc/src-env.conf . 74Some examples that may only be set in this file are 75.Va WITH_DIRDEPS_BUILD , 76and 77.Va WITH_META_MODE 78as they are environment-only variables. 79Note that 80.Va MAKEOBJDIRPREFIX 81may be set here only when using 82.Va WITH_DIRDEPS_BUILD . 83.Pp 84The values of variables are ignored regardless of their setting; 85even if they would be set to 86.Dq Li FALSE 87or 88.Dq Li NO . 89Just the existence of an option will cause 90it to be honoured by 91.Xr make 1 . 92.Pp 93The following list provides a name and short description for variables 94that can be used for source builds. 95.Bl -tag -width indent 96.It Va WITHOUT_ACCT 97.\" from FreeBSD: head/tools/build/options/WITHOUT_ACCT 223201 2011-06-17 20:47:44Z ed 98Set to not build process accounting tools such as 99.Xr accton 8 100and 101.Xr sa 8 . 102.It Va WITHOUT_ACPI 103.\" from FreeBSD: head/tools/build/options/WITHOUT_ACPI 156932 2006-03-21 07:50:50Z ru 104Set to not build 105.Xr acpiconf 8 , 106.Xr acpidump 8 107and related programs. 108.It Va WITHOUT_AMD 109.\" from FreeBSD: head/tools/build/options/WITHOUT_AMD 183242 2008-09-21 22:02:26Z sam 110Set to not build 111.Xr amd 8 , 112and related programs. 113.It Va WITHOUT_APM 114.\" from FreeBSD: head/tools/build/options/WITHOUT_APM 183242 2008-09-21 22:02:26Z sam 115Set to not build 116.Xr apm 8 , 117.Xr apmd 8 118and related programs. 119.It Va WITHOUT_ASSERT_DEBUG 120.\" from FreeBSD: head/tools/build/options/WITHOUT_ASSERT_DEBUG 162215 2006-09-11 13:55:27Z ru 121Set to compile programs and libraries without the 122.Xr assert 3 123checks. 124.It Va WITHOUT_AT 125.\" from FreeBSD: head/tools/build/options/WITHOUT_AT 183242 2008-09-21 22:02:26Z sam 126Set to not build 127.Xr at 1 128and related utilities. 129.It Va WITHOUT_ATM 130.\" from FreeBSD: head/tools/build/options/WITHOUT_ATM 156932 2006-03-21 07:50:50Z ru 131Set to not build 132programs and libraries related to ATM networking. 133.It Va WITHOUT_AUDIT 134.\" from FreeBSD: head/tools/build/options/WITHOUT_AUDIT 156932 2006-03-21 07:50:50Z ru 135Set to not build audit support into system programs. 136.It Va WITHOUT_AUTHPF 137.\" from FreeBSD: head/tools/build/options/WITHOUT_AUTHPF 156932 2006-03-21 07:50:50Z ru 138Set to not build 139.Xr authpf 8 . 140.It Va WITHOUT_AUTOFS 141.\" from FreeBSD: head/tools/build/options/WITHOUT_AUTOFS 277728 2015-01-26 07:15:49Z ngie 142Set to not build 143.Xr autofs 4 144related programs, libraries, and kernel modules. 145.It Va WITH_AUTO_OBJ 146.\" from FreeBSD: head/tools/build/options/WITH_AUTO_OBJ 284708 2015-06-22 20:21:57Z sjg 147Enable automatic creation of objdirs. 148.Pp 149This must be set in the environment, make command line, or 150.Pa /etc/src-env.conf , 151not 152.Pa /etc/src.conf . 153.It Va WITHOUT_BHYVE 154.\" from FreeBSD: head/tools/build/options/WITHOUT_BHYVE 277727 2015-01-26 06:44:48Z ngie 155Set to not build or install 156.Xr bhyve 8 , 157associated utilities, and examples. 158.Pp 159This option only affects amd64/amd64. 160.It Va WITHOUT_BINUTILS 161.\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS 286332 2015-08-05 18:30:00Z emaste 162Set to not build or install binutils (as, ld, objcopy, and objdump ) as part 163of the normal system build. 164The resulting system cannot build programs from source. 165.Pp 166It is a default setting on 167arm64/aarch64. 168.It Va WITH_BINUTILS 169.\" from FreeBSD: head/tools/build/options/WITH_BINUTILS 295491 2016-02-11 00:14:00Z emaste 170Set to build and install binutils (as, ld, objcopy, and objdump) as part 171of the normal system build. 172.Pp 173It is a default setting on 174amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 175.It Va WITHOUT_BINUTILS_BOOTSTRAP 176.\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP 295490 2016-02-10 23:57:09Z emaste 177Set to not build binutils (as, ld, objcopy and objdump) 178as part of the bootstrap process. 179.Bf -symbolic 180The option does not work for build targets unless some alternative 181toolchain is provided. 182.Ef 183.Pp 184It is a default setting on 185arm64/aarch64. 186.It Va WITH_BINUTILS_BOOTSTRAP 187.\" from FreeBSD: head/tools/build/options/WITH_BINUTILS_BOOTSTRAP 295491 2016-02-11 00:14:00Z emaste 188Set build binutils (as, ld, objcopy and objdump) 189as part of the bootstrap process. 190.Pp 191It is a default setting on 192amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 193.It Va WITHOUT_BLUETOOTH 194.\" from FreeBSD: head/tools/build/options/WITHOUT_BLUETOOTH 156932 2006-03-21 07:50:50Z ru 195Set to not build Bluetooth related kernel modules, programs and libraries. 196.It Va WITHOUT_BOOT 197.\" from FreeBSD: head/tools/build/options/WITHOUT_BOOT 156932 2006-03-21 07:50:50Z ru 198Set to not build the boot blocks and loader. 199.It Va WITHOUT_BOOTPARAMD 200.\" from FreeBSD: head/tools/build/options/WITHOUT_BOOTPARAMD 278192 2015-02-04 10:19:32Z ngie 201Set to not build or install 202.Xr bootparamd 8 . 203.It Va WITHOUT_BOOTPD 204.\" from FreeBSD: head/tools/build/options/WITHOUT_BOOTPD 278192 2015-02-04 10:19:32Z ngie 205Set to not build or install 206.Xr bootpd 8 . 207.It Va WITHOUT_BSDINSTALL 208.\" from FreeBSD: head/tools/build/options/WITHOUT_BSDINSTALL 277677 2015-01-25 04:43:13Z ngie 209Set to not build 210.Xr bsdinstall 8 , 211.Xr sade 8 , 212and related programs. 213.It Va WITHOUT_BSD_CPIO 214.\" from FreeBSD: head/tools/build/options/WITHOUT_BSD_CPIO 179813 2008-06-16 05:48:15Z dougb 215Set to not build the BSD licensed version of cpio based on 216.Xr libarchive 3 . 217.It Va WITH_BSD_GREP 218.\" from FreeBSD: head/tools/build/options/WITH_BSD_GREP 222273 2011-05-25 01:04:12Z obrien 219Install BSD-licensed grep as '[ef]grep' instead of GNU grep. 220.It Va WITHOUT_BSNMP 221.\" from FreeBSD: head/tools/build/options/WITHOUT_BSNMP 183306 2008-09-23 16:15:42Z sam 222Set to not build or install 223.Xr bsnmpd 1 224and related libraries and data files. 225.It Va WITHOUT_BZIP2 226.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2 174550 2007-12-12 16:43:17Z ru 227Set to not build contributed bzip2 software as a part of the base system. 228.Bf -symbolic 229The option has no effect yet. 230.Ef 231When set, it also enforces the following options: 232.Pp 233.Bl -item -compact 234.It 235.Va WITHOUT_BZIP2_SUPPORT 236.El 237.It Va WITHOUT_BZIP2_SUPPORT 238.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2_SUPPORT 166255 2007-01-26 10:19:08Z delphij 239Set to build some programs without optional bzip2 support. 240.It Va WITHOUT_CALENDAR 241.\" from FreeBSD: head/tools/build/options/WITHOUT_CALENDAR 156932 2006-03-21 07:50:50Z ru 242Set to not build 243.Xr calendar 1 . 244.It Va WITHOUT_CAPSICUM 245.\" from FreeBSD: head/tools/build/options/WITHOUT_CAPSICUM 229319 2012-01-02 21:57:58Z rwatson 246Set to not build Capsicum support into system programs. 247.It Va WITHOUT_CASPER 248.\" from FreeBSD: head/tools/build/options/WITHOUT_CASPER 258838 2013-12-02 08:21:28Z pjd 249Set to not build Casper program and related libraries. 250.It Va WITH_CCACHE_BUILD 251.\" from FreeBSD: head/tools/build/options/WITH_CCACHE_BUILD 290526 2015-11-08 00:50:18Z bdrewery 252Set to use 253.Xr ccache 1 254for the build. 255No configuration is required except to install the 256.Sy devel/ccache 257package. 258Using with 259.Xr distcc 1 260should set 261.Sy CCACHE_PREFIX=/usr/local/bin/distcc . 262The default cache directory of 263.Pa $HOME/.ccache 264will be used, which can be overridden by setting 265.Sy CCACHE_DIR . 266The 267.Sy CCACHE_COMPILERCHECK 268option defaults to 269.Sy content 270when using the in-tree bootstrap compiler, 271and 272.Sy mtime 273when using an external compiler. 274The 275.Sy CCACHE_CPP2 276option is used for Clang but not GCC. 277ccache works best when combined with the 278.Sy WITH_FAST_DEPEND 279option. 280.Pp 281Sharing a cache between multiple work directories requires using a layout 282similar to 283.Pa /some/prefix/src 284.Pa /some/prefix/obj 285and an environment such as: 286.Bd -literal -offset indent 287CCACHE_BASEDIR='${SRCTOP:H}' MAKEOBJDIRPREFIX='${SRCTOP:H}/obj' 288.Ed 289.Pp 290See 291.Xr ccache 1 292for more configuration options. 293.It Va WITHOUT_CCD 294.\" from FreeBSD: head/tools/build/options/WITHOUT_CCD 277678 2015-01-25 04:52:48Z ngie 295Set to not build 296.Xr geom_ccd 4 297and related utilities. 298.It Va WITHOUT_CDDL 299.\" from FreeBSD: head/tools/build/options/WITHOUT_CDDL 163861 2006-11-01 09:02:11Z jb 300Set to not build code licensed under Sun's CDDL. 301When set, it also enforces the following options: 302.Pp 303.Bl -item -compact 304.It 305.Va WITHOUT_CTF 306.It 307.Va WITHOUT_ZFS 308.El 309.It Va WITHOUT_CLANG 310.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG 264660 2014-04-18 17:03:58Z imp 311Set to not build the Clang C/C++ compiler during the regular phase of the build. 312.Pp 313It is a default setting on 314mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64. 315When set, it also enforces the following options: 316.Pp 317.Bl -item -compact 318.It 319.Va WITHOUT_CLANG_EXTRAS 320.It 321.Va WITHOUT_CLANG_FULL 322.El 323.It Va WITH_CLANG 324.\" from FreeBSD: head/tools/build/options/WITH_CLANG 264660 2014-04-18 17:03:58Z imp 325Set to build the Clang C/C++ compiler during the normal phase of the build. 326.Pp 327It is a default setting on 328amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64. 329.It Va WITHOUT_CLANG_BOOTSTRAP 330.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_BOOTSTRAP 273177 2014-10-16 18:28:11Z skreuzer 331Set to not build the Clang C/C++ compiler during the bootstrap phase of the build. 332You must enable either gcc or clang bootstrap to be able to build the system, 333unless an alternative compiler is provided via 334XCC. 335.Pp 336It is a default setting on 337mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 338.It Va WITH_CLANG_BOOTSTRAP 339.\" from FreeBSD: head/tools/build/options/WITH_CLANG_BOOTSTRAP 264660 2014-04-18 17:03:58Z imp 340Set to build the Clang C/C++ compiler during the bootstrap phase of the build. 341.Pp 342It is a default setting on 343amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386. 344.It Va WITH_CLANG_EXTRAS 345.\" from FreeBSD: head/tools/build/options/WITH_CLANG_EXTRAS 231057 2012-02-05 23:56:22Z dim 346Set to build additional clang and llvm tools, such as bugpoint. 347.It Va WITHOUT_CLANG_FULL 348.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_FULL 246259 2013-02-02 22:28:29Z dim 349Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of 350the Clang C/C++ compiler. 351.Pp 352It is a default setting on 353mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64. 354.It Va WITH_CLANG_FULL 355.\" from FreeBSD: head/tools/build/options/WITH_CLANG_FULL 246259 2013-02-02 22:28:29Z dim 356Set to build the ARCMigrate, Rewriter and StaticAnalyzer components of the 357Clang C/C++ compiler. 358.Pp 359It is a default setting on 360amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64. 361.It Va WITHOUT_CLANG_IS_CC 362.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_IS_CC 242629 2012-11-05 21:53:23Z brooks 363Set to install the GCC compiler as 364.Pa /usr/bin/cc , 365.Pa /usr/bin/c++ 366and 367.Pa /usr/bin/cpp . 368.Pp 369It is a default setting on 370mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 371.It Va WITH_CLANG_IS_CC 372.\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 235342 2012-05-12 16:12:36Z gjb 373Set to install the Clang C/C++ compiler as 374.Pa /usr/bin/cc , 375.Pa /usr/bin/c++ 376and 377.Pa /usr/bin/cpp . 378.Pp 379It is a default setting on 380amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386. 381.It Va WITHOUT_CPP 382.\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru 383Set to not build 384.Xr cpp 1 . 385.It Va WITHOUT_CROSS_COMPILER 386.\" from FreeBSD: head/tools/build/options/WITHOUT_CROSS_COMPILER 275138 2014-11-26 20:43:09Z gjb 387Set to not build any cross compiler in the cross-tools stage of buildworld. 388If you are compiling a different version of 389.Fx 390than what is installed on the system, you will need to provide an alternate 391compiler with XCC to ensure success. 392If you are compiling with an identical version of 393.Fx 394to the host, this option may be safely used. 395This option may also be safe when the host version of 396.Fx 397is close to the sources being built, but all bets are off if there have 398been any changes to the toolchain between the versions. 399When set, it also enforces the following options: 400.Pp 401.Bl -item -compact 402.It 403.Va WITHOUT_BINUTILS_BOOTSTRAP 404.It 405.Va WITHOUT_CLANG_BOOTSTRAP 406.It 407.Va WITHOUT_ELFTOOLCHAIN_BOOTSTRAP 408.It 409.Va WITHOUT_GCC_BOOTSTRAP 410.El 411.It Va WITHOUT_CRYPT 412.\" from FreeBSD: head/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru 413Set to not build any crypto code. 414When set, it also enforces the following options: 415.Pp 416.Bl -item -compact 417.It 418.Va WITHOUT_KERBEROS 419.It 420.Va WITHOUT_KERBEROS_SUPPORT 421.It 422.Va WITHOUT_OPENSSH 423.It 424.Va WITHOUT_OPENSSL 425.El 426.Pp 427When set, the following options are also in effect: 428.Pp 429.Bl -inset -compact 430.It Va WITHOUT_GSSAPI 431(unless 432.Va WITH_GSSAPI 433is set explicitly) 434.El 435.It Va WITH_CTF 436.\" from FreeBSD: head/tools/build/options/WITH_CTF 228159 2011-11-30 18:22:44Z fjoe 437Set to compile with CTF (Compact C Type Format) data. 438CTF data encapsulates a reduced form of debugging information 439similar to DWARF and the venerable stabs and is required for DTrace. 440.It Va WITHOUT_CTM 441.\" from FreeBSD: head/tools/build/options/WITHOUT_CTM 183242 2008-09-21 22:02:26Z sam 442Set to not build 443.Xr ctm 1 444and related utilities. 445.It Va WITHOUT_CUSE 446.\" from FreeBSD: head/tools/build/options/WITHOUT_CUSE 270171 2014-08-19 15:40:26Z hselasky 447Set to not build CUSE-related programs and libraries. 448.It Va WITHOUT_CXX 449.\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 281053 2015-04-03 23:55:04Z bdrewery 450Set to not build 451.Xr c++ 1 452and related libraries. 453It will also prevent building of 454.Xr gperf 1 455and 456.Xr devd 8 . 457When set, it also enforces the following options: 458.Pp 459.Bl -item -compact 460.It 461.Va WITHOUT_CLANG 462.It 463.Va WITHOUT_CLANG_EXTRAS 464.It 465.Va WITHOUT_CLANG_FULL 466.It 467.Va WITHOUT_GNUCXX 468.It 469.Va WITHOUT_GROFF 470.El 471.It Va WITHOUT_DEBUG_FILES 472.\" from FreeBSD: head/tools/build/options/WITHOUT_DEBUG_FILES 290059 2015-10-27 20:49:56Z emaste 473Set to avoid building or installing standalone debug files for each 474executable binary and shared library. 475.It Va WITHOUT_DICT 476.\" from FreeBSD: head/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru 477Set to not build the Webster dictionary files. 478.It Va WITH_DIRDEPS_BUILD 479.\" from FreeBSD: head/tools/build/options/WITH_DIRDEPS_BUILD 290816 2015-11-14 03:24:48Z sjg 480Enable building in meta mode. 481This is an experimental build feature. 482For details see 483http://www.crufty.net/sjg/docs/freebsd-meta-mode.htm. 484.Pp 485The build is driven by dirdeps.mk using 486.Va DIRDEPS 487stored in 488Makefile.depend files found in each directory. 489.Pp 490The build can be started from anywhere, and behaves the same. 491The initial instance of 492.Xr make 1 493recursively reads 494.Va DIRDEPS 495from Makefile.depend 496computing a graph of tree dependencies from the current origin. 497Setting 498.Va NO_DIRDEPS 499will skip checking dirdep dependencies and will only build in the current 500directory. 501.Pp 502As each target is made 503.Xr make 1 504produces a meta file which is used to capture (and compare) 505the command line, 506as well as any command output. 507If 508.Xr filemon 4 509is available the meta file will also capture a record of files 510used to produce the target by tracking syscalls. 511.Pp 512The build will hide commands ran unless 513.Va NO_SILENT 514is defined. 515.Pp 516When set, it also enforces the following options: 517.Pp 518.Bl -item -compact 519.It 520.Va WITH_FAST_DEPEND 521.It 522.Va WITH_INSTALL_AS_USER 523.El 524.Pp 525When set, the following options are also in effect: 526.Pp 527.Bl -inset -compact 528.It Va WITH_AUTO_OBJ 529(unless 530.Va WITHOUT_AUTO_OBJ 531is set explicitly) 532.It Va WITH_META_MODE 533(unless 534.Va WITHOUT_META_MODE 535is set explicitly) 536.It Va WITH_STAGING 537(unless 538.Va WITHOUT_STAGING 539is set explicitly) 540.It Va WITH_STAGING_MAN 541(unless 542.Va WITHOUT_STAGING_MAN 543is set explicitly) 544.It Va WITH_STAGING_PROG 545(unless 546.Va WITHOUT_STAGING_PROG 547is set explicitly) 548.It Va WITH_SYSROOT 549(unless 550.Va WITHOUT_SYSROOT 551is set explicitly) 552.El 553.Pp 554This must be set in the environment, make command line, or 555.Pa /etc/src-env.conf , 556not 557.Pa /etc/src.conf . 558.It Va WITH_DIRDEPS_CACHE 559.\" from FreeBSD: head/tools/build/options/WITH_DIRDEPS_CACHE 290816 2015-11-14 03:24:48Z sjg 560Cache result of dirdeps.mk which can save significant time 561for subsequent builds. 562Depends on 563.Va WITH_DIRDEPS_BUILD . 564.Pp 565This must be set in the environment, make command line, or 566.Pa /etc/src-env.conf , 567not 568.Pa /etc/src.conf . 569.It Va WITHOUT_DMAGENT 570.\" from FreeBSD: head/tools/build/options/WITHOUT_DMAGENT 262335 2014-02-22 13:05:23Z bapt 571Set to not build dma Mail Transport Agent 572.It Va WITHOUT_DOCCOMPRESS 573.\" from FreeBSD: head/tools/build/options/WITHOUT_DOCCOMPRESS 266752 2014-05-27 15:52:27Z gjb 574Set to not to install compressed system documentation. 575Only the uncompressed version will be installed. 576.It Va WITH_DTRACE_TESTS 577.\" from FreeBSD: head/tools/build/options/WITH_DTRACE_TESTS 286174 2015-08-02 00:37:33Z markj 578Set to build and install the DTrace test suite in 579.Pa /usr/tests/cddl/usr.sbin/dtrace . 580This test suite is considered experimental on architectures other than 581amd64/amd64 and running it may cause system instability. 582.It Va WITHOUT_DYNAMICROOT 583.\" from FreeBSD: head/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru 584Set this if you do not want to link 585.Pa /bin 586and 587.Pa /sbin 588dynamically. 589.It Va WITHOUT_ED_CRYPTO 590.\" from FreeBSD: head/tools/build/options/WITHOUT_ED_CRYPTO 235660 2012-05-19 20:05:27Z marcel 591Set to build 592.Xr ed 1 593without support for encryption/decryption. 594.It Va WITHOUT_EE 595.\" from FreeBSD: head/tools/build/options/WITHOUT_EE 277663 2015-01-25 00:03:44Z ngie 596Set to not build and install 597.Xr edit 1 , 598.Xr ee 1 , 599and related programs. 600.It Va WITH_EISA 601.\" from FreeBSD: head/tools/build/options/WITH_EISA 264654 2014-04-18 16:53:06Z imp 602Set to build EISA kernel modules. 603.It Va WITHOUT_ELFCOPY_AS_OBJCOPY 604.\" from FreeBSD: head/tools/build/options/WITHOUT_ELFCOPY_AS_OBJCOPY 286030 2015-07-29 18:45:38Z emaste 605Set to build and install 606.Xr objcopy 1 607from GNU Binutils, instead of the one from ELF Tool Chain. 608.Pp 609It is a default setting on 610amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 611.It Va WITH_ELFCOPY_AS_OBJCOPY 612.\" from FreeBSD: head/tools/build/options/WITH_ELFCOPY_AS_OBJCOPY 286030 2015-07-29 18:45:38Z emaste 613Set to build and install ELF Tool Chain's elfcopy as 614.Xr objcopy 1 , 615instead of the one from GNU Binutils. 616.Pp 617It is a default setting on 618arm64/aarch64. 619.It Va WITHOUT_ELFTOOLCHAIN_BOOTSTRAP 620.\" from FreeBSD: head/tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP 295491 2016-02-11 00:14:00Z emaste 621Set to not build ELF Tool Chain tools 622(addr2line, nm, size, strings and strip) 623as part of the bootstrap process. 624.Bf -symbolic 625An alternate bootstrap tool chain must be provided. 626.Ef 627.It Va WITHOUT_EXAMPLES 628.\" from FreeBSD: head/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru 629Set to avoid installing examples to 630.Pa /usr/share/examples/ . 631.It Va WITH_FAST_DEPEND 632.\" from FreeBSD: head/tools/build/options/WITH_FAST_DEPEND 290433 2015-11-06 04:45:29Z bdrewery 633Set to generate 634.Sy .depend 635files in the build during compilation instead of the 636historial 637.Xr mkdep 1 638call during the "make depend" phase. 639.It Va WITHOUT_FDT 640.\" from FreeBSD: head/tools/build/options/WITHOUT_FDT 221539 2011-05-06 19:10:27Z ru 641Set to not build Flattened Device Tree support as part of the base system. 642This includes the device tree compiler (dtc) and libfdt support library. 643.It Va WITHOUT_FILE 644.\" from FreeBSD: head/tools/build/options/WITHOUT_FILE 278193 2015-02-04 10:24:40Z ngie 645Set to not build 646.Xr file 1 647and related programs. 648.It Va WITHOUT_FINGER 649.\" from FreeBSD: head/tools/build/options/WITHOUT_FINGER 278192 2015-02-04 10:19:32Z ngie 650Set to not build or install 651.Xr finger 1 652and 653.Xr fingerd 8 . 654.It Va WITHOUT_FLOPPY 655.\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru 656Set to not build or install programs 657for operating floppy disk driver. 658.It Va WITHOUT_FMTREE 659.\" from FreeBSD: head/tools/build/options/WITHOUT_FMTREE 261299 2014-01-30 21:37:43Z brooks 660Set to not build and install 661.Pa /usr/sbin/fmtree . 662.It Va WITHOUT_FORMAT_EXTENSIONS 663.\" from FreeBSD: head/tools/build/options/WITHOUT_FORMAT_EXTENSIONS 250658 2013-05-15 13:04:10Z brooks 664Set to not enable 665.Fl fformat-extensions 666when compiling the kernel. 667Also disables all format checking. 668.It Va WITHOUT_FORTH 669.\" from FreeBSD: head/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru 670Set to build bootloaders without Forth support. 671.It Va WITHOUT_FP_LIBC 672.\" from FreeBSD: head/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru 673Set to build 674.Nm libc 675without floating-point support. 676.It Va WITHOUT_FREEBSD_UPDATE 677.\" from FreeBSD: head/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam 678Set to not build 679.Xr freebsd-update 8 . 680.It Va WITHOUT_FTP 681.\" from FreeBSD: head/tools/build/options/WITHOUT_FTP 278192 2015-02-04 10:19:32Z ngie 682Set to not build or install 683.Xr ftp 1 684and 685.Xr ftpd 8 . 686.It Va WITHOUT_GAMES 687.\" from FreeBSD: head/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru 688Set to not build games. 689.It Va WITHOUT_GCC 690.\" from FreeBSD: head/tools/build/options/WITHOUT_GCC 264660 2014-04-18 17:03:58Z imp 691Set to not build and install gcc and g++ as part of the normal build process. 692.Pp 693It is a default setting on 694amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386. 695.It Va WITH_GCC 696.\" from FreeBSD: head/tools/build/options/WITH_GCC 255326 2013-09-06 20:49:48Z zeising 697Set to build and install gcc and g++. 698.Pp 699It is a default setting on 700mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 701.It Va WITHOUT_GCC_BOOTSTRAP 702.\" from FreeBSD: head/tools/build/options/WITHOUT_GCC_BOOTSTRAP 273177 2014-10-16 18:28:11Z skreuzer 703Set to not build gcc and g++ as part of the bootstrap process. 704You must enable either gcc or clang bootstrap to be able to build the system, 705unless an alternative compiler is provided via 706XCC. 707.Pp 708It is a default setting on 709amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386. 710.It Va WITH_GCC_BOOTSTRAP 711.\" from FreeBSD: head/tools/build/options/WITH_GCC_BOOTSTRAP 264660 2014-04-18 17:03:58Z imp 712Set to build gcc and g++ as part of the bootstrap process. 713.Pp 714It is a default setting on 715mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 716.It Va WITHOUT_GCOV 717.\" from FreeBSD: head/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru 718Set to not build the 719.Xr gcov 1 720tool. 721.It Va WITHOUT_GDB 722.\" from FreeBSD: head/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru 723Set to not build 724.Xr gdb 1 . 725.Pp 726It is a default setting on 727arm64/aarch64. 728.It Va WITH_GDB 729.\" from FreeBSD: head/tools/build/options/WITH_GDB 295493 2016-02-11 00:30:51Z emaste 730Set to build 731.Xr gdb 1 . 732.Pp 733It is a default setting on 734amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 735.It Va WITHOUT_GNU 736.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru 737Set to not build contributed GNU software as a part of the base system. 738This option can be useful if the system built must not contain any code 739covered by the GNU Public License due to legal reasons. 740.Bf -symbolic 741The option has no effect yet. 742.Ef 743When set, it also enforces the following options: 744.Pp 745.Bl -item -compact 746.It 747.Va WITHOUT_GNU_SUPPORT 748.El 749.It Va WITHOUT_GNUCXX 750.\" from FreeBSD: head/tools/build/options/WITHOUT_GNUCXX 255321 2013-09-06 20:08:03Z theraven 751Do not build the GNU C++ stack (g++, libstdc++). 752This is the default on platforms where clang is the system compiler. 753.Pp 754It is a default setting on 755amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386. 756.It Va WITH_GNUCXX 757.\" from FreeBSD: head/tools/build/options/WITH_GNUCXX 255321 2013-09-06 20:08:03Z theraven 758Build the GNU C++ stack (g++, libstdc++). 759This is the default on platforms where gcc is the system compiler. 760.Pp 761It is a default setting on 762mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 763.It Va WITHOUT_GNU_GREP_COMPAT 764.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_GREP_COMPAT 273421 2014-10-21 20:44:33Z emaste 765Set this option to omit the gnu extensions to grep from being included in 766BSD grep. 767.It Va WITHOUT_GNU_SUPPORT 768.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru 769Set to build some programs without optional GNU support. 770.It Va WITHOUT_GPIO 771.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIO 228081 2011-11-28 17:54:34Z dim 772Set to not build 773.Xr gpioctl 8 774as part of the base system. 775.It Va WITHOUT_GPL_DTC 776.\" from FreeBSD: head/tools/build/options/WITHOUT_GPL_DTC 264515 2014-04-15 20:41:55Z imp 777Set to build the BSD licensed version of the device tree compiler, instead of the 778GPL'd one from elinux.org. 779.It Va WITHOUT_GROFF 780.\" from FreeBSD: head/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs 781Set to not build 782.Xr groff 1 783and 784.Xr vgrind 1 . 785You should consider installing the textproc/groff port to not break 786.Xr man 1 . 787.It Va WITHOUT_GSSAPI 788.\" from FreeBSD: head/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru 789Set to not build libgssapi. 790.It Va WITHOUT_HAST 791.\" from FreeBSD: head/tools/build/options/WITHOUT_HAST 277725 2015-01-26 06:27:07Z ngie 792Set to not build 793.Xr hastd 8 794and related utilities. 795.It Va WITH_HESIOD 796.\" from FreeBSD: head/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru 797Set to build Hesiod support. 798.It Va WITHOUT_HTML 799.\" from FreeBSD: head/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru 800Set to not build HTML docs. 801.It Va WITHOUT_HYPERV 802.\" from FreeBSD: head/tools/build/options/WITHOUT_HYPERV 271493 2014-09-13 02:15:31Z delphij 803Set to not build or install HyperV utilities. 804.It Va WITHOUT_ICONV 805.\" from FreeBSD: head/tools/build/options/WITHOUT_ICONV 254919 2013-08-26 17:15:56Z antoine 806Set to not build iconv as part of libc. 807.It Va WITHOUT_INCLUDES 808.\" from FreeBSD: head/tools/build/options/WITHOUT_INCLUDES 275138 2014-11-26 20:43:09Z gjb 809Set to not install header files. 810This option used to be spelled 811.Va NO_INCS . 812.Bf -symbolic 813The option does not work for build targets. 814.Ef 815.It Va WITHOUT_INET 816.\" from FreeBSD: head/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz 817Set to not build programs and libraries related to IPv4 networking. 818When set, it also enforces the following options: 819.Pp 820.Bl -item -compact 821.It 822.Va WITHOUT_INET_SUPPORT 823.El 824.It Va WITHOUT_INET6 825.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru 826Set to not build 827programs and libraries related to IPv6 networking. 828When set, it also enforces the following options: 829.Pp 830.Bl -item -compact 831.It 832.Va WITHOUT_INET6_SUPPORT 833.El 834.It Va WITHOUT_INET6_SUPPORT 835.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru 836Set to build libraries, programs, and kernel modules without IPv6 support. 837.It Va WITHOUT_INETD 838.\" from FreeBSD: head/tools/build/options/WITHOUT_INETD 278192 2015-02-04 10:19:32Z ngie 839Set to not build 840.Xr inetd 8 . 841.It Va WITHOUT_INET_SUPPORT 842.\" from FreeBSD: head/tools/build/options/WITHOUT_INET_SUPPORT 221266 2011-04-30 17:58:28Z bz 843Set to build libraries, programs, and kernel modules without IPv4 support. 844.It Va WITHOUT_INSTALLLIB 845.\" from FreeBSD: head/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb 846Set this if you do not want to install optional libraries. 847For example when creating a 848.Xr nanobsd 8 849image. 850.It Va WITH_INSTALL_AS_USER 851.\" from FreeBSD: head/tools/build/options/WITH_INSTALL_AS_USER 238021 2012-07-02 20:24:01Z marcel 852Set to make install targets succeed for non-root users by installing 853files with owner and group attributes set to that of the user running 854the 855.Xr make 1 856command. 857The user still has to set the 858.Va DESTDIR 859variable to point to a directory where the user has write permissions. 860.It Va WITHOUT_IPFILTER 861.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru 862Set to not build IP Filter package. 863.It Va WITHOUT_IPFW 864.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam 865Set to not build IPFW tools. 866.It Va WITHOUT_ISCSI 867.\" from FreeBSD: head/tools/build/options/WITHOUT_ISCSI 277675 2015-01-25 04:20:11Z ngie 868Set to not build 869.Xr iscid 8 870and related utilities. 871.It Va WITHOUT_JAIL 872.\" from FreeBSD: head/tools/build/options/WITHOUT_JAIL 249966 2013-04-27 04:09:09Z eadler 873Set to not build tools for the support of jails; e.g., 874.Xr jail 8 . 875.It Va WITHOUT_KDUMP 876.\" from FreeBSD: head/tools/build/options/WITHOUT_KDUMP 240690 2012-09-19 11:38:37Z zeising 877Set to not build 878.Xr kdump 1 879and 880.Xr truss 1 . 881.It Va WITHOUT_KERBEROS 882.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru 883Set this if you do not want to build Kerberos 5 (KTH Heimdal). 884When set, it also enforces the following options: 885.Pp 886.Bl -item -compact 887.It 888.Va WITHOUT_KERBEROS_SUPPORT 889.El 890.Pp 891When set, the following options are also in effect: 892.Pp 893.Bl -inset -compact 894.It Va WITHOUT_GSSAPI 895(unless 896.Va WITH_GSSAPI 897is set explicitly) 898.El 899.It Va WITHOUT_KERBEROS_SUPPORT 900.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS_SUPPORT 251794 2013-06-15 20:29:07Z eadler 901Set to build some programs without Kerberos support, like 902.Xr ssh 1 , 903.Xr telnet 1 , 904.Xr sshd 8 , 905and 906.Xr telnetd 8 . 907.It Va WITHOUT_KERNEL_SYMBOLS 908.\" from FreeBSD: head/tools/build/options/WITHOUT_KERNEL_SYMBOLS 222189 2011-05-22 18:23:17Z imp 909Set to not install kernel symbol files. 910.Bf -symbolic 911This option is recommended for those people who have small root partitions. 912.Ef 913.It Va WITHOUT_KVM 914.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru 915Set to not build the 916.Nm libkvm 917library as a part of the base system. 918.Bf -symbolic 919The option has no effect yet. 920.Ef 921When set, it also enforces the following options: 922.Pp 923.Bl -item -compact 924.It 925.Va WITHOUT_KVM_SUPPORT 926.El 927.It Va WITHOUT_KVM_SUPPORT 928.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin 929Set to build some programs without optional 930.Nm libkvm 931support. 932.It Va WITHOUT_LDNS 933.\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS 255591 2013-09-15 13:11:13Z des 934Setting this variable will prevent the LDNS library from being built. 935When set, it also enforces the following options: 936.Pp 937.Bl -item -compact 938.It 939.Va WITHOUT_LDNS_UTILS 940.It 941.Va WITHOUT_UNBOUND 942.El 943.It Va WITHOUT_LDNS_UTILS 944.\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS_UTILS 255850 2013-09-24 14:33:31Z des 945Setting this variable will prevent building the LDNS utilities 946.Xr drill 1 947and 948.Xr host 1 . 949.It Va WITHOUT_LEGACY_CONSOLE 950.\" from FreeBSD: head/tools/build/options/WITHOUT_LEGACY_CONSOLE 249966 2013-04-27 04:09:09Z eadler 951Set to not build programs that support a legacy PC console; e.g., 952.Xr kbdcontrol 8 953and 954.Xr vidcontrol 8 . 955.It Va WITHOUT_LIB32 956.\" from FreeBSD: head/tools/build/options/WITHOUT_LIB32 274664 2014-11-18 17:06:48Z imp 957On 64-bit platforms, set to not build 32-bit library set and a 958.Nm ld-elf32.so.1 959runtime linker. 960.It Va WITHOUT_LIBCPLUSPLUS 961.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBCPLUSPLUS 246262 2013-02-02 22:42:46Z dim 962Set to avoid building libcxxrt and libc++. 963.It Va WITHOUT_LIBPTHREAD 964.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm 965Set to not build the 966.Nm libpthread 967providing library, 968.Nm libthr . 969When set, it also enforces the following options: 970.Pp 971.Bl -item -compact 972.It 973.Va WITHOUT_LIBTHR 974.El 975.It Va WITHOUT_LIBTHR 976.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru 977Set to not build the 978.Nm libthr 979(1:1 threading) 980library. 981.It Va WITHOUT_LLDB 982.\" from FreeBSD: head/tools/build/options/WITHOUT_LLDB 289275 2015-10-14 00:23:31Z emaste 983Set to not build the LLDB debugger. 984.Pp 985It is a default setting on 986arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 987.It Va WITH_LLDB 988.\" from FreeBSD: head/tools/build/options/WITH_LLDB 255722 2013-09-20 01:52:02Z emaste 989Set to build the LLDB debugger. 990.Pp 991It is a default setting on 992amd64/amd64 and arm64/aarch64. 993.It Va WITHOUT_LLVM_LIBUNWIND 994.\" from FreeBSD: head/tools/build/options/WITHOUT_LLVM_LIBUNWIND 293450 2016-01-09 00:42:07Z emaste 995Set to use GCC's stack unwinder (instead of LLVM's libunwind). 996.Pp 997It is a default setting on 998amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. 999.It Va WITH_LLVM_LIBUNWIND 1000.\" from FreeBSD: head/tools/build/options/WITH_LLVM_LIBUNWIND 293450 2016-01-09 00:42:07Z emaste 1001Set to use LLVM's libunwind stack unwinder (instead of GCC's unwinder). 1002.Pp 1003It is a default setting on 1004arm64/aarch64. 1005.It Va WITHOUT_LOCALES 1006.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru 1007Set to not build localization files; see 1008.Xr locale 1 . 1009.It Va WITHOUT_LOCATE 1010.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam 1011Set to not build 1012.Xr locate 1 1013and related programs. 1014.It Va WITHOUT_LPR 1015.\" from FreeBSD: head/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru 1016Set to not build 1017.Xr lpr 1 1018and related programs. 1019.It Va WITHOUT_LS_COLORS 1020.\" from FreeBSD: head/tools/build/options/WITHOUT_LS_COLORS 235660 2012-05-19 20:05:27Z marcel 1021Set to build 1022.Xr ls 1 1023without support for colors to distinguish file types. 1024.It Va WITHOUT_LZMA_SUPPORT 1025.\" from FreeBSD: head/tools/build/options/WITHOUT_LZMA_SUPPORT 245171 2013-01-08 18:37:12Z obrien 1026Set to build some programs without optional lzma compression support. 1027.It Va WITHOUT_MAIL 1028.\" from FreeBSD: head/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam 1029Set to not build any mail support (MUA or MTA). 1030When set, it also enforces the following options: 1031.Pp 1032.Bl -item -compact 1033.It 1034.Va WITHOUT_DMAGENT 1035.It 1036.Va WITHOUT_MAILWRAPPER 1037.It 1038.Va WITHOUT_SENDMAIL 1039.El 1040.It Va WITHOUT_MAILWRAPPER 1041.\" from FreeBSD: head/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru 1042Set to not build the 1043.Xr mailwrapper 8 1044MTA selector. 1045.It Va WITHOUT_MAKE 1046.\" from FreeBSD: head/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam 1047Set to not install 1048.Xr make 1 1049and related support files. 1050.It Va WITHOUT_MAN 1051.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru 1052Set to not build manual pages. 1053When set, the following options are also in effect: 1054.Pp 1055.Bl -inset -compact 1056.It Va WITHOUT_MAN_UTILS 1057(unless 1058.Va WITH_MAN_UTILS 1059is set explicitly) 1060.El 1061.It Va WITHOUT_MANCOMPRESS 1062.\" from FreeBSD: head/tools/build/options/WITHOUT_MANCOMPRESS 266752 2014-05-27 15:52:27Z gjb 1063Set to not to install compressed man pages. 1064Only the uncompressed versions will be installed. 1065.It Va WITHOUT_MANDOCDB 1066.\" from FreeBSD: head/tools/build/options/WITHOUT_MANDOCDB 283777 2015-05-30 17:41:37Z bapt 1067Use the 1068.Xr mandoc 1 1069version of 1070.Xr makewhatis 8 1071database and utilities. 1072.It Va WITHOUT_MAN_UTILS 1073.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim 1074Set to not build utilities for manual pages, 1075.Xr apropos 1 , 1076.Xr catman 1 , 1077.Xr makewhatis 1 , 1078.Xr man 1 , 1079.Xr whatis 1 , 1080.Xr manctl 8 , 1081and related support files. 1082.It Va WITH_META_MODE 1083.\" from FreeBSD: head/tools/build/options/WITH_META_MODE 290816 2015-11-14 03:24:48Z sjg 1084Create meta files when not doing DIRDEPS_BUILD. 1085The meta files can be useful for debugging. 1086.Pp 1087This must be set in the environment, make command line, or 1088.Pa /etc/src-env.conf , 1089not 1090.Pa /etc/src.conf . 1091.It Va WITH_NAND 1092.\" from FreeBSD: head/tools/build/options/WITH_NAND 235537 2012-05-17 10:11:18Z gber 1093Set to build the NAND Flash components. 1094.It Va WITHOUT_NDIS 1095.\" from FreeBSD: head/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam 1096Set to not build programs and libraries 1097related to NDIS emulation support. 1098.It Va WITHOUT_NETCAT 1099.\" from FreeBSD: head/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru 1100Set to not build 1101.Xr nc 1 1102utility. 1103.It Va WITHOUT_NETGRAPH 1104.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam 1105Set to not build applications to support 1106.Xr netgraph 4 . 1107When set, it also enforces the following options: 1108.Pp 1109.Bl -item -compact 1110.It 1111.Va WITHOUT_ATM 1112.It 1113.Va WITHOUT_BLUETOOTH 1114.It 1115.Va WITHOUT_NETGRAPH_SUPPORT 1116.El 1117.It Va WITHOUT_NETGRAPH_SUPPORT 1118.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam 1119Set to build libraries, programs, and kernel modules without netgraph support. 1120.It Va WITHOUT_NIS 1121.\" from FreeBSD: head/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru 1122Set to not build 1123.Xr NIS 8 1124support and related programs. 1125If set, you might need to adopt your 1126.Xr nsswitch.conf 5 1127and remove 1128.Sq nis 1129entries. 1130.It Va WITHOUT_NLS 1131.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru 1132Set to not build NLS catalogs. 1133.It Va WITHOUT_NLS_CATALOGS 1134.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru 1135Set to not build NLS catalog support for 1136.Xr csh 1 . 1137.It Va WITHOUT_NS_CACHING 1138.\" from FreeBSD: head/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru 1139Set to disable name caching in the 1140.Pa nsswitch 1141subsystem. 1142The generic caching daemon, 1143.Xr nscd 8 , 1144will not be built either if this option is set. 1145.It Va WITHOUT_NTP 1146.\" from FreeBSD: head/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam 1147Set to not build 1148.Xr ntpd 8 1149and related programs. 1150.It Va WITH_OFED 1151.\" from FreeBSD: head/tools/build/options/WITH_OFED 228081 2011-11-28 17:54:34Z dim 1152Set to build the 1153.Dq "OpenFabrics Enterprise Distribution" 1154Infiniband software stack. 1155.It Va WITH_OPENLDAP 1156.\" from FreeBSD: head/tools/build/options/WITH_OPENLDAP 264902 2014-04-24 23:17:31Z imp 1157Enable building openldap support for kerberos. 1158.It Va WITHOUT_OPENSSH 1159.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru 1160Set to not build OpenSSH. 1161.It Va WITHOUT_OPENSSL 1162.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru 1163Set to not build OpenSSL. 1164When set, it also enforces the following options: 1165.Pp 1166.Bl -item -compact 1167.It 1168.Va WITHOUT_KERBEROS 1169.It 1170.Va WITHOUT_KERBEROS_SUPPORT 1171.It 1172.Va WITHOUT_OPENSSH 1173.El 1174.Pp 1175When set, the following options are also in effect: 1176.Pp 1177.Bl -inset -compact 1178.It Va WITHOUT_GSSAPI 1179(unless 1180.Va WITH_GSSAPI 1181is set explicitly) 1182.El 1183.It Va WITHOUT_PAM 1184.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru 1185Set to not build PAM library and modules. 1186.Bf -symbolic 1187This option is deprecated and does nothing. 1188.Ef 1189When set, it also enforces the following options: 1190.Pp 1191.Bl -item -compact 1192.It 1193.Va WITHOUT_PAM_SUPPORT 1194.El 1195.It Va WITHOUT_PAM_SUPPORT 1196.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru 1197Set to build some programs without PAM support, particularly 1198.Xr ftpd 8 1199and 1200.Xr ppp 8 . 1201.It Va WITHOUT_PC_SYSINSTALL 1202.\" from FreeBSD: head/tools/build/options/WITHOUT_PC_SYSINSTALL 245606 2013-01-18 15:57:09Z eadler 1203Set to not build 1204.Xr pc-sysinstall 8 1205and related programs. 1206.It Va WITHOUT_PF 1207.\" from FreeBSD: head/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru 1208Set to not build PF firewall package. 1209When set, it also enforces the following options: 1210.Pp 1211.Bl -item -compact 1212.It 1213.Va WITHOUT_AUTHPF 1214.El 1215.It Va WITHOUT_PKGBOOTSTRAP 1216.\" from FreeBSD: head/tools/build/options/WITHOUT_PKGBOOTSTRAP 258924 2013-12-04 15:58:42Z bdrewery 1217Set to not build 1218.Xr pkg 7 1219bootstrap tool. 1220.It Va WITHOUT_PMC 1221.\" from FreeBSD: head/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam 1222Set to not build 1223.Xr pmccontrol 8 1224and related programs. 1225.It Va WITHOUT_PORTSNAP 1226.\" from FreeBSD: head/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam 1227Set to not build or install 1228.Xr portsnap 8 1229and related files. 1230.It Va WITHOUT_PPP 1231.\" from FreeBSD: head/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam 1232Set to not build 1233.Xr ppp 8 1234and related programs. 1235.It Va WITHOUT_PROFILE 1236.\" from FreeBSD: head/tools/build/options/WITHOUT_PROFILE 228196 2011-12-02 09:09:54Z fjoe 1237Set to avoid compiling profiled libraries. 1238.It Va WITHOUT_QUOTAS 1239.\" from FreeBSD: head/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam 1240Set to not build 1241.Xr quota 8 1242and related programs. 1243.It Va WITHOUT_RADIUS_SUPPORT 1244.\" from FreeBSD: head/tools/build/options/WITHOUT_RADIUS_SUPPORT 278182 2015-02-04 06:53:45Z ngie 1245Set to not build radius support into various applications, like 1246.Xr pam_radius 8 1247and 1248.Xr ppp 8 . 1249.It Va WITHOUT_RBOOTD 1250.\" from FreeBSD: head/tools/build/options/WITHOUT_RBOOTD 278192 2015-02-04 10:19:32Z ngie 1251Set to not build or install 1252.Xr rbootd 8 . 1253.It Va WITHOUT_RCMDS 1254.\" from FreeBSD: head/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru 1255Disable building of the 1256.Bx 1257r-commands. 1258This includes 1259.Xr rlogin 1 , 1260.Xr rsh 1 , 1261etc. 1262.It Va WITHOUT_RCS 1263.\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 275138 2014-11-26 20:43:09Z gjb 1264Set to not build 1265.Xr rcs 1 , 1266.Xr etcupdate 8 , 1267and related utilities. 1268.It Va WITHOUT_RESCUE 1269.\" from FreeBSD: head/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru 1270Set to not build 1271.Xr rescue 8 . 1272.It Va WITHOUT_ROUTED 1273.\" from FreeBSD: head/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam 1274Set to not build 1275.Xr routed 8 1276utility. 1277.It Va WITHOUT_SENDMAIL 1278.\" from FreeBSD: head/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru 1279Set to not build 1280.Xr sendmail 8 1281and related programs. 1282.It Va WITHOUT_SETUID_LOGIN 1283.\" from FreeBSD: head/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru 1284Set this to disable the installation of 1285.Xr login 1 1286as a set-user-ID root program. 1287.It Va WITHOUT_SHAREDOCS 1288.\" from FreeBSD: head/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru 1289Set to not build the 1290.Bx 4.4 1291legacy docs. 1292.It Va WITH_SHARED_TOOLCHAIN 1293.\" from FreeBSD: head/tools/build/options/WITH_SHARED_TOOLCHAIN 235342 2012-05-12 16:12:36Z gjb 1294Set to build the toolchain binaries shared. 1295The set includes 1296.Xr cc 1 , 1297.Xr make 1 1298and necessary utilities like assembler, linker and library archive manager. 1299.It Va WITH_SORT_THREADS 1300.\" from FreeBSD: head/tools/build/options/WITH_SORT_THREADS 264158 2014-04-05 18:00:45Z imp 1301Set to enable threads in 1302.Xr sort 1 . 1303.It Va WITHOUT_SOURCELESS 1304.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh 1305Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU). 1306When set, it also enforces the following options: 1307.Pp 1308.Bl -item -compact 1309.It 1310.Va WITHOUT_SOURCELESS_HOST 1311.It 1312.Va WITHOUT_SOURCELESS_UCODE 1313.El 1314.It Va WITHOUT_SOURCELESS_HOST 1315.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_HOST 230972 2012-02-04 00:54:43Z rmh 1316Set to not build kernel modules that include sourceless native code for host CPU. 1317.It Va WITHOUT_SOURCELESS_UCODE 1318.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_UCODE 230972 2012-02-04 00:54:43Z rmh 1319Set to not build kernel modules that include sourceless microcode. 1320.It Va WITHOUT_SSP 1321.\" from FreeBSD: head/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru 1322Set to not build world with propolice stack smashing protection. 1323.It Va WITH_STAGING 1324.\" from FreeBSD: head/tools/build/options/WITH_STAGING 290816 2015-11-14 03:24:48Z sjg 1325Enable staging of files to a stage tree. 1326This can be best thought of as auto-install to 1327.Va DESTDIR 1328with some extra meta data to ensure dependencies can be tracked. 1329Depends on 1330.Va WITH_DIRDEPS_BUILD . 1331When set, the following options are also in effect: 1332.Pp 1333.Bl -inset -compact 1334.It Va WITH_STAGING_MAN 1335(unless 1336.Va WITHOUT_STAGING_MAN 1337is set explicitly) 1338.It Va WITH_STAGING_PROG 1339(unless 1340.Va WITHOUT_STAGING_PROG 1341is set explicitly) 1342.El 1343.Pp 1344This must be set in the environment, make command line, or 1345.Pa /etc/src-env.conf , 1346not 1347.Pa /etc/src.conf . 1348.It Va WITH_STAGING_MAN 1349.\" from FreeBSD: head/tools/build/options/WITH_STAGING_MAN 284708 2015-06-22 20:21:57Z sjg 1350Enable staging of MAN pages to stage tree. 1351.It Va WITH_STAGING_PROG 1352.\" from FreeBSD: head/tools/build/options/WITH_STAGING_PROG 284708 2015-06-22 20:21:57Z sjg 1353Enable staging of PROGs to stage tree. 1354.It Va WITH_STALE_STAGED 1355.\" from FreeBSD: head/tools/build/options/WITH_STALE_STAGED 284708 2015-06-22 20:21:57Z sjg 1356Check staged files are not stale. 1357.It Va WITH_SVN 1358.\" from FreeBSD: head/tools/build/options/WITH_SVN 252561 2013-07-03 12:36:47Z zeising 1359Set to install 1360.Xr svnlite 1 1361as 1362.Xr svn 1 . 1363.It Va WITHOUT_SVNLITE 1364.\" from FreeBSD: head/tools/build/options/WITHOUT_SVNLITE 252561 2013-07-03 12:36:47Z zeising 1365Set to not build 1366.Xr svnlite 1 1367and related programs. 1368.It Va WITHOUT_SYMVER 1369.\" from FreeBSD: head/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen 1370Set to disable symbol versioning when building shared libraries. 1371.It Va WITHOUT_SYSCONS 1372.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru 1373Set to not build 1374.Xr syscons 4 1375support files such as keyboard maps, fonts, and screen output maps. 1376.It Va WITH_SYSROOT 1377.\" from FreeBSD: head/tools/build/options/WITH_SYSROOT 290816 2015-11-14 03:24:48Z sjg 1378Enable use of sysroot during build. 1379Depends on 1380.Va WITH_DIRDEPS_BUILD . 1381.Pp 1382This must be set in the environment, make command line, or 1383.Pa /etc/src-env.conf , 1384not 1385.Pa /etc/src.conf . 1386.It Va WITHOUT_TALK 1387.\" from FreeBSD: head/tools/build/options/WITHOUT_TALK 277676 2015-01-25 04:37:44Z ngie 1388Set to not build or install 1389.Xr talk 1 1390and 1391.Xr talkd 8 . 1392.It Va WITHOUT_TCP_WRAPPERS 1393.\" from FreeBSD: head/tools/build/options/WITHOUT_TCP_WRAPPERS 278192 2015-02-04 10:19:32Z ngie 1394Set to not build or install 1395.Xr tcpd 8 , 1396and related utilities. 1397.It Va WITHOUT_TCSH 1398.\" from FreeBSD: head/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru 1399Set to not build and install 1400.Pa /bin/csh 1401(which is 1402.Xr tcsh 1 ) . 1403.It Va WITHOUT_TELNET 1404.\" from FreeBSD: head/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam 1405Set to not build 1406.Xr telnet 8 1407and related programs. 1408.It Va WITHOUT_TESTS 1409.\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS 268778 2014-07-16 21:40:11Z jmmv 1410Set to not build nor install the 1411.Fx 1412Test Suite in 1413.Pa /usr/tests/ . 1414See 1415.Xr tests 7 1416for more details. 1417This also disables the build of all test-related dependencies, including ATF. 1418When set, it also enforces the following options: 1419.Pp 1420.Bl -item -compact 1421.It 1422.Va WITHOUT_DTRACE_TESTS 1423.It 1424.Va WITHOUT_TESTS_SUPPORT 1425.El 1426.It Va WITHOUT_TESTS_SUPPORT 1427.\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS_SUPPORT 274665 2014-11-18 17:06:50Z imp 1428Set to disables the build of all test-related dependencies, including ATF. 1429.It Va WITHOUT_TEXTPROC 1430.\" from FreeBSD: head/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam 1431Set to not build 1432programs used for text processing. 1433When set, it also enforces the following options: 1434.Pp 1435.Bl -item -compact 1436.It 1437.Va WITHOUT_GROFF 1438.El 1439.It Va WITHOUT_TFTP 1440.\" from FreeBSD: head/tools/build/options/WITHOUT_TFTP 278192 2015-02-04 10:19:32Z ngie 1441Set to not build or install 1442.Xr tftp 1 1443and 1444.Xr tftpd 8 . 1445.It Va WITHOUT_TIMED 1446.\" from FreeBSD: head/tools/build/options/WITHOUT_TIMED 278192 2015-02-04 10:19:32Z ngie 1447Set to not build or install 1448.Xr timed 8 . 1449.It Va WITHOUT_TOOLCHAIN 1450.\" from FreeBSD: head/tools/build/options/WITHOUT_TOOLCHAIN 273172 2014-10-16 15:55:13Z brooks 1451Set to not install header or 1452programs used for program development, 1453compilers, debuggers etc. 1454.Bf -symbolic 1455The option does not work for build targets. 1456.Ef 1457When set, it also enforces the following options: 1458.Pp 1459.Bl -item -compact 1460.It 1461.Va WITHOUT_BINUTILS 1462.It 1463.Va WITHOUT_CLANG 1464.It 1465.Va WITHOUT_CLANG_EXTRAS 1466.It 1467.Va WITHOUT_CLANG_FULL 1468.It 1469.Va WITHOUT_GCC 1470.It 1471.Va WITHOUT_GDB 1472.It 1473.Va WITHOUT_INCLUDES 1474.El 1475.It Va WITHOUT_UNBOUND 1476.\" from FreeBSD: head/tools/build/options/WITHOUT_UNBOUND 255597 2013-09-15 14:51:23Z des 1477Set to not build 1478.Xr unbound 8 1479and related programs. 1480.It Va WITHOUT_USB 1481.\" from FreeBSD: head/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru 1482Set to not build USB-related programs and libraries. 1483.It Va WITHOUT_USB_GADGET_EXAMPLES 1484.\" from FreeBSD: head/tools/build/options/WITHOUT_USB_GADGET_EXAMPLES 274665 2014-11-18 17:06:50Z imp 1485Set to build USB gadget kernel modules. 1486.It Va WITHOUT_UTMPX 1487.\" from FreeBSD: head/tools/build/options/WITHOUT_UTMPX 231530 2012-02-11 20:28:42Z ed 1488Set to not build user accounting tools such as 1489.Xr last 1 , 1490.Xr users 1 , 1491.Xr who 1 , 1492.Xr ac 8 , 1493.Xr lastlogin 8 1494and 1495.Xr utx 8 . 1496.It Va WITHOUT_VI 1497.\" from FreeBSD: head/tools/build/options/WITHOUT_VI 264903 2014-04-24 23:17:40Z imp 1498Set to not build and install vi, view, ex and related programs. 1499.It Va WITHOUT_VT 1500.\" from FreeBSD: head/tools/build/options/WITHOUT_VT 268022 2014-06-30 00:20:12Z emaste 1501Set to not build 1502.Xr vt 4 1503support files (fonts and keymaps). 1504.It Va WITHOUT_WARNS 1505.\" from FreeBSD: head/tools/build/options/WITHOUT_WARNS 276559 2015-01-02 18:57:58Z bapt 1506Set this to not add warning flags to the compiler invocations. 1507Useful as a temporary workaround when code enters the tree 1508which triggers warnings in environments that differ from the 1509original developer. 1510.It Va WITHOUT_WIRELESS 1511.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam 1512Set to not build programs used for 802.11 wireless networks; especially 1513.Xr wpa_supplicant 8 1514and 1515.Xr hostapd 8 . 1516When set, it also enforces the following options: 1517.Pp 1518.Bl -item -compact 1519.It 1520.Va WITHOUT_WIRELESS_SUPPORT 1521.El 1522.It Va WITHOUT_WIRELESS_SUPPORT 1523.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam 1524Set to build libraries, programs, and kernel modules without 1525802.11 wireless support. 1526.It Va WITHOUT_WPA_SUPPLICANT_EAPOL 1527.\" from FreeBSD: head/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru 1528Build 1529.Xr wpa_supplicant 8 1530without support for the IEEE 802.1X protocol and without 1531support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS 1532protocols (usable only via 802.1X). 1533.It Va WITHOUT_ZFS 1534.\" from FreeBSD: head/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd 1535Set to not build ZFS file system. 1536.It Va WITHOUT_ZONEINFO 1537.\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 235342 2012-05-12 16:12:36Z gjb 1538Set to not build the timezone database. 1539.El 1540.Sh FILES 1541.Bl -tag -compact -width Pa 1542.It Pa /etc/src.conf 1543.It Pa /etc/src-env.conf 1544.It Pa /usr/share/mk/bsd.own.mk 1545.El 1546.Sh SEE ALSO 1547.Xr make 1 , 1548.Xr make.conf 5 , 1549.Xr build 7 , 1550.Xr ports 7 1551.Sh HISTORY 1552The 1553.Nm 1554file appeared in 1555.Fx 7.0 . 1556.Sh AUTHORS 1557This manual page was autogenerated. 1558