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