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