DO NOT EDIT-- this file is automatically generated.
from FreeBSD: stable/9/tools/build/options/makeman 263058 2014-03-11 23:04:32Z gjb
$FreeBSD$
.Dd March 11, 2014 .Dt SRC.CONF 5 .Os .Sh NAME .Nm src.conf .Nd "source build options" .Sh DESCRIPTION The .Nm file contains settings that will apply to every build involving the .Fx source tree; see .Xr build 7 .

p The .Nm file uses the standard makefile syntax. However, .Nm should not specify any dependencies to .Xr make 1 . Instead, .Nm is to set .Xr make 1 variables that control the aspects of how the system builds.

p The default location of .Nm is

a /etc/src.conf , though an alternative location can be specified in the .Xr make 1 variable .Va SRCCONF . Overriding the location of .Nm may be necessary if the system-wide settings are not suitable for a particular build. For instance, setting .Va SRCCONF to

a /dev/null effectively resets all build controls to their defaults.

p The only purpose of .Nm is to control the compilation of the .Fx source code, which is usually located in

a /usr/src . As a rule, the system administrator creates .Nm when the values of certain control variables need to be changed from their defaults.

p In addition, control variables can be specified for a particular build via the .Fl D option of .Xr make 1 or in its environment; see .Xr environ 7 .

p The values of variables are ignored regardless of their setting; even if they would be set to .Dq Li FALSE or .Dq Li NO . Just the existence of an option will cause it to be honoured by .Xr make 1 .

p The following list provides a name and short description for variables that can be used for source builds. l -tag -width indent t Va WITHOUT_ACCT from FreeBSD: stable/9/tools/build/options/WITHOUT_ACCT 223201 2011-06-17 20:47:44Z ed
Set to not build process accounting tools such as .Xr accton 8 and .Xr sa 8 . t Va WITHOUT_ACPI from FreeBSD: stable/9/tools/build/options/WITHOUT_ACPI 156932 2006-03-21 07:50:50Z ru
Set to not build .Xr acpiconf 8 , .Xr acpidump 8 and related programs. t Va WITHOUT_AMD from FreeBSD: stable/9/tools/build/options/WITHOUT_AMD 183242 2008-09-21 22:02:26Z sam
Set to not build .Xr amd 8 , and related programs. t Va WITHOUT_APM from FreeBSD: stable/9/tools/build/options/WITHOUT_APM 183242 2008-09-21 22:02:26Z sam
Set to not build .Xr apm 8 , .Xr apmd 8 and related programs. t Va WITHOUT_ASSERT_DEBUG from FreeBSD: stable/9/tools/build/options/WITHOUT_ASSERT_DEBUG 162215 2006-09-11 13:55:27Z ru
Set to compile programs and libraries without the .Xr assert 3 checks. t Va WITHOUT_AT from FreeBSD: stable/9/tools/build/options/WITHOUT_AT 183242 2008-09-21 22:02:26Z sam
Set to not build .Xr at 1 and related utilities. t Va WITHOUT_ATM from FreeBSD: stable/9/tools/build/options/WITHOUT_ATM 156932 2006-03-21 07:50:50Z ru
Set to not build programs and libraries related to ATM networking. t Va WITHOUT_AUDIT from FreeBSD: stable/9/tools/build/options/WITHOUT_AUDIT 156932 2006-03-21 07:50:50Z ru
Set to not build audit support into system programs. t Va WITHOUT_AUTHPF from FreeBSD: stable/9/tools/build/options/WITHOUT_AUTHPF 156932 2006-03-21 07:50:50Z ru
Set to not build .Xr authpf 8 . t Va WITHOUT_BIND from FreeBSD: stable/9/tools/build/options/WITHOUT_BIND 156932 2006-03-21 07:50:50Z ru
Setting this variable will prevent any part of BIND from being built. When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_BIND_DNSSEC t .Va WITHOUT_BIND_ETC t .Va WITHOUT_BIND_LIBS t .Va WITHOUT_BIND_LIBS_LWRES t .Va WITHOUT_BIND_MTREE t .Va WITHOUT_BIND_NAMED t .Va WITHOUT_BIND_UTILS .El t Va WITHOUT_BIND_DNSSEC from FreeBSD: stable/9/tools/build/options/WITHOUT_BIND_DNSSEC 156932 2006-03-21 07:50:50Z ru
Set to avoid building or installing the DNSSEC related binaries, .Xr dnssec-keygen 8 and .Xr dnssec-signzone 8 . t Va WITHOUT_BIND_ETC from FreeBSD: stable/9/tools/build/options/WITHOUT_BIND_ETC 156932 2006-03-21 07:50:50Z ru
Set to avoid installing the default files to

a /var/named/etc/namedb . t Va WITH_BIND_IDN from FreeBSD: stable/9/tools/build/options/WITH_BIND_IDN 193280 2009-06-01 21:58:59Z dougb
Set to enable IDN support for dig, host, and nslookup. This requires ports/dns/idnkit to be installed in /usr/local. t Va WITH_BIND_LARGE_FILE from FreeBSD: stable/9/tools/build/options/WITH_BIND_LARGE_FILE 193280 2009-06-01 21:58:59Z dougb
Set to enable 64-bit file support. t Va WITH_BIND_LIBS from FreeBSD: stable/9/tools/build/options/WITH_BIND_LIBS 193280 2009-06-01 21:58:59Z dougb
Set to install BIND libraries and include files. t Va WITHOUT_BIND_LIBS_LWRES from FreeBSD: stable/9/tools/build/options/WITHOUT_BIND_LIBS_LWRES 156932 2006-03-21 07:50:50Z ru
Set to avoid installing the lightweight resolver library in

a /usr/lib . t Va WITHOUT_BIND_MTREE from FreeBSD: stable/9/tools/build/options/WITHOUT_BIND_MTREE 157717 2006-04-13 10:37:29Z ru
Set to avoid running .Xr mtree 8 to create the chroot directory structure under

a /var/named , and avoid creating an

a /etc/namedb symlink to the chroot directory. When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_BIND_ETC .El t Va WITHOUT_BIND_NAMED from FreeBSD: stable/9/tools/build/options/WITHOUT_BIND_NAMED 156932 2006-03-21 07:50:50Z ru
Set to avoid building or installing .Xr named 8 , .Xr named.reload 8 , .Xr named-checkconf 8 , .Xr named-checkzone 8 , .Xr rndc 8 , and .Xr rndc-confgen 8 . t Va WITH_BIND_SIGCHASE from FreeBSD: stable/9/tools/build/options/WITH_BIND_SIGCHASE 193280 2009-06-01 21:58:59Z dougb
Set to enable DNSSEC validation support for dig, host, and nslookup. t Va WITHOUT_BIND_UTILS from FreeBSD: stable/9/tools/build/options/WITHOUT_BIND_UTILS 156932 2006-03-21 07:50:50Z ru
Set to avoid building or installing the BIND userland utilities, .Xr dig 1 , .Xr host 1 , .Xr nslookup 1 , and .Xr nsupdate 8 . t Va WITH_BIND_XML from FreeBSD: stable/9/tools/build/options/WITH_BIND_XML 193280 2009-06-01 21:58:59Z dougb
Set to enable the http statistics interface for named. This requires ports/textproc/libxml2 to be installed in /usr/local. t Va WITHOUT_BINUTILS from FreeBSD: stable/9/tools/build/options/WITHOUT_BINUTILS 235587 2012-05-18 02:00:01Z gjb
Set to not install binutils (as, c++-filt, gconv, gnu-ar, gnu-randlib, ld, nm, objcopy, objdump, readelf, size and strip). f -symbolic The option does not generally work for build targets, unless some alternative toolchain is enabled. .Ef t Va WITHOUT_BLUETOOTH from FreeBSD: stable/9/tools/build/options/WITHOUT_BLUETOOTH 156932 2006-03-21 07:50:50Z ru
Set to not build Bluetooth related kernel modules, programs and libraries. t Va WITHOUT_BOOT from FreeBSD: stable/9/tools/build/options/WITHOUT_BOOT 156932 2006-03-21 07:50:50Z ru
Set to not build the boot blocks and loader. t Va WITHOUT_BSD_CPIO from FreeBSD: stable/9/tools/build/options/WITHOUT_BSD_CPIO 179813 2008-06-16 05:48:15Z dougb
Set to not build the BSD licensed version of cpio based on .Xr libarchive 3 . t Va WITH_BSD_GREP from FreeBSD: stable/9/tools/build/options/WITH_BSD_GREP 222273 2011-05-25 01:04:12Z obrien
Install BSD-licensed grep as '[ef]grep' instead of GNU grep. t Va WITHOUT_BSNMP from FreeBSD: stable/9/tools/build/options/WITHOUT_BSNMP 183306 2008-09-23 16:15:42Z sam
Set to not build or install .Xr bsnmpd 1 and related libraries and data files. t Va WITHOUT_BZIP2 from FreeBSD: stable/9/tools/build/options/WITHOUT_BZIP2 174550 2007-12-12 16:43:17Z ru
Set to not build contributed bzip2 software as a part of the base system. f -symbolic The option has no effect yet. .Ef When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_BZIP2_SUPPORT .El t Va WITHOUT_BZIP2_SUPPORT from FreeBSD: stable/9/tools/build/options/WITHOUT_BZIP2_SUPPORT 166255 2007-01-26 10:19:08Z delphij
Set to build some programs without optional bzip2 support. t Va WITHOUT_CALENDAR from FreeBSD: stable/9/tools/build/options/WITHOUT_CALENDAR 156932 2006-03-21 07:50:50Z ru
Set to not build .Xr calendar 1 . t Va WITHOUT_CDDL from FreeBSD: stable/9/tools/build/options/WITHOUT_CDDL 163861 2006-11-01 09:02:11Z jb
Set to not build code licensed under Sun's CDDL. When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_CTF t .Va WITHOUT_ZFS .El t Va WITHOUT_CLANG from FreeBSD: stable/9/tools/build/options/WITHOUT_CLANG 208971 2010-06-10 06:20:26Z ed
Set to not build the Clang C/C++ compiler.

p It is a default setting on arm/arm, arm/armeb, ia64/ia64, mips/mipsel, mips/mipseb, mips/mips64el, mips/mips64eb, mips/mipsn32eb and sparc64/sparc64. When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_CLANG_EXTRAS t .Va WITHOUT_CLANG_FULL t .Va WITHOUT_CLANG_IS_CC .El t Va WITH_CLANG from FreeBSD: stable/9/tools/build/options/WITH_CLANG 221730 2011-05-10 11:14:40Z ru
Set to build the Clang C/C++ compiler.

p It is a default setting on amd64/amd64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64. t Va WITH_CLANG_EXTRAS from FreeBSD: stable/9/tools/build/options/WITH_CLANG_EXTRAS 231919 2012-02-19 23:35:56Z dim
Set to build additional clang and llvm tools, such as bugpoint. t Va WITHOUT_CLANG_FULL from FreeBSD: stable/9/tools/build/options/WITHOUT_CLANG_FULL 246637 2013-02-10 21:24:47Z dim
Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of the Clang C/C++ compiler.

p It is a default setting on arm/arm, arm/armeb, ia64/ia64, mips/mipsel, mips/mipseb, mips/mips64el, mips/mips64eb, mips/mipsn32eb and sparc64/sparc64. t Va WITH_CLANG_FULL from FreeBSD: stable/9/tools/build/options/WITH_CLANG_FULL 246637 2013-02-10 21:24:47Z dim
Set to build the ARCMigrate, Rewriter and StaticAnalyzer components of the Clang C/C++ compiler.

p It is a default setting on amd64/amd64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64. t Va WITH_CLANG_IS_CC from FreeBSD: stable/9/tools/build/options/WITH_CLANG_IS_CC 235587 2012-05-18 02:00:01Z gjb
Set to install the Clang C/C++ compiler as

a /usr/bin/cc ,

a /usr/bin/c++ and

a /usr/bin/cpp . t Va WITHOUT_CPP from FreeBSD: stable/9/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
Set to not build .Xr cpp 1 . t Va WITHOUT_CRYPT from FreeBSD: stable/9/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru
Set to not build any crypto code. When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_KERBEROS t .Va WITHOUT_KERBEROS_SUPPORT t .Va WITHOUT_OPENSSH t .Va WITHOUT_OPENSSL .El

p When set, the following options are also in effect:

p l -inset -compact t Va WITHOUT_GSSAPI (unless .Va WITH_GSSAPI is set explicitly) .El t Va WITH_CTF from FreeBSD: stable/9/tools/build/options/WITH_CTF 246322 2013-02-04 16:13:55Z des
Set to compile with CTF (Compact C Type Format) data. CTF data encapsulates a reduced form of debugging information similar to DWARF and the venerable stabs and is required for DTrace. t Va WITHOUT_CTM from FreeBSD: stable/9/tools/build/options/WITHOUT_CTM 183242 2008-09-21 22:02:26Z sam
Set to not build .Xr ctm 1 and related utilities. t Va WITHOUT_CVS from FreeBSD: stable/9/tools/build/options/WITHOUT_CVS 156932 2006-03-21 07:50:50Z ru
Set to not build CVS. t Va WITHOUT_CXX from FreeBSD: stable/9/tools/build/options/WITHOUT_CXX 220402 2011-04-06 20:19:07Z uqs
Set to not build .Xr g++ 1 and related libraries. It will also prevent building of .Xr gperf 1 and .Xr devd 8 . When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_CLANG t .Va WITHOUT_CLANG_EXTRAS t .Va WITHOUT_CLANG_FULL t .Va WITHOUT_CLANG_IS_CC t .Va WITHOUT_GROFF .El t Va WITH_DEBUG_FILES from FreeBSD: stable/9/tools/build/options/WITH_DEBUG_FILES 252827 2013-07-05 19:35:51Z emaste
Set to strip debug info into a separate file for each executable binary and shared library. The debug files will be placed in a subdirectory of

a /usr/lib/debug and are located automatically by .Xr gdb 1 . t Va WITHOUT_DICT from FreeBSD: stable/9/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru
Set to not build the Webster dictionary files. t Va WITHOUT_DYNAMICROOT from FreeBSD: stable/9/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru
Set this if you do not want to link

a /bin and

a /sbin dynamically. t Va WITHOUT_EXAMPLES from FreeBSD: stable/9/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru
Set to avoid installing examples to

a /usr/share/examples/ . t Va WITHOUT_FDT from FreeBSD: stable/9/tools/build/options/WITHOUT_FDT 221539 2011-05-06 19:10:27Z ru
Set to not build Flattened Device Tree support as part of the base system. This includes the device tree compiler (dtc) and libfdt support library.

p It is a default setting on amd64/amd64, i386/i386, ia64/ia64, mips/mipsel, mips/mipseb, mips/mips64el, mips/mips64eb, mips/mipsn32eb, pc98/i386 and sparc64/sparc64. t Va WITH_FDT from FreeBSD: stable/9/tools/build/options/WITH_FDT 221730 2011-05-10 11:14:40Z ru
Set to build Flattened Device Tree support as part of the base system. This includes the device tree compiler (dtc) and libfdt support library.

p It is a default setting on arm/arm, arm/armeb, powerpc/powerpc and powerpc/powerpc64. t Va WITHOUT_FLOPPY from FreeBSD: stable/9/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru
Set to not build or install programs for operating floppy disk driver. t Va WITHOUT_FORTH from FreeBSD: stable/9/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru
Set to build bootloaders without Forth support. t Va WITHOUT_FP_LIBC from FreeBSD: stable/9/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru
Set to build .Nm libc without floating-point support. t Va WITHOUT_FREEBSD_UPDATE from FreeBSD: stable/9/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam
Set to not build .Xr freebsd-update 8 . t Va WITHOUT_GAMES from FreeBSD: stable/9/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru
Set to not build games. t Va WITHOUT_GCC from FreeBSD: stable/9/tools/build/options/WITHOUT_GCC 222090 2011-05-19 05:13:25Z imp
Set to not install gcc and g++. f -symbolic The option does not generally work for build targets, unless some alternative toolchain is enabled. .Ef t Va WITHOUT_GCOV from FreeBSD: stable/9/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru
Set to not build the .Xr gcov 1 tool. t Va WITHOUT_GDB from FreeBSD: stable/9/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru
Set to not build .Xr gdb 1 . t Va WITHOUT_GNU from FreeBSD: stable/9/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru
Set to not build contributed GNU software as a part of the base system. This option can be useful if the system built must not contain any code covered by the GNU Public License due to legal reasons. f -symbolic The option has no effect yet. .Ef When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_GNU_SUPPORT .El t Va WITHOUT_GNU_SUPPORT from FreeBSD: stable/9/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
Set to build some programs without optional GNU support. t Va WITHOUT_GPIB from FreeBSD: stable/9/tools/build/options/WITHOUT_GPIB 156932 2006-03-21 07:50:50Z ru
Set to not build GPIB bus support. t Va WITHOUT_GPIO $FreeBSD$
Set to not build .Xr gpioctl 8 as part of the base system. t Va WITHOUT_GROFF from FreeBSD: stable/9/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs
Set to not build .Xr groff 1 and .Xr vgrind 1 . You should consider installing the textproc/groff port to not break .Xr man 1 . t Va WITHOUT_GSSAPI from FreeBSD: stable/9/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru
Set to not build libgssapi. t Va WITH_HESIOD from FreeBSD: stable/9/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru
Set to build Hesiod support. t Va WITHOUT_HTML from FreeBSD: stable/9/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru
Set to not build HTML docs. t Va WITH_ICONV from FreeBSD: stable/9/tools/build/options/WITH_ICONV 219020 2011-02-25 00:10:26Z gabor
Set to build iconv as part of libc. t Va WITH_IDEA from FreeBSD: stable/9/tools/build/options/WITH_IDEA 156932 2006-03-21 07:50:50Z ru
Set to build the IDEA encryption code. This code is patented in the USA and many European countries. It is .Em "YOUR RESPONSIBILITY" to determine if you can legally use IDEA. t Va WITHOUT_INET from FreeBSD: stable/9/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz
Set to not build programs and libraries related to IPv4 networking. When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_INET_SUPPORT .El t Va WITHOUT_INET6 from FreeBSD: stable/9/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru
Set to not build programs and libraries related to IPv6 networking. When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_INET6_SUPPORT .El t Va WITHOUT_INET6_SUPPORT from FreeBSD: stable/9/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru
Set to build libraries, programs, and kernel modules without IPv6 support. t Va WITHOUT_INET_SUPPORT from FreeBSD: stable/9/tools/build/options/WITHOUT_INET_SUPPORT 221266 2011-04-30 17:58:28Z bz
Set to build libraries, programs, and kernel modules without IPv4 support. t Va WITHOUT_INFO from FreeBSD: stable/9/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru
Set to not make or install .Xr info 5 files. t Va WITHOUT_INSTALLLIB from FreeBSD: stable/9/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb
Set this if you do not want to install optional libraries. For example when creating a .Xr nanobsd 8 image. t Va WITHOUT_IPFILTER from FreeBSD: stable/9/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru
Set to not build IP Filter package. t Va WITHOUT_IPFW from FreeBSD: stable/9/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam
Set to not build IPFW tools. t Va WITHOUT_IPX from FreeBSD: stable/9/tools/build/options/WITHOUT_IPX 156932 2006-03-21 07:50:50Z ru
Set to not build programs and libraries related to IPX networking. When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_IPX_SUPPORT t .Va WITHOUT_NCP .El t Va WITHOUT_IPX_SUPPORT from FreeBSD: stable/9/tools/build/options/WITHOUT_IPX_SUPPORT 156932 2006-03-21 07:50:50Z ru
Set to build some programs without IPX support. t Va WITHOUT_JAIL from FreeBSD: stable/9/tools/build/options/WITHOUT_JAIL 183242 2008-09-21 22:02:26Z sam
Set to not build tools for the support of jails; e.g. .Xr jail 8 . t Va WITHOUT_KERBEROS from FreeBSD: stable/9/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru
Set this if you do not want to build Kerberos 5 (KTH Heimdal). When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_KERBEROS_SUPPORT .El

p When set, the following options are also in effect:

p l -inset -compact t Va WITHOUT_GSSAPI (unless .Va WITH_GSSAPI is set explicitly) .El t Va WITHOUT_KERBEROS_SUPPORT from FreeBSD: stable/9/tools/build/options/WITHOUT_KERBEROS_SUPPORT 156932 2006-03-21 07:50:50Z ru
Set to build some programs without Kerberos support, like .Xr cvs 1 , .Xr ssh 1 , .Xr telnet 1 , .Xr sshd 8 , and .Xr telnetd 8 . t Va WITHOUT_KERNEL_SYMBOLS from FreeBSD: stable/9/tools/build/options/WITHOUT_KERNEL_SYMBOLS 222189 2011-05-22 18:23:17Z imp
Set to not install kernel symbol files. f -symbolic This option is recommended for those people who have small root partitions. .Ef t Va WITHOUT_KVM from FreeBSD: stable/9/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru
Set to not build the .Nm libkvm library as a part of the base system. f -symbolic The option has no effect yet. .Ef When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_KVM_SUPPORT .El t Va WITHOUT_KVM_SUPPORT from FreeBSD: stable/9/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin
Set to build some programs without optional .Nm libkvm support. t Va WITHOUT_LEGACY_CONSOLE from FreeBSD: stable/9/tools/build/options/WITHOUT_LEGACY_CONSOLE 183242 2008-09-21 22:02:26Z sam
Set to not build programs that support a legacy PC console; e.g. .Xr kbdcontrol 8 and .Xr vidcontrol 8 . t Va WITHOUT_LIB32 from FreeBSD: stable/9/tools/build/options/WITHOUT_LIB32 156932 2006-03-21 07:50:50Z ru
On amd64, set to not build 32-bit library set and a .Nm ld-elf32.so.1 runtime linker. t Va WITH_LIBCPLUSPLUS from FreeBSD: stable/9/tools/build/options/WITH_LIBCPLUSPLUS 246322 2013-02-04 16:13:55Z des
Set to build libcxxrt and libc++. t Va WITHOUT_LIBPTHREAD from FreeBSD: stable/9/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm
Set to not build the .Nm libpthread providing library, .Nm libthr . When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_BIND t .Va WITHOUT_BIND_DNSSEC t .Va WITHOUT_BIND_ETC t .Va WITHOUT_BIND_LIBS t .Va WITHOUT_BIND_LIBS_LWRES t .Va WITHOUT_BIND_MTREE t .Va WITHOUT_BIND_NAMED t .Va WITHOUT_BIND_UTILS t .Va WITHOUT_LIBTHR .El t Va WITHOUT_LIBTHR from FreeBSD: stable/9/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru
Set to not build the .Nm libthr (1:1 threading) library. When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_BIND t .Va WITHOUT_BIND_DNSSEC t .Va WITHOUT_BIND_ETC t .Va WITHOUT_BIND_LIBS t .Va WITHOUT_BIND_LIBS_LWRES t .Va WITHOUT_BIND_MTREE t .Va WITHOUT_BIND_NAMED t .Va WITHOUT_BIND_UTILS .El t Va WITHOUT_LOCALES from FreeBSD: stable/9/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru
Set to not build localization files; see .Xr locale 1 . t Va WITHOUT_LOCATE from FreeBSD: stable/9/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam
Set to not build .Xr locate 1 and related programs. t Va WITHOUT_LPR from FreeBSD: stable/9/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru
Set to not build .Xr lpr 1 and related programs. t Va WITHOUT_MAIL from FreeBSD: stable/9/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam
Set to not build any mail support (MUA or MTA). When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_MAILWRAPPER t .Va WITHOUT_SENDMAIL .El t Va WITHOUT_MAILWRAPPER from FreeBSD: stable/9/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru
Set to not build the .Xr mailwrapper 8 MTA selector. t Va WITHOUT_MAKE from FreeBSD: stable/9/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam
Set to not install .Xr make 1 and related support files. t Va WITHOUT_MAN from FreeBSD: stable/9/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru
Set to not build manual pages. When set, the following options are also in effect:

p l -inset -compact t Va WITHOUT_MAN_UTILS (unless .Va WITH_MAN_UTILS is set explicitly) .El t Va WITHOUT_MAN_UTILS from FreeBSD: stable/9/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim
Set to not build utilities for manual pages, .Xr apropos 1 , .Xr catman 1 , .Xr makewhatis 1 , .Xr man 1 , .Xr whatis 1 , .Xr manctl 8 , and related support files. t Va WITHOUT_NCP from FreeBSD: stable/9/tools/build/options/WITHOUT_NCP 156932 2006-03-21 07:50:50Z ru
Set to not build programs, libraries, and kernel modules related to NetWare Core protocol. t Va WITHOUT_NDIS from FreeBSD: stable/9/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam
Set to not build programs and libraries related to NDIS emulation support. t Va WITHOUT_NETCAT from FreeBSD: stable/9/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru
Set to not build .Xr nc 1 utility. t Va WITHOUT_NETGRAPH from FreeBSD: stable/9/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam
Set to not build applications to support .Xr netgraph 4 . When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_ATM t .Va WITHOUT_BLUETOOTH t .Va WITHOUT_NETGRAPH_SUPPORT .El t Va WITHOUT_NETGRAPH_SUPPORT from FreeBSD: stable/9/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam
Set to build libraries, programs, and kernel modules without netgraph support. t Va WITHOUT_NIS from FreeBSD: stable/9/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru
Set to not build .Xr NIS 8 support and related programs. If set, you might need to adopt your .Xr nsswitch.conf 5 and remove .Sq nis entries. t Va WITHOUT_NLS from FreeBSD: stable/9/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru
Set to not build NLS catalogs. t Va WITHOUT_NLS_CATALOGS from FreeBSD: stable/9/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
Set to not build NLS catalog support for .Xr csh 1 . t Va WITH_NMTREE from FreeBSD: stable/9/tools/build/options/WITH_NMTREE 245462 2013-01-15 16:46:51Z brooks
Set to install .Xr nmtree 8 as .Xr mtree 8 . By default .Xr fmtree 8 is installed as .Xr mtree 8 . t Va WITHOUT_NS_CACHING from FreeBSD: stable/9/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru
Set to disable name caching in the

a nsswitch subsystem. The generic caching daemon, .Xr nscd 8 , will not be built either if this option is set. t Va WITHOUT_NTP from FreeBSD: stable/9/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam
Set to not build .Xr ntpd 8 and related programs. t Va WITH_OFED $FreeBSD$
Set to build the .Dq "OpenFabrics Enterprise Distribution" Infiniband software stack. t Va WITHOUT_OPENSSH from FreeBSD: stable/9/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru
Set to not build OpenSSH. t Va WITH_OPENSSH_NONE_CIPHER from FreeBSD: stable/9/tools/build/options/WITH_OPENSSH_NONE_CIPHER 247515 2013-03-01 01:02:26Z des
Set to include the "None" cipher support in OpenSSH and its libraries. Additional adjustments may need to be done to system configuration files, such as .Xr sshd_config 5 , to enable this cipher. Please see

a /usr/src/crypto/openssh/README.hpn for full details. t Va WITHOUT_OPENSSL from FreeBSD: stable/9/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru
Set to not build OpenSSL. When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_KERBEROS t .Va WITHOUT_KERBEROS_SUPPORT t .Va WITHOUT_OPENSSH .El

p When set, the following options are also in effect:

p l -inset -compact t Va WITHOUT_GSSAPI (unless .Va WITH_GSSAPI is set explicitly) .El t Va WITHOUT_PAM from FreeBSD: stable/9/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru
Set to not build PAM library and modules. f -symbolic This option is deprecated and does nothing. .Ef When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_PAM_SUPPORT .El t Va WITHOUT_PAM_SUPPORT from FreeBSD: stable/9/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru
Set to build some programs without PAM support, particularly .Xr ftpd 8 and .Xr ppp 8 . t Va WITHOUT_PC_SYSINSTALL from FreeBSD: stable/9/tools/build/options/WITHOUT_PC_SYSINSTALL 246264 2013-02-02 23:01:54Z eadler
Set to not build .Xr pc-sysinstall 8 and related programs. t Va WITHOUT_PF from FreeBSD: stable/9/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru
Set to not build PF firewall package. When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_AUTHPF .El t Va WITHOUT_PKGBOOTSTRAP from FreeBSD: stable/9/tools/build/options/WITHOUT_PKGBOOTSTRAP 263053 2014-03-11 22:11:45Z gjb
Set to not build .Xr pkg 7 bootstrap tool. t Va WITHOUT_PKGTOOLS from FreeBSD: stable/9/tools/build/options/WITHOUT_PKGTOOLS 183242 2008-09-21 22:02:26Z sam
Set to not build .Xr pkg_add 8 and related programs. t Va WITHOUT_PMC from FreeBSD: stable/9/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam
Set to not build .Xr pmccontrol 8 and related programs. t Va WITHOUT_PORTSNAP from FreeBSD: stable/9/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam
Set to not build or install .Xr portsnap 8 and related files. t Va WITHOUT_PPP from FreeBSD: stable/9/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam
Set to not build .Xr ppp 8 and related programs. t Va WITHOUT_PROFILE from FreeBSD: stable/9/tools/build/options/WITHOUT_PROFILE 156932 2006-03-21 07:50:50Z ru
Set to avoid compiling profiled libraries. t Va WITHOUT_QUOTAS from FreeBSD: stable/9/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam
Set to not build .Xr quota 8 and related programs. t Va WITHOUT_RCMDS from FreeBSD: stable/9/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru
Disable building of the x r-commands. This includes .Xr rlogin 1 , .Xr rsh 1 , etc. t Va WITHOUT_RCS from FreeBSD: stable/9/tools/build/options/WITHOUT_RCS 156932 2006-03-21 07:50:50Z ru
Set to not build .Xr rcs 1 and related utilities. t Va WITHOUT_RESCUE from FreeBSD: stable/9/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru
Set to not build .Xr rescue 8 . t Va WITHOUT_ROUTED from FreeBSD: stable/9/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam
Set to not build .Xr routed 8 utility. t Va WITHOUT_SENDMAIL from FreeBSD: stable/9/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru
Set to not build .Xr sendmail 8 and related programs. t Va WITHOUT_SETUID_LOGIN from FreeBSD: stable/9/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru
Set this to disable the installation of .Xr login 1 as a set-user-ID root program. t Va WITHOUT_SHAREDOCS from FreeBSD: stable/9/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru
Set to not build the x 4.4 legacy docs. t Va WITH_SHARED_TOOLCHAIN from FreeBSD: stable/9/tools/build/options/WITH_SHARED_TOOLCHAIN 235587 2012-05-18 02:00:01Z gjb
Set to build the toolchain binaries shared. The set includes .Xr cc 1 , .Xr make 1 and necessary utilities like assembler, linker and library archive manager. t Va WITHOUT_SOURCELESS from FreeBSD: stable/9/tools/build/options/WITHOUT_SOURCELESS 231905 2012-02-19 07:44:38Z rmh
Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU). When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_SOURCELESS_HOST t .Va WITHOUT_SOURCELESS_UCODE .El t Va WITHOUT_SOURCELESS_HOST from FreeBSD: stable/9/tools/build/options/WITHOUT_SOURCELESS_HOST 231905 2012-02-19 07:44:38Z rmh
Set to not build kernel modules that include sourceless native code for host CPU. t Va WITHOUT_SOURCELESS_UCODE from FreeBSD: stable/9/tools/build/options/WITHOUT_SOURCELESS_UCODE 231905 2012-02-19 07:44:38Z rmh
Set to not build kernel modules that include sourceless microcode. t Va WITHOUT_SSP from FreeBSD: stable/9/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru
Set to not build world with propolice stack smashing protection. t Va WITHOUT_SYMVER from FreeBSD: stable/9/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen
Set to disable symbol versioning when building shared libraries. t Va WITHOUT_SYSCONS from FreeBSD: stable/9/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru
Set to not build .Xr syscons 4 support files such as keyboard maps, fonts, and screen output maps. t Va WITHOUT_SYSINSTALL from FreeBSD: stable/9/tools/build/options/WITHOUT_SYSINSTALL 183242 2008-09-21 22:02:26Z sam
Set to not build .Xr sysinstall 8 and related programs. t Va WITHOUT_TCSH from FreeBSD: stable/9/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru
Set to not build and install

a /bin/csh (which is .Xr tcsh 1 ) . t Va WITHOUT_TELNET from FreeBSD: stable/9/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam
Set to not build .Xr telnet 8 and related programs. t Va WITHOUT_TEXTPROC from FreeBSD: stable/9/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam
Set to not build programs used for text processing. When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_GROFF .El t Va WITHOUT_TOOLCHAIN from FreeBSD: stable/9/tools/build/options/WITHOUT_TOOLCHAIN 174550 2007-12-12 16:43:17Z ru
Set to not install programs used for program development, compilers, debuggers etc. f -symbolic The option does not work for build targets. .Ef When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_BINUTILS t .Va WITHOUT_CLANG t .Va WITHOUT_CLANG_EXTRAS t .Va WITHOUT_CLANG_FULL t .Va WITHOUT_CLANG_IS_CC t .Va WITHOUT_GCC t .Va WITHOUT_GDB .El t Va WITHOUT_USB from FreeBSD: stable/9/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru
Set to not build USB-related programs and libraries. t Va WITHOUT_UTMPX from FreeBSD: stable/9/tools/build/options/WITHOUT_UTMPX 223209 2011-06-17 21:30:21Z ed
Set to not build user accounting tools such as .Xr last 1 , .Xr users 1 , .Xr who 1 , .Xr wtmpcvt 1 , .Xr ac 8 , .Xr lastlogin 8 and .Xr utxrm 8 . t Va WITHOUT_WIRELESS from FreeBSD: stable/9/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam
Set to not build programs used for 802.11 wireless networks; especially .Xr wpa_supplicant 8 and .Xr hostapd 8 . When set, it also enforces the following options:

p l -item -compact t .Va WITHOUT_WIRELESS_SUPPORT .El t Va WITHOUT_WIRELESS_SUPPORT from FreeBSD: stable/9/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam
Set to build libraries, programs, and kernel modules without 802.11 wireless support. t Va WITHOUT_WPA_SUPPLICANT_EAPOL from FreeBSD: stable/9/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru
Build .Xr wpa_supplicant 8 without support for the IEEE 802.1X protocol and without support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS protocols (usable only via 802.1X). t Va WITHOUT_ZFS from FreeBSD: stable/9/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd
Set to not build ZFS file system. t Va WITHOUT_ZONEINFO from FreeBSD: stable/9/tools/build/options/WITHOUT_ZONEINFO 235587 2012-05-18 02:00:01Z gjb
Set to not build the timezone database. .El .Sh FILES l -tag -compact -width Pa t Pa /etc/src.conf t Pa /usr/share/mk/bsd.own.mk .El .Sh SEE ALSO .Xr make 1 , .Xr make.conf 5 , .Xr build 7 , .Xr ports 7 .Sh HISTORY The .Nm file appeared in .Fx 7.0 . .Sh AUTHORS This manual page was autogenerated.