xref: /freebsd/share/man/man5/src.conf.5 (revision 9a2a38462374a96bfbcc1ee8a9bba0da57afd2ef)
1fa07cb9cSRuslan Ermilov.\" DO NOT EDIT-- this file is automatically generated.
290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/makeman 255964 2013-10-01 07:22:04Z des
3fa07cb9cSRuslan Ermilov.\" $FreeBSD$
4*9a2a3846SEd Maste.Dd December 1, 2014
5fa07cb9cSRuslan Ermilov.Dt SRC.CONF 5
6fa07cb9cSRuslan Ermilov.Os
7fa07cb9cSRuslan Ermilov.Sh NAME
8fa07cb9cSRuslan Ermilov.Nm src.conf
916f2e711SYaroslav Tykhiy.Nd "source build options"
10fa07cb9cSRuslan Ermilov.Sh DESCRIPTION
11fa07cb9cSRuslan ErmilovThe
12fa07cb9cSRuslan Ermilov.Nm
13fa07cb9cSRuslan Ermilovfile contains settings that will apply to every build involving the
14fa07cb9cSRuslan Ermilov.Fx
15fa07cb9cSRuslan Ermilovsource tree; see
16fa07cb9cSRuslan Ermilov.Xr build 7 .
17fa07cb9cSRuslan Ermilov.Pp
18fa07cb9cSRuslan ErmilovThe
19fa07cb9cSRuslan Ermilov.Nm
20fa07cb9cSRuslan Ermilovfile uses the standard makefile syntax.
21fa07cb9cSRuslan ErmilovHowever,
22fa07cb9cSRuslan Ermilov.Nm
23fa07cb9cSRuslan Ermilovshould not specify any dependencies to
24fa07cb9cSRuslan Ermilov.Xr make 1 .
25fa07cb9cSRuslan ErmilovInstead,
26fa07cb9cSRuslan Ermilov.Nm
27fa07cb9cSRuslan Ermilovis to set
28fa07cb9cSRuslan Ermilov.Xr make 1
29fa07cb9cSRuslan Ermilovvariables that control the aspects of how the system builds.
30fa07cb9cSRuslan Ermilov.Pp
31fa07cb9cSRuslan ErmilovThe default location of
32fa07cb9cSRuslan Ermilov.Nm
33fa07cb9cSRuslan Ermilovis
34fa07cb9cSRuslan Ermilov.Pa /etc/src.conf ,
35fa07cb9cSRuslan Ermilovthough an alternative location can be specified in the
36fa07cb9cSRuslan Ermilov.Xr make 1
37fa07cb9cSRuslan Ermilovvariable
38fa07cb9cSRuslan Ermilov.Va SRCCONF .
39fa07cb9cSRuslan ErmilovOverriding the location of
40fa07cb9cSRuslan Ermilov.Nm
41fa07cb9cSRuslan Ermilovmay be necessary if the system-wide settings are not suitable
42fa07cb9cSRuslan Ermilovfor a particular build.
43fa07cb9cSRuslan ErmilovFor instance, setting
44fa07cb9cSRuslan Ermilov.Va SRCCONF
45fa07cb9cSRuslan Ermilovto
46fa07cb9cSRuslan Ermilov.Pa /dev/null
47fa07cb9cSRuslan Ermiloveffectively resets all build controls to their defaults.
48fa07cb9cSRuslan Ermilov.Pp
49fa07cb9cSRuslan ErmilovThe only purpose of
50fa07cb9cSRuslan Ermilov.Nm
51fa07cb9cSRuslan Ermilovis to control the compilation of the
52fa07cb9cSRuslan Ermilov.Fx
5316f2e711SYaroslav Tykhiysource code, which is usually located in
54fa07cb9cSRuslan Ermilov.Pa /usr/src .
55fa07cb9cSRuslan ErmilovAs a rule, the system administrator creates
56fa07cb9cSRuslan Ermilov.Nm
57fa07cb9cSRuslan Ermilovwhen the values of certain control variables need to be changed
58fa07cb9cSRuslan Ermilovfrom their defaults.
59fa07cb9cSRuslan Ermilov.Pp
60fa07cb9cSRuslan ErmilovIn addition, control variables can be specified
61fa07cb9cSRuslan Ermilovfor a particular build via the
62fa07cb9cSRuslan Ermilov.Fl D
63fa07cb9cSRuslan Ermilovoption of
64fa07cb9cSRuslan Ermilov.Xr make 1
6572735687SMike Makonnenor in its environment; see
66fa07cb9cSRuslan Ermilov.Xr environ 7 .
67fa07cb9cSRuslan Ermilov.Pp
6816f2e711SYaroslav TykhiyThe values of variables are ignored regardless of their setting;
6916f2e711SYaroslav Tykhiyeven if they would be set to
70fa07cb9cSRuslan Ermilov.Dq Li FALSE
71fa07cb9cSRuslan Ermilovor
7216f2e711SYaroslav Tykhiy.Dq Li NO .
7316f2e711SYaroslav TykhiyJust the existence of an option will cause
7416f2e711SYaroslav Tykhiyit to be honoured by
7516f2e711SYaroslav Tykhiy.Xr make 1 .
76fa07cb9cSRuslan Ermilov.Pp
77fa07cb9cSRuslan ErmilovThe following list provides a name and short description for variables
78fa07cb9cSRuslan Ermilovthat can be used for source builds.
79fa07cb9cSRuslan Ermilov.Bl -tag -width indent
80aaa6d7ebSSam Leffler.It Va WITHOUT_ACCT
8190be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_ACCT 223201 2011-06-17 20:47:44Z ed
82aaa6d7ebSSam LefflerSet to not build process accounting tools such as
830ea27d02SEd Schouten.Xr accton 8
84aaa6d7ebSSam Lefflerand
850ea27d02SEd Schouten.Xr sa 8 .
86fa07cb9cSRuslan Ermilov.It Va WITHOUT_ACPI
8790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_ACPI 156932 2006-03-21 07:50:50Z ru
88fa07cb9cSRuslan ErmilovSet to not build
89fa07cb9cSRuslan Ermilov.Xr acpiconf 8 ,
90fa07cb9cSRuslan Ermilov.Xr acpidump 8
91fa07cb9cSRuslan Ermilovand related programs.
92aaa6d7ebSSam Leffler.It Va WITHOUT_AMD
9390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_AMD 183242 2008-09-21 22:02:26Z sam
94aaa6d7ebSSam LefflerSet to not build
95aaa6d7ebSSam Leffler.Xr amd 8 ,
96aaa6d7ebSSam Lefflerand related programs.
97aaa6d7ebSSam Leffler.It Va WITHOUT_APM
9890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_APM 183242 2008-09-21 22:02:26Z sam
99aaa6d7ebSSam LefflerSet to not build
100aaa6d7ebSSam Leffler.Xr apm 8 ,
101aaa6d7ebSSam Leffler.Xr apmd 8
102aaa6d7ebSSam Lefflerand related programs.
103e567b213SRuslan Ermilov.It Va WITHOUT_ASSERT_DEBUG
10490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_ASSERT_DEBUG 162215 2006-09-11 13:55:27Z ru
105e567b213SRuslan ErmilovSet to compile programs and libraries without the
106e567b213SRuslan Ermilov.Xr assert 3
107e567b213SRuslan Ermilovchecks.
108aaa6d7ebSSam Leffler.It Va WITHOUT_AT
10990be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_AT 183242 2008-09-21 22:02:26Z sam
110aaa6d7ebSSam LefflerSet to not build
111aaa6d7ebSSam Leffler.Xr at 1
112aaa6d7ebSSam Lefflerand related utilities.
113fa07cb9cSRuslan Ermilov.It Va WITHOUT_ATM
11490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_ATM 156932 2006-03-21 07:50:50Z ru
115fa07cb9cSRuslan ErmilovSet to not build
116fa07cb9cSRuslan Ermilovprograms and libraries related to ATM networking.
117fa07cb9cSRuslan Ermilov.It Va WITHOUT_AUDIT
11890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_AUDIT 156932 2006-03-21 07:50:50Z ru
119fa07cb9cSRuslan ErmilovSet to not build audit support into system programs.
120fa07cb9cSRuslan Ermilov.It Va WITHOUT_AUTHPF
12190be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_AUTHPF 156932 2006-03-21 07:50:50Z ru
122fa07cb9cSRuslan ErmilovSet to not build
123fa07cb9cSRuslan Ermilov.Xr authpf 8 .
12490be798eSDimitry Andric.It Va WITHOUT_BINUTILS
12590be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS 266158 2014-05-15 16:51:45Z brooks
12690be798eSDimitry AndricSet to not build or install binutils (as, c++-filt, gconv,
12790be798eSDimitry Andricld, nm, objcopy, objdump, readelf, size and strip) as part
12890be798eSDimitry Andricof the normal system build.
12990be798eSDimitry AndricThe resulting system cannot build programs from source.
13090be798eSDimitry Andric.It Va WITHOUT_BINUTILS_BOOTSTRAP
13190be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP 264660 2014-04-18 17:03:58Z imp
13290be798eSDimitry AndricSet to not build binutils (as, c++-filt, gconv,
13390be798eSDimitry Andricld, nm, objcopy, objdump, readelf, size and strip)
13490be798eSDimitry Andricas part of the bootstrap process.
13590be798eSDimitry Andric.Bf -symbolic
13690be798eSDimitry AndricThe option does not work for build targets unless some alternative
13790be798eSDimitry Andrictoolchain is provided.
13890be798eSDimitry Andric.Ef
13990be798eSDimitry Andric.It Va WITHOUT_BLUETOOTH
14090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_BLUETOOTH 156932 2006-03-21 07:50:50Z ru
14190be798eSDimitry AndricSet to not build Bluetooth related kernel modules, programs and libraries.
14290be798eSDimitry Andric.It Va WITHOUT_BOOT
14390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_BOOT 156932 2006-03-21 07:50:50Z ru
14490be798eSDimitry AndricSet to not build the boot blocks and loader.
14590be798eSDimitry Andric.It Va WITHOUT_BSD_CPIO
14690be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_BSD_CPIO 179813 2008-06-16 05:48:15Z dougb
14790be798eSDimitry AndricSet to not build the BSD licensed version of cpio based on
14890be798eSDimitry Andric.Xr libarchive 3 .
14990be798eSDimitry Andric.It Va WITH_BSD_GREP
15090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_BSD_GREP 222273 2011-05-25 01:04:12Z obrien
15190be798eSDimitry AndricInstall BSD-licensed grep as '[ef]grep' instead of GNU grep.
15290be798eSDimitry Andric.It Va WITHOUT_BSNMP
15390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_BSNMP 183306 2008-09-23 16:15:42Z sam
15490be798eSDimitry AndricSet to not build or install
15590be798eSDimitry Andric.Xr bsnmpd 1
15690be798eSDimitry Andricand related libraries and data files.
15790be798eSDimitry Andric.It Va WITHOUT_BZIP2
15890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2 174550 2007-12-12 16:43:17Z ru
15990be798eSDimitry AndricSet to not build contributed bzip2 software as a part of the base system.
16090be798eSDimitry Andric.Bf -symbolic
16190be798eSDimitry AndricThe option has no effect yet.
16290be798eSDimitry Andric.Ef
16390be798eSDimitry AndricWhen set, it also enforces the following options:
16490be798eSDimitry Andric.Pp
16590be798eSDimitry Andric.Bl -item -compact
16690be798eSDimitry Andric.It
16790be798eSDimitry Andric.Va WITHOUT_BZIP2_SUPPORT
16890be798eSDimitry Andric.El
16990be798eSDimitry Andric.It Va WITHOUT_BZIP2_SUPPORT
17090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2_SUPPORT 166255 2007-01-26 10:19:08Z delphij
17190be798eSDimitry AndricSet to build some programs without optional bzip2 support.
17290be798eSDimitry Andric.It Va WITHOUT_CALENDAR
17390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_CALENDAR 156932 2006-03-21 07:50:50Z ru
17490be798eSDimitry AndricSet to not build
17590be798eSDimitry Andric.Xr calendar 1 .
17690be798eSDimitry Andric.It Va WITHOUT_CAPSICUM
17790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_CAPSICUM 229319 2012-01-02 21:57:58Z rwatson
17890be798eSDimitry AndricSet to not build Capsicum support into system programs.
17990be798eSDimitry Andric.It Va WITHOUT_CASPER
18090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_CASPER 258838 2013-12-02 08:21:28Z pjd
18190be798eSDimitry AndricSet to not build Casper program and related libraries.
18290be798eSDimitry Andric.It Va WITHOUT_CDDL
18390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_CDDL 163861 2006-11-01 09:02:11Z jb
18490be798eSDimitry AndricSet to not build code licensed under Sun's CDDL.
18590be798eSDimitry AndricWhen set, it also enforces the following options:
18690be798eSDimitry Andric.Pp
18790be798eSDimitry Andric.Bl -item -compact
18890be798eSDimitry Andric.It
18990be798eSDimitry Andric.Va WITHOUT_CTF
19090be798eSDimitry Andric.It
19190be798eSDimitry Andric.Va WITHOUT_ZFS
19290be798eSDimitry Andric.El
19390be798eSDimitry Andric.It Va WITHOUT_CLANG
19490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG 264660 2014-04-18 17:03:58Z imp
19590be798eSDimitry AndricSet to not build the Clang C/C++ compiler during the regular phase of the build.
19690be798eSDimitry Andric.Pp
19790be798eSDimitry AndricIt is a default setting on
19890be798eSDimitry Andricarm/armeb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64.
19990be798eSDimitry AndricWhen set, it also enforces the following options:
20090be798eSDimitry Andric.Pp
20190be798eSDimitry Andric.Bl -item -compact
20290be798eSDimitry Andric.It
20390be798eSDimitry Andric.Va WITHOUT_CLANG_EXTRAS
20490be798eSDimitry Andric.It
20590be798eSDimitry Andric.Va WITHOUT_CLANG_FULL
20690be798eSDimitry Andric.El
20790be798eSDimitry Andric.It Va WITH_CLANG
20890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_CLANG 264660 2014-04-18 17:03:58Z imp
20990be798eSDimitry AndricSet to build the Clang C/C++ compiler during the normal phase of the build.
21090be798eSDimitry Andric.Pp
21190be798eSDimitry AndricIt is a default setting on
21290be798eSDimitry Andricamd64/amd64, arm/arm, arm/armv6, arm/armv6hf, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
21390be798eSDimitry Andric.It Va WITHOUT_CLANG_BOOTSTRAP
214a0f6423bSEd Maste.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_BOOTSTRAP 273177 2014-10-16 18:28:11Z skreuzer
21590be798eSDimitry AndricSet to not build the Clang C/C++ compiler during the bootstrap phase of the build.
216a0f6423bSEd MasteYou must enable either gcc or clang bootstrap to be able to build the system,
217a0f6423bSEd Masteunless an alternative compiler is provided via
21890be798eSDimitry AndricXCC.
21990be798eSDimitry Andric.Pp
22090be798eSDimitry AndricIt is a default setting on
22190be798eSDimitry Andricarm/armeb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64.
22290be798eSDimitry Andric.It Va WITH_CLANG_BOOTSTRAP
22390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_CLANG_BOOTSTRAP 264660 2014-04-18 17:03:58Z imp
22490be798eSDimitry AndricSet to build the Clang C/C++ compiler during the bootstrap phase of the build.
22590be798eSDimitry Andric.Pp
22690be798eSDimitry AndricIt is a default setting on
22790be798eSDimitry Andricamd64/amd64, arm/arm, arm/armv6, arm/armv6hf, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
22890be798eSDimitry Andric.It Va WITH_CLANG_EXTRAS
22990be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_CLANG_EXTRAS 231057 2012-02-05 23:56:22Z dim
23090be798eSDimitry AndricSet to build additional clang and llvm tools, such as bugpoint.
23190be798eSDimitry Andric.It Va WITHOUT_CLANG_FULL
23290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_FULL 246259 2013-02-02 22:28:29Z dim
23390be798eSDimitry AndricSet to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of
23490be798eSDimitry Andricthe Clang C/C++ compiler.
23590be798eSDimitry Andric.Pp
23690be798eSDimitry AndricIt is a default setting on
23790be798eSDimitry Andricarm/arm, arm/armeb, arm/armv6, arm/armv6hf, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64.
23890be798eSDimitry Andric.It Va WITH_CLANG_FULL
23990be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_CLANG_FULL 246259 2013-02-02 22:28:29Z dim
24090be798eSDimitry AndricSet to build the ARCMigrate, Rewriter and StaticAnalyzer components of the
24190be798eSDimitry AndricClang C/C++ compiler.
24290be798eSDimitry Andric.Pp
24390be798eSDimitry AndricIt is a default setting on
24490be798eSDimitry Andricamd64/amd64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
24590be798eSDimitry Andric.It Va WITHOUT_CLANG_IS_CC
24690be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_IS_CC 242629 2012-11-05 21:53:23Z brooks
24790be798eSDimitry AndricSet to install the GCC compiler as
24890be798eSDimitry Andric.Pa /usr/bin/cc ,
24990be798eSDimitry Andric.Pa /usr/bin/c++
25090be798eSDimitry Andricand
25190be798eSDimitry Andric.Pa /usr/bin/cpp .
25290be798eSDimitry Andric.Pp
25390be798eSDimitry AndricIt is a default setting on
25490be798eSDimitry Andricarm/armeb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
25590be798eSDimitry Andric.It Va WITH_CLANG_IS_CC
25690be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 235342 2012-05-12 16:12:36Z gjb
25790be798eSDimitry AndricSet to install the Clang C/C++ compiler as
25890be798eSDimitry Andric.Pa /usr/bin/cc ,
25990be798eSDimitry Andric.Pa /usr/bin/c++
26090be798eSDimitry Andricand
26190be798eSDimitry Andric.Pa /usr/bin/cpp .
26290be798eSDimitry Andric.Pp
26390be798eSDimitry AndricIt is a default setting on
26490be798eSDimitry Andricamd64/amd64, arm/arm, arm/armv6, arm/armv6hf, i386/i386 and pc98/i386.
26590be798eSDimitry Andric.It Va WITHOUT_CPP
26690be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
26790be798eSDimitry AndricSet to not build
26890be798eSDimitry Andric.Xr cpp 1 .
26990be798eSDimitry Andric.It Va WITHOUT_CROSS_COMPILER
270c5d09a87SGlen Barber.\" from FreeBSD: head/tools/build/options/WITHOUT_CROSS_COMPILER 275138 2014-11-26 20:43:09Z gjb
27190be798eSDimitry AndricSet to not build any cross compiler in the cross-tools stage of buildworld.
27290be798eSDimitry AndricIf you are compiling a different version of
27390be798eSDimitry Andric.Fx
27490be798eSDimitry Andricthan what is installed on the system, you will need to provide an alternate
27590be798eSDimitry Andriccompiler with XCC to ensure success.
27690be798eSDimitry AndricIf you are compiling with an identical version of
27790be798eSDimitry Andric.Fx
27890be798eSDimitry Andricto the host, this option may be safely used.
27990be798eSDimitry AndricThis option may also be safe when the host version of
28090be798eSDimitry Andric.Fx
28190be798eSDimitry Andricis close to the sources being built, but all bets are off if there have
28290be798eSDimitry Andricbeen any changes to the toolchain between the versions.
28390be798eSDimitry AndricWhen set, it also enforces the following options:
28490be798eSDimitry Andric.Pp
28590be798eSDimitry Andric.Bl -item -compact
28690be798eSDimitry Andric.It
28790be798eSDimitry Andric.Va WITHOUT_BINUTILS_BOOTSTRAP
28890be798eSDimitry Andric.It
28990be798eSDimitry Andric.Va WITHOUT_CLANG_BOOTSTRAP
29090be798eSDimitry Andric.It
29190be798eSDimitry Andric.Va WITHOUT_GCC_BOOTSTRAP
29290be798eSDimitry Andric.El
29390be798eSDimitry Andric.It Va WITHOUT_CRYPT
29490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru
29590be798eSDimitry AndricSet to not build any crypto code.
29690be798eSDimitry AndricWhen set, it also enforces the following options:
29790be798eSDimitry Andric.Pp
29890be798eSDimitry Andric.Bl -item -compact
29990be798eSDimitry Andric.It
30090be798eSDimitry Andric.Va WITHOUT_KERBEROS
30190be798eSDimitry Andric.It
30290be798eSDimitry Andric.Va WITHOUT_KERBEROS_SUPPORT
30390be798eSDimitry Andric.It
30490be798eSDimitry Andric.Va WITHOUT_OPENSSH
30590be798eSDimitry Andric.It
30690be798eSDimitry Andric.Va WITHOUT_OPENSSL
30790be798eSDimitry Andric.El
30890be798eSDimitry Andric.Pp
30990be798eSDimitry AndricWhen set, the following options are also in effect:
31090be798eSDimitry Andric.Pp
31190be798eSDimitry Andric.Bl -inset -compact
31290be798eSDimitry Andric.It Va WITHOUT_GSSAPI
31390be798eSDimitry Andric(unless
31490be798eSDimitry Andric.Va WITH_GSSAPI
31590be798eSDimitry Andricis set explicitly)
31690be798eSDimitry Andric.El
31790be798eSDimitry Andric.It Va WITH_CTF
31890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_CTF 228159 2011-11-30 18:22:44Z fjoe
31990be798eSDimitry AndricSet to compile with CTF (Compact C Type Format) data.
32090be798eSDimitry AndricCTF data encapsulates a reduced form of debugging information
32190be798eSDimitry Andricsimilar to DWARF and the venerable stabs and is required for DTrace.
32290be798eSDimitry Andric.It Va WITHOUT_CTM
32390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_CTM 183242 2008-09-21 22:02:26Z sam
32490be798eSDimitry AndricSet to not build
32590be798eSDimitry Andric.Xr ctm 1
32690be798eSDimitry Andricand related utilities.
32754d8c5d5SBryan Drewery.It Va WITHOUT_CUSE
32854d8c5d5SBryan Drewery.\" from FreeBSD: head/tools/build/options/WITHOUT_CUSE 270171 2014-08-19 15:40:26Z hselasky
32954d8c5d5SBryan DrewerySet to not build CUSE-related programs and libraries.
33090be798eSDimitry Andric.It Va WITHOUT_CXX
33190be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 220402 2011-04-06 20:19:07Z uqs
33290be798eSDimitry AndricSet to not build
33390be798eSDimitry Andric.Xr g++ 1
33490be798eSDimitry Andricand related libraries.
33590be798eSDimitry AndricIt will also prevent building of
33690be798eSDimitry Andric.Xr gperf 1
33790be798eSDimitry Andricand
33890be798eSDimitry Andric.Xr devd 8 .
33990be798eSDimitry AndricWhen set, it also enforces the following options:
34090be798eSDimitry Andric.Pp
34190be798eSDimitry Andric.Bl -item -compact
34290be798eSDimitry Andric.It
34390be798eSDimitry Andric.Va WITHOUT_CLANG
34490be798eSDimitry Andric.It
34590be798eSDimitry Andric.Va WITHOUT_CLANG_EXTRAS
34690be798eSDimitry Andric.It
34790be798eSDimitry Andric.Va WITHOUT_CLANG_FULL
34890be798eSDimitry Andric.It
34918c6fc4cSJulio Merino.Va WITHOUT_GNUCXX
35018c6fc4cSJulio Merino.It
35190be798eSDimitry Andric.Va WITHOUT_GROFF
35290be798eSDimitry Andric.El
35390be798eSDimitry Andric.It Va WITH_DEBUG_FILES
35490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_DEBUG_FILES 251512 2013-06-07 21:40:02Z emaste
35590be798eSDimitry AndricSet to strip debug info into a separate file for each executable binary
35690be798eSDimitry Andricand shared library.
35790be798eSDimitry AndricThe debug files will be placed in a subdirectory of
35890be798eSDimitry Andric.Pa /usr/lib/debug
35990be798eSDimitry Andricand are located automatically by
36090be798eSDimitry Andric.Xr gdb 1 .
36190be798eSDimitry Andric.It Va WITHOUT_DICT
36290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru
36390be798eSDimitry AndricSet to not build the Webster dictionary files.
36490be798eSDimitry Andric.It Va WITHOUT_DMAGENT
36590be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_DMAGENT 262335 2014-02-22 13:05:23Z bapt
36690be798eSDimitry AndricSet to not build dma Mail Transport Agent
36790be798eSDimitry Andric.It Va WITHOUT_DOCCOMPRESS
36890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_DOCCOMPRESS 266752 2014-05-27 15:52:27Z gjb
36990be798eSDimitry AndricSet to not to install compressed system documentation.
37090be798eSDimitry AndricOnly the uncompressed version will be installed.
37190be798eSDimitry Andric.It Va WITHOUT_DYNAMICROOT
37290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru
37390be798eSDimitry AndricSet this if you do not want to link
37490be798eSDimitry Andric.Pa /bin
37590be798eSDimitry Andricand
37690be798eSDimitry Andric.Pa /sbin
37790be798eSDimitry Andricdynamically.
37890be798eSDimitry Andric.It Va WITHOUT_ED_CRYPTO
37990be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_ED_CRYPTO 235660 2012-05-19 20:05:27Z marcel
38090be798eSDimitry AndricSet to build
38190be798eSDimitry Andric.Xr ed 1
38290be798eSDimitry Andricwithout support for encryption/decryption.
38390be798eSDimitry Andric.It Va WITH_EISA
38490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_EISA 264654 2014-04-18 16:53:06Z imp
38590be798eSDimitry AndricSet to build EISA kernel modules.
386*9a2a3846SEd Maste.It Va WITH_ELFTOOLCHAIN_TOOLS
387*9a2a3846SEd Maste.\" from FreeBSD: head/tools/build/options/WITH_ELFTOOLCHAIN_TOOLS 275373 2014-12-01 17:49:42Z emaste
388*9a2a3846SEd MasteSet to use
389*9a2a3846SEd Maste.Xr addr2line 1 ,
390*9a2a3846SEd Maste.Xr nm 1 ,
391*9a2a3846SEd Maste.Xr size 1 ,
392*9a2a3846SEd Maste.Xr strings 1 ,
393*9a2a3846SEd Masteand
394*9a2a3846SEd Maste.Xr strip 1
395*9a2a3846SEd Mastefrom the elftoolchain project instead of GNU binutils.
39690be798eSDimitry Andric.It Va WITHOUT_EXAMPLES
39790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru
39890be798eSDimitry AndricSet to avoid installing examples to
39990be798eSDimitry Andric.Pa /usr/share/examples/ .
40090be798eSDimitry Andric.It Va WITHOUT_FDT
40190be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_FDT 221539 2011-05-06 19:10:27Z ru
40290be798eSDimitry AndricSet to not build Flattened Device Tree support as part of the base system.
40390be798eSDimitry AndricThis includes the device tree compiler (dtc) and libfdt support library.
40490be798eSDimitry Andric.It Va WITHOUT_FLOPPY
40590be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru
40690be798eSDimitry AndricSet to not build or install programs
40790be798eSDimitry Andricfor operating floppy disk driver.
40890be798eSDimitry Andric.It Va WITH_FMAKE
409c5d09a87SGlen Barber.\" from FreeBSD: head/tools/build/options/WITH_FMAKE 275138 2014-11-26 20:43:09Z gjb
41090be798eSDimitry AndricCauses the old FreeBSD
41190be798eSDimitry Andric.Xr make 1
41290be798eSDimitry Andricprogram to be built and installed as fmake.
41390be798eSDimitry Andric.It Va WITHOUT_FMTREE
41490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_FMTREE 261299 2014-01-30 21:37:43Z brooks
41590be798eSDimitry AndricSet to not build and install
41690be798eSDimitry Andric.Pa /usr/sbin/fmtree .
417a0f6423bSEd Maste.It Va WITHOUT_FORMAT_EXTENSIONS
418a0f6423bSEd Maste.\" from FreeBSD: head/tools/build/options/WITHOUT_FORMAT_EXTENSIONS 250658 2013-05-15 13:04:10Z brooks
419a0f6423bSEd MasteSet to not enable
420a0f6423bSEd Maste.Fl fformat-extensions
421a0f6423bSEd Mastewhen compiling the kernel.
422a0f6423bSEd MasteAlso disables all format checking.
42390be798eSDimitry Andric.It Va WITHOUT_FORTH
42490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru
42590be798eSDimitry AndricSet to build bootloaders without Forth support.
42690be798eSDimitry Andric.It Va WITHOUT_FP_LIBC
42790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru
42890be798eSDimitry AndricSet to build
42990be798eSDimitry Andric.Nm libc
43090be798eSDimitry Andricwithout floating-point support.
43190be798eSDimitry Andric.It Va WITHOUT_FREEBSD_UPDATE
43290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam
43390be798eSDimitry AndricSet to not build
43490be798eSDimitry Andric.Xr freebsd-update 8 .
43590be798eSDimitry Andric.It Va WITHOUT_GAMES
43690be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru
43790be798eSDimitry AndricSet to not build games.
43890be798eSDimitry Andric.It Va WITHOUT_GCC
43990be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_GCC 264660 2014-04-18 17:03:58Z imp
44090be798eSDimitry AndricSet to not build and install gcc and g++ as part of the normal build process.
44190be798eSDimitry Andric.Pp
44290be798eSDimitry AndricIt is a default setting on
44355ba6236SBaptiste Daroussinamd64/amd64, arm/arm, arm/armv6, arm/armv6hf, i386/i386 and pc98/i386.
44490be798eSDimitry Andric.It Va WITH_GCC
44590be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_GCC 255326 2013-09-06 20:49:48Z zeising
44690be798eSDimitry AndricSet to build and install gcc and g++.
44790be798eSDimitry Andric.Pp
44890be798eSDimitry AndricIt is a default setting on
44955ba6236SBaptiste Daroussinarm/armeb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
45090be798eSDimitry Andric.It Va WITHOUT_GCC_BOOTSTRAP
451a0f6423bSEd Maste.\" from FreeBSD: head/tools/build/options/WITHOUT_GCC_BOOTSTRAP 273177 2014-10-16 18:28:11Z skreuzer
45290be798eSDimitry AndricSet to not build gcc and g++ as part of the bootstrap process.
453a0f6423bSEd MasteYou must enable either gcc or clang bootstrap to be able to build the system,
454a0f6423bSEd Masteunless an alternative compiler is provided via
45590be798eSDimitry AndricXCC.
45690be798eSDimitry Andric.Pp
45790be798eSDimitry AndricIt is a default setting on
45855ba6236SBaptiste Daroussinamd64/amd64, arm/arm, arm/armv6, arm/armv6hf, i386/i386 and pc98/i386.
45990be798eSDimitry Andric.It Va WITH_GCC_BOOTSTRAP
46090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_GCC_BOOTSTRAP 264660 2014-04-18 17:03:58Z imp
46190be798eSDimitry AndricSet to build gcc and g++ as part of the bootstrap process.
46290be798eSDimitry Andric.Pp
46390be798eSDimitry AndricIt is a default setting on
46455ba6236SBaptiste Daroussinarm/armeb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
46590be798eSDimitry Andric.It Va WITHOUT_GCOV
46690be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru
46790be798eSDimitry AndricSet to not build the
46890be798eSDimitry Andric.Xr gcov 1
46990be798eSDimitry Andrictool.
47090be798eSDimitry Andric.It Va WITHOUT_GDB
47190be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru
47290be798eSDimitry AndricSet to not build
47390be798eSDimitry Andric.Xr gdb 1 .
47490be798eSDimitry Andric.It Va WITHOUT_GNU
47590be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru
47690be798eSDimitry AndricSet to not build contributed GNU software as a part of the base system.
47790be798eSDimitry AndricThis option can be useful if the system built must not contain any code
47890be798eSDimitry Andriccovered by the GNU Public License due to legal reasons.
47990be798eSDimitry Andric.Bf -symbolic
48090be798eSDimitry AndricThe option has no effect yet.
48190be798eSDimitry Andric.Ef
48290be798eSDimitry AndricWhen set, it also enforces the following options:
48390be798eSDimitry Andric.Pp
48490be798eSDimitry Andric.Bl -item -compact
48590be798eSDimitry Andric.It
48690be798eSDimitry Andric.Va WITHOUT_GNU_SUPPORT
48790be798eSDimitry Andric.El
48890be798eSDimitry Andric.It Va WITHOUT_GNUCXX
48990be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_GNUCXX 255321 2013-09-06 20:08:03Z theraven
49090be798eSDimitry AndricDo not build the GNU C++ stack (g++, libstdc++).
49190be798eSDimitry AndricThis is the default on platforms where clang is the system compiler.
49290be798eSDimitry Andric.Pp
49390be798eSDimitry AndricIt is a default setting on
49490be798eSDimitry Andricamd64/amd64, arm/arm, arm/armv6, arm/armv6hf, i386/i386 and pc98/i386.
49590be798eSDimitry Andric.It Va WITH_GNUCXX
49690be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_GNUCXX 255321 2013-09-06 20:08:03Z theraven
49790be798eSDimitry AndricBuild the GNU C++ stack (g++, libstdc++).
49890be798eSDimitry AndricThis is the default on platforms where gcc is the system compiler.
49990be798eSDimitry Andric.Pp
50090be798eSDimitry AndricIt is a default setting on
50190be798eSDimitry Andricarm/armeb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
50290be798eSDimitry Andric.It Va WITHOUT_GNU_GREP_COMPAT
503c5d09a87SGlen Barber.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_GREP_COMPAT 273421 2014-10-21 20:44:33Z emaste
504c5d09a87SGlen BarberSet this option to omit the gnu extensions to grep from being included in
50590be798eSDimitry AndricBSD grep.
50690be798eSDimitry Andric.It Va WITHOUT_GNU_SUPPORT
50790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
50890be798eSDimitry AndricSet to build some programs without optional GNU support.
50990be798eSDimitry Andric.It Va WITHOUT_GPIB
51090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIB 156932 2006-03-21 07:50:50Z ru
51190be798eSDimitry AndricSet to not build GPIB bus support.
51290be798eSDimitry Andric.It Va WITHOUT_GPIO
51390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIO 228081 2011-11-28 17:54:34Z dim
51490be798eSDimitry AndricSet to not build
51590be798eSDimitry Andric.Xr gpioctl 8
51690be798eSDimitry Andricas part of the base system.
51790be798eSDimitry Andric.It Va WITHOUT_GPL_DTC
51890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_GPL_DTC 264515 2014-04-15 20:41:55Z imp
51990be798eSDimitry AndricSet to build the BSD licensed version of the device tree compiler, instead of the
52090be798eSDimitry AndricGPL'd one from elinux.org.
52190be798eSDimitry Andric.It Va WITHOUT_GROFF
52290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs
52390be798eSDimitry AndricSet to not build
52490be798eSDimitry Andric.Xr groff 1
52590be798eSDimitry Andricand
52690be798eSDimitry Andric.Xr vgrind 1 .
52790be798eSDimitry AndricYou should consider installing the textproc/groff port to not break
52890be798eSDimitry Andric.Xr man 1 .
52990be798eSDimitry Andric.It Va WITHOUT_GSSAPI
53090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru
53190be798eSDimitry AndricSet to not build libgssapi.
53290be798eSDimitry Andric.It Va WITH_HESIOD
53390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru
53490be798eSDimitry AndricSet to build Hesiod support.
53590be798eSDimitry Andric.It Va WITHOUT_HTML
53690be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru
53790be798eSDimitry AndricSet to not build HTML docs.
5382c4b4abcSXin LI.It Va WITHOUT_HYPERV
5392c4b4abcSXin LI.\" from FreeBSD: head/tools/build/options/WITHOUT_HYPERV 271493 2014-09-13 02:15:31Z delphij
5402c4b4abcSXin LISet to not build or install HyperV utilities.
54190be798eSDimitry Andric.It Va WITHOUT_ICONV
54290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_ICONV 254919 2013-08-26 17:15:56Z antoine
54390be798eSDimitry AndricSet to not build iconv as part of libc.
544c5d09a87SGlen Barber.It Va WITHOUT_INCLUDES
545c5d09a87SGlen Barber.\" from FreeBSD: head/tools/build/options/WITHOUT_INCLUDES 275138 2014-11-26 20:43:09Z gjb
546c5d09a87SGlen BarberSet to not install header files.
547c5d09a87SGlen BarberThis option used to be spelled
548c5d09a87SGlen Barber.Va NO_INCS .
549c5d09a87SGlen Barber.Bf -symbolic
550c5d09a87SGlen BarberThe option does not work for build targets.
551c5d09a87SGlen Barber.Ef
55290be798eSDimitry Andric.It Va WITHOUT_INET
55390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz
55490be798eSDimitry AndricSet to not build programs and libraries related to IPv4 networking.
55590be798eSDimitry AndricWhen set, it also enforces the following options:
55690be798eSDimitry Andric.Pp
55790be798eSDimitry Andric.Bl -item -compact
55890be798eSDimitry Andric.It
55990be798eSDimitry Andric.Va WITHOUT_INET_SUPPORT
56090be798eSDimitry Andric.El
56190be798eSDimitry Andric.It Va WITHOUT_INET6
56290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru
56390be798eSDimitry AndricSet to not build
56490be798eSDimitry Andricprograms and libraries related to IPv6 networking.
56590be798eSDimitry AndricWhen set, it also enforces the following options:
56690be798eSDimitry Andric.Pp
56790be798eSDimitry Andric.Bl -item -compact
56890be798eSDimitry Andric.It
56990be798eSDimitry Andric.Va WITHOUT_INET6_SUPPORT
57090be798eSDimitry Andric.El
57190be798eSDimitry Andric.It Va WITHOUT_INET6_SUPPORT
57290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru
57390be798eSDimitry AndricSet to build libraries, programs, and kernel modules without IPv6 support.
57490be798eSDimitry Andric.It Va WITHOUT_INET_SUPPORT
57590be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_INET_SUPPORT 221266 2011-04-30 17:58:28Z bz
57690be798eSDimitry AndricSet to build libraries, programs, and kernel modules without IPv4 support.
57755ba6236SBaptiste Daroussin.It Va WITH_INFO
57855ba6236SBaptiste Daroussin.\" from FreeBSD: head/tools/build/options/WITH_INFO 268496 2014-07-10 15:05:41Z bapt
57955ba6236SBaptiste DaroussinSet to make or install
58090be798eSDimitry Andric.Xr info 5
58190be798eSDimitry Andricfiles.
58290be798eSDimitry Andric.It Va WITHOUT_INSTALLLIB
58390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb
58490be798eSDimitry AndricSet this if you do not want to install optional libraries.
58590be798eSDimitry AndricFor example when creating a
58690be798eSDimitry Andric.Xr nanobsd 8
58790be798eSDimitry Andricimage.
58890be798eSDimitry Andric.It Va WITH_INSTALL_AS_USER
58990be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_INSTALL_AS_USER 238021 2012-07-02 20:24:01Z marcel
59090be798eSDimitry AndricSet to make install targets succeed for non-root users by installing
59190be798eSDimitry Andricfiles with owner and group attributes set to that of the user running
59290be798eSDimitry Andricthe
59390be798eSDimitry Andric.Xr make 1
59490be798eSDimitry Andriccommand.
59590be798eSDimitry AndricThe user still has to set the
59690be798eSDimitry Andric.Va DESTDIR
59790be798eSDimitry Andricvariable to point to a directory where the user has write permissions.
59890be798eSDimitry Andric.It Va WITHOUT_IPFILTER
59990be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru
60090be798eSDimitry AndricSet to not build IP Filter package.
60190be798eSDimitry Andric.It Va WITHOUT_IPFW
60290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam
60390be798eSDimitry AndricSet to not build IPFW tools.
60490be798eSDimitry Andric.It Va WITHOUT_JAIL
60590be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_JAIL 249966 2013-04-27 04:09:09Z eadler
60690be798eSDimitry AndricSet to not build tools for the support of jails; e.g.,
60790be798eSDimitry Andric.Xr jail 8 .
60890be798eSDimitry Andric.It Va WITHOUT_KDUMP
60990be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_KDUMP 240690 2012-09-19 11:38:37Z zeising
61090be798eSDimitry AndricSet to not build
61190be798eSDimitry Andric.Xr kdump 1
61290be798eSDimitry Andricand
61390be798eSDimitry Andric.Xr truss 1 .
61490be798eSDimitry Andric.It Va WITHOUT_KERBEROS
61590be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru
61690be798eSDimitry AndricSet this if you do not want to build Kerberos 5 (KTH Heimdal).
61790be798eSDimitry AndricWhen set, it also enforces the following options:
61890be798eSDimitry Andric.Pp
61990be798eSDimitry Andric.Bl -item -compact
62090be798eSDimitry Andric.It
62190be798eSDimitry Andric.Va WITHOUT_KERBEROS_SUPPORT
62290be798eSDimitry Andric.El
62390be798eSDimitry Andric.Pp
62490be798eSDimitry AndricWhen set, the following options are also in effect:
62590be798eSDimitry Andric.Pp
62690be798eSDimitry Andric.Bl -inset -compact
62790be798eSDimitry Andric.It Va WITHOUT_GSSAPI
62890be798eSDimitry Andric(unless
62990be798eSDimitry Andric.Va WITH_GSSAPI
63090be798eSDimitry Andricis set explicitly)
63190be798eSDimitry Andric.El
63290be798eSDimitry Andric.It Va WITHOUT_KERBEROS_SUPPORT
63390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS_SUPPORT 251794 2013-06-15 20:29:07Z eadler
63490be798eSDimitry AndricSet to build some programs without Kerberos support, like
63590be798eSDimitry Andric.Xr ssh 1 ,
63690be798eSDimitry Andric.Xr telnet 1 ,
63790be798eSDimitry Andric.Xr sshd 8 ,
63890be798eSDimitry Andricand
63990be798eSDimitry Andric.Xr telnetd 8 .
640a0f6423bSEd Maste.It Va WITHOUT_KERNEL_SYMBOLS
641a0f6423bSEd Maste.\" from FreeBSD: head/tools/build/options/WITHOUT_KERNEL_SYMBOLS 222189 2011-05-22 18:23:17Z imp
642a0f6423bSEd MasteSet to not install kernel symbol files.
643a0f6423bSEd Maste.Bf -symbolic
644a0f6423bSEd MasteThis option is recommended for those people who have small root partitions.
645a0f6423bSEd Maste.Ef
64690be798eSDimitry Andric.It Va WITHOUT_KVM
64790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru
64890be798eSDimitry AndricSet to not build the
64990be798eSDimitry Andric.Nm libkvm
65090be798eSDimitry Andriclibrary as a part of the base system.
65190be798eSDimitry Andric.Bf -symbolic
65290be798eSDimitry AndricThe option has no effect yet.
65390be798eSDimitry Andric.Ef
65490be798eSDimitry AndricWhen set, it also enforces the following options:
65590be798eSDimitry Andric.Pp
65690be798eSDimitry Andric.Bl -item -compact
65790be798eSDimitry Andric.It
65890be798eSDimitry Andric.Va WITHOUT_KVM_SUPPORT
65990be798eSDimitry Andric.El
66090be798eSDimitry Andric.It Va WITHOUT_KVM_SUPPORT
66190be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin
66290be798eSDimitry AndricSet to build some programs without optional
66390be798eSDimitry Andric.Nm libkvm
66490be798eSDimitry Andricsupport.
66590be798eSDimitry Andric.It Va WITHOUT_LDNS
66690be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS 255591 2013-09-15 13:11:13Z des
66790be798eSDimitry AndricSetting this variable will prevent the LDNS library from being built.
66890be798eSDimitry AndricWhen set, it also enforces the following options:
66990be798eSDimitry Andric.Pp
67090be798eSDimitry Andric.Bl -item -compact
67190be798eSDimitry Andric.It
67290be798eSDimitry Andric.Va WITHOUT_LDNS_UTILS
67390be798eSDimitry Andric.It
67490be798eSDimitry Andric.Va WITHOUT_UNBOUND
67590be798eSDimitry Andric.El
67690be798eSDimitry Andric.It Va WITHOUT_LDNS_UTILS
67790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS_UTILS 255850 2013-09-24 14:33:31Z des
67890be798eSDimitry AndricSetting this variable will prevent building the LDNS utilities
67990be798eSDimitry Andric.Xr drill 1
68090be798eSDimitry Andricand
68190be798eSDimitry Andric.Xr host 1 .
68290be798eSDimitry Andric.It Va WITHOUT_LEGACY_CONSOLE
68390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_LEGACY_CONSOLE 249966 2013-04-27 04:09:09Z eadler
68490be798eSDimitry AndricSet to not build programs that support a legacy PC console; e.g.,
68590be798eSDimitry Andric.Xr kbdcontrol 8
68690be798eSDimitry Andricand
68790be798eSDimitry Andric.Xr vidcontrol 8 .
68890be798eSDimitry Andric.It Va WITHOUT_LIB32
689c5d09a87SGlen Barber.\" from FreeBSD: head/tools/build/options/WITHOUT_LIB32 274664 2014-11-18 17:06:48Z imp
690c5d09a87SGlen BarberOn 64-bit platforms, set to not build 32-bit library set and a
69190be798eSDimitry Andric.Nm ld-elf32.so.1
69290be798eSDimitry Andricruntime linker.
69390be798eSDimitry Andric.It Va WITHOUT_LIBCPLUSPLUS
69490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBCPLUSPLUS 246262 2013-02-02 22:42:46Z dim
69590be798eSDimitry AndricSet to avoid building libcxxrt and libc++.
69690be798eSDimitry Andric.It Va WITHOUT_LIBPTHREAD
69790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm
69890be798eSDimitry AndricSet to not build the
69990be798eSDimitry Andric.Nm libpthread
70090be798eSDimitry Andricproviding library,
70190be798eSDimitry Andric.Nm libthr .
70290be798eSDimitry AndricWhen set, it also enforces the following options:
70390be798eSDimitry Andric.Pp
70490be798eSDimitry Andric.Bl -item -compact
70590be798eSDimitry Andric.It
70690be798eSDimitry Andric.Va WITHOUT_LIBTHR
70790be798eSDimitry Andric.El
70890be798eSDimitry Andric.It Va WITHOUT_LIBTHR
70990be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru
71090be798eSDimitry AndricSet to not build the
71190be798eSDimitry Andric.Nm libthr
71290be798eSDimitry Andric(1:1 threading)
71390be798eSDimitry Andriclibrary.
71490be798eSDimitry Andric.It Va WITH_LLDB
71590be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_LLDB 255722 2013-09-20 01:52:02Z emaste
71690be798eSDimitry AndricSet to build the LLDB debugger.
71790be798eSDimitry Andric.It Va WITHOUT_LOCALES
71890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru
71990be798eSDimitry AndricSet to not build localization files; see
72090be798eSDimitry Andric.Xr locale 1 .
72190be798eSDimitry Andric.It Va WITHOUT_LOCATE
72290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam
72390be798eSDimitry AndricSet to not build
72490be798eSDimitry Andric.Xr locate 1
72590be798eSDimitry Andricand related programs.
72690be798eSDimitry Andric.It Va WITHOUT_LPR
72790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru
72890be798eSDimitry AndricSet to not build
72990be798eSDimitry Andric.Xr lpr 1
73090be798eSDimitry Andricand related programs.
73190be798eSDimitry Andric.It Va WITHOUT_LS_COLORS
73290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_LS_COLORS 235660 2012-05-19 20:05:27Z marcel
73390be798eSDimitry AndricSet to build
73490be798eSDimitry Andric.Xr ls 1
73590be798eSDimitry Andricwithout support for colors to distinguish file types.
73690be798eSDimitry Andric.It Va WITHOUT_LZMA_SUPPORT
73790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_LZMA_SUPPORT 245171 2013-01-08 18:37:12Z obrien
73890be798eSDimitry AndricSet to build some programs without optional lzma compression support.
73990be798eSDimitry Andric.It Va WITHOUT_MAIL
74090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam
74190be798eSDimitry AndricSet to not build any mail support (MUA or MTA).
74290be798eSDimitry AndricWhen set, it also enforces the following options:
74390be798eSDimitry Andric.Pp
74490be798eSDimitry Andric.Bl -item -compact
74590be798eSDimitry Andric.It
74690be798eSDimitry Andric.Va WITHOUT_DMAGENT
74790be798eSDimitry Andric.It
74890be798eSDimitry Andric.Va WITHOUT_MAILWRAPPER
74990be798eSDimitry Andric.It
75090be798eSDimitry Andric.Va WITHOUT_SENDMAIL
75190be798eSDimitry Andric.El
75290be798eSDimitry Andric.It Va WITHOUT_MAILWRAPPER
75390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru
75490be798eSDimitry AndricSet to not build the
75590be798eSDimitry Andric.Xr mailwrapper 8
75690be798eSDimitry AndricMTA selector.
75790be798eSDimitry Andric.It Va WITHOUT_MAKE
75890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam
75990be798eSDimitry AndricSet to not install
76090be798eSDimitry Andric.Xr make 1
76190be798eSDimitry Andricand related support files.
76290be798eSDimitry Andric.It Va WITHOUT_MAN
76390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru
76490be798eSDimitry AndricSet to not build manual pages.
76590be798eSDimitry AndricWhen set, the following options are also in effect:
76690be798eSDimitry Andric.Pp
76790be798eSDimitry Andric.Bl -inset -compact
76890be798eSDimitry Andric.It Va WITHOUT_MAN_UTILS
76990be798eSDimitry Andric(unless
77090be798eSDimitry Andric.Va WITH_MAN_UTILS
77190be798eSDimitry Andricis set explicitly)
77290be798eSDimitry Andric.El
77390be798eSDimitry Andric.It Va WITHOUT_MANCOMPRESS
77490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_MANCOMPRESS 266752 2014-05-27 15:52:27Z gjb
77590be798eSDimitry AndricSet to not to install compressed man pages.
77690be798eSDimitry AndricOnly the uncompressed versions will be installed.
77790be798eSDimitry Andric.It Va WITHOUT_MAN_UTILS
77890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim
77990be798eSDimitry AndricSet to not build utilities for manual pages,
78090be798eSDimitry Andric.Xr apropos 1 ,
78190be798eSDimitry Andric.Xr catman 1 ,
78290be798eSDimitry Andric.Xr makewhatis 1 ,
78390be798eSDimitry Andric.Xr man 1 ,
78490be798eSDimitry Andric.Xr whatis 1 ,
78590be798eSDimitry Andric.Xr manctl 8 ,
78690be798eSDimitry Andricand related support files.
78790be798eSDimitry Andric.It Va WITH_NAND
78890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_NAND 235537 2012-05-17 10:11:18Z gber
78990be798eSDimitry AndricSet to build the NAND Flash components.
79090be798eSDimitry Andric.It Va WITHOUT_NDIS
79190be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam
79290be798eSDimitry AndricSet to not build programs and libraries
79390be798eSDimitry Andricrelated to NDIS emulation support.
79490be798eSDimitry Andric.It Va WITHOUT_NETCAT
79590be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru
79690be798eSDimitry AndricSet to not build
79790be798eSDimitry Andric.Xr nc 1
79890be798eSDimitry Andricutility.
79990be798eSDimitry Andric.It Va WITHOUT_NETGRAPH
80090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam
80190be798eSDimitry AndricSet to not build applications to support
80290be798eSDimitry Andric.Xr netgraph 4 .
80390be798eSDimitry AndricWhen set, it also enforces the following options:
80490be798eSDimitry Andric.Pp
80590be798eSDimitry Andric.Bl -item -compact
80690be798eSDimitry Andric.It
80790be798eSDimitry Andric.Va WITHOUT_ATM
80890be798eSDimitry Andric.It
80990be798eSDimitry Andric.Va WITHOUT_BLUETOOTH
81090be798eSDimitry Andric.It
81190be798eSDimitry Andric.Va WITHOUT_NETGRAPH_SUPPORT
81290be798eSDimitry Andric.El
81390be798eSDimitry Andric.It Va WITHOUT_NETGRAPH_SUPPORT
81490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam
81590be798eSDimitry AndricSet to build libraries, programs, and kernel modules without netgraph support.
81690be798eSDimitry Andric.It Va WITHOUT_NIS
81790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru
81890be798eSDimitry AndricSet to not build
81990be798eSDimitry Andric.Xr NIS 8
82090be798eSDimitry Andricsupport and related programs.
82190be798eSDimitry AndricIf set, you might need to adopt your
82290be798eSDimitry Andric.Xr nsswitch.conf 5
82390be798eSDimitry Andricand remove
82490be798eSDimitry Andric.Sq nis
82590be798eSDimitry Andricentries.
82690be798eSDimitry Andric.It Va WITHOUT_NLS
82790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru
82890be798eSDimitry AndricSet to not build NLS catalogs.
82990be798eSDimitry Andric.It Va WITHOUT_NLS_CATALOGS
83090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
83190be798eSDimitry AndricSet to not build NLS catalog support for
83290be798eSDimitry Andric.Xr csh 1 .
83390be798eSDimitry Andric.It Va WITHOUT_NS_CACHING
83490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru
83590be798eSDimitry AndricSet to disable name caching in the
83690be798eSDimitry Andric.Pa nsswitch
83790be798eSDimitry Andricsubsystem.
83890be798eSDimitry AndricThe generic caching daemon,
83990be798eSDimitry Andric.Xr nscd 8 ,
84090be798eSDimitry Andricwill not be built either if this option is set.
84190be798eSDimitry Andric.It Va WITHOUT_NTP
84290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam
84390be798eSDimitry AndricSet to not build
84490be798eSDimitry Andric.Xr ntpd 8
84590be798eSDimitry Andricand related programs.
84690be798eSDimitry Andric.It Va WITH_OFED
84790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_OFED 228081 2011-11-28 17:54:34Z dim
84890be798eSDimitry AndricSet to build the
84990be798eSDimitry Andric.Dq "OpenFabrics Enterprise Distribution"
85090be798eSDimitry AndricInfiniband software stack.
85190be798eSDimitry Andric.It Va WITH_OPENLDAP
85290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_OPENLDAP 264902 2014-04-24 23:17:31Z imp
85390be798eSDimitry AndricEnable building openldap support for kerberos.
85490be798eSDimitry Andric.It Va WITHOUT_OPENSSH
85590be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru
85690be798eSDimitry AndricSet to not build OpenSSH.
85790be798eSDimitry Andric.It Va WITH_OPENSSH_NONE_CIPHER
85890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_OPENSSH_NONE_CIPHER 245527 2013-01-17 01:51:04Z bz
85990be798eSDimitry AndricSet to include the "None" cipher support in OpenSSH and its libraries.
86090be798eSDimitry AndricAdditional adjustments may need to be done to system configuration
86190be798eSDimitry Andricfiles, such as
86290be798eSDimitry Andric.Xr sshd_config 5 ,
86390be798eSDimitry Andricto enable this cipher.
86490be798eSDimitry AndricPlease see
86590be798eSDimitry Andric.Pa /usr/src/crypto/openssh/README.hpn
86690be798eSDimitry Andricfor full details.
86790be798eSDimitry Andric.It Va WITHOUT_OPENSSL
86890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru
86990be798eSDimitry AndricSet to not build OpenSSL.
87090be798eSDimitry AndricWhen set, it also enforces the following options:
87190be798eSDimitry Andric.Pp
87290be798eSDimitry Andric.Bl -item -compact
87390be798eSDimitry Andric.It
87490be798eSDimitry Andric.Va WITHOUT_KERBEROS
87590be798eSDimitry Andric.It
87690be798eSDimitry Andric.Va WITHOUT_KERBEROS_SUPPORT
87790be798eSDimitry Andric.It
87890be798eSDimitry Andric.Va WITHOUT_OPENSSH
87990be798eSDimitry Andric.El
88090be798eSDimitry Andric.Pp
88190be798eSDimitry AndricWhen set, the following options are also in effect:
88290be798eSDimitry Andric.Pp
88390be798eSDimitry Andric.Bl -inset -compact
88490be798eSDimitry Andric.It Va WITHOUT_GSSAPI
88590be798eSDimitry Andric(unless
88690be798eSDimitry Andric.Va WITH_GSSAPI
88790be798eSDimitry Andricis set explicitly)
88890be798eSDimitry Andric.El
88990be798eSDimitry Andric.It Va WITHOUT_PAM
89090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru
89190be798eSDimitry AndricSet to not build PAM library and modules.
89290be798eSDimitry Andric.Bf -symbolic
89390be798eSDimitry AndricThis option is deprecated and does nothing.
89490be798eSDimitry Andric.Ef
89590be798eSDimitry AndricWhen set, it also enforces the following options:
89690be798eSDimitry Andric.Pp
89790be798eSDimitry Andric.Bl -item -compact
89890be798eSDimitry Andric.It
89990be798eSDimitry Andric.Va WITHOUT_PAM_SUPPORT
90090be798eSDimitry Andric.El
90190be798eSDimitry Andric.It Va WITHOUT_PAM_SUPPORT
90290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru
90390be798eSDimitry AndricSet to build some programs without PAM support, particularly
90490be798eSDimitry Andric.Xr ftpd 8
90590be798eSDimitry Andricand
90690be798eSDimitry Andric.Xr ppp 8 .
90790be798eSDimitry Andric.It Va WITHOUT_PC_SYSINSTALL
90890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_PC_SYSINSTALL 245606 2013-01-18 15:57:09Z eadler
90990be798eSDimitry AndricSet to not build
91090be798eSDimitry Andric.Xr pc-sysinstall 8
91190be798eSDimitry Andricand related programs.
91290be798eSDimitry Andric.It Va WITHOUT_PF
91390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru
91490be798eSDimitry AndricSet to not build PF firewall package.
91590be798eSDimitry AndricWhen set, it also enforces the following options:
91690be798eSDimitry Andric.Pp
91790be798eSDimitry Andric.Bl -item -compact
91890be798eSDimitry Andric.It
91990be798eSDimitry Andric.Va WITHOUT_AUTHPF
92090be798eSDimitry Andric.El
92190be798eSDimitry Andric.It Va WITHOUT_PKGBOOTSTRAP
92290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_PKGBOOTSTRAP 258924 2013-12-04 15:58:42Z bdrewery
92390be798eSDimitry AndricSet to not build
92490be798eSDimitry Andric.Xr pkg 7
92590be798eSDimitry Andricbootstrap tool.
92690be798eSDimitry Andric.It Va WITHOUT_PMC
92790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam
92890be798eSDimitry AndricSet to not build
92990be798eSDimitry Andric.Xr pmccontrol 8
93090be798eSDimitry Andricand related programs.
93190be798eSDimitry Andric.It Va WITHOUT_PORTSNAP
93290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam
93390be798eSDimitry AndricSet to not build or install
93490be798eSDimitry Andric.Xr portsnap 8
93590be798eSDimitry Andricand related files.
93690be798eSDimitry Andric.It Va WITHOUT_PPP
93790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam
93890be798eSDimitry AndricSet to not build
93990be798eSDimitry Andric.Xr ppp 8
94090be798eSDimitry Andricand related programs.
94190be798eSDimitry Andric.It Va WITHOUT_PROFILE
94290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_PROFILE 228196 2011-12-02 09:09:54Z fjoe
94390be798eSDimitry AndricSet to avoid compiling profiled libraries.
94490be798eSDimitry Andric.It Va WITHOUT_QUOTAS
94590be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam
94690be798eSDimitry AndricSet to not build
94790be798eSDimitry Andric.Xr quota 8
94890be798eSDimitry Andricand related programs.
94990be798eSDimitry Andric.It Va WITHOUT_RCMDS
95090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru
95190be798eSDimitry AndricDisable building of the
95290be798eSDimitry Andric.Bx
95390be798eSDimitry Andricr-commands.
95490be798eSDimitry AndricThis includes
95590be798eSDimitry Andric.Xr rlogin 1 ,
95690be798eSDimitry Andric.Xr rsh 1 ,
95790be798eSDimitry Andricetc.
95890be798eSDimitry Andric.It Va WITHOUT_RCS
959c5d09a87SGlen Barber.\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 275138 2014-11-26 20:43:09Z gjb
96090be798eSDimitry AndricSet to not build
961c5d09a87SGlen Barber.Xr rcs 1 ,
962c5d09a87SGlen Barber.Xr etcupdate 8 ,
963c5d09a87SGlen Barberand related utilities.
96490be798eSDimitry Andric.It Va WITHOUT_RESCUE
96590be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru
96690be798eSDimitry AndricSet to not build
96790be798eSDimitry Andric.Xr rescue 8 .
96890be798eSDimitry Andric.It Va WITHOUT_ROUTED
96990be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam
97090be798eSDimitry AndricSet to not build
97190be798eSDimitry Andric.Xr routed 8
97290be798eSDimitry Andricutility.
97390be798eSDimitry Andric.It Va WITHOUT_SENDMAIL
97490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru
97590be798eSDimitry AndricSet to not build
97690be798eSDimitry Andric.Xr sendmail 8
97790be798eSDimitry Andricand related programs.
97890be798eSDimitry Andric.It Va WITHOUT_SETUID_LOGIN
97990be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru
98090be798eSDimitry AndricSet this to disable the installation of
98190be798eSDimitry Andric.Xr login 1
98290be798eSDimitry Andricas a set-user-ID root program.
98390be798eSDimitry Andric.It Va WITHOUT_SHAREDOCS
98490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru
98590be798eSDimitry AndricSet to not build the
98690be798eSDimitry Andric.Bx 4.4
98790be798eSDimitry Andriclegacy docs.
98890be798eSDimitry Andric.It Va WITH_SHARED_TOOLCHAIN
98990be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_SHARED_TOOLCHAIN 235342 2012-05-12 16:12:36Z gjb
99090be798eSDimitry AndricSet to build the toolchain binaries shared.
99190be798eSDimitry AndricThe set includes
99290be798eSDimitry Andric.Xr cc 1 ,
99390be798eSDimitry Andric.Xr make 1
99490be798eSDimitry Andricand necessary utilities like assembler, linker and library archive manager.
99590be798eSDimitry Andric.It Va WITH_SORT_THREADS
99690be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_SORT_THREADS 264158 2014-04-05 18:00:45Z imp
99790be798eSDimitry AndricSet to enable threads in
99890be798eSDimitry Andric.Xr sort 1 .
99990be798eSDimitry Andric.It Va WITHOUT_SOURCELESS
100090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh
100190be798eSDimitry AndricSet to not build kernel modules that include sourceless code (either microcode or native code for host CPU).
100290be798eSDimitry AndricWhen set, it also enforces the following options:
100390be798eSDimitry Andric.Pp
100490be798eSDimitry Andric.Bl -item -compact
100590be798eSDimitry Andric.It
100690be798eSDimitry Andric.Va WITHOUT_SOURCELESS_HOST
100790be798eSDimitry Andric.It
100890be798eSDimitry Andric.Va WITHOUT_SOURCELESS_UCODE
100990be798eSDimitry Andric.El
101090be798eSDimitry Andric.It Va WITHOUT_SOURCELESS_HOST
101190be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_HOST 230972 2012-02-04 00:54:43Z rmh
101290be798eSDimitry AndricSet to not build kernel modules that include sourceless native code for host CPU.
101390be798eSDimitry Andric.It Va WITHOUT_SOURCELESS_UCODE
101490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_UCODE 230972 2012-02-04 00:54:43Z rmh
101590be798eSDimitry AndricSet to not build kernel modules that include sourceless microcode.
101690be798eSDimitry Andric.It Va WITHOUT_SSP
101790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru
101890be798eSDimitry AndricSet to not build world with propolice stack smashing protection.
101990be798eSDimitry Andric.It Va WITH_SVN
102090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITH_SVN 252561 2013-07-03 12:36:47Z zeising
102190be798eSDimitry AndricSet to install
102290be798eSDimitry Andric.Xr svnlite 1
102390be798eSDimitry Andricas
102490be798eSDimitry Andric.Xr svn 1 .
102590be798eSDimitry Andric.It Va WITHOUT_SVNLITE
102690be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_SVNLITE 252561 2013-07-03 12:36:47Z zeising
102790be798eSDimitry AndricSet to not build
102890be798eSDimitry Andric.Xr svnlite 1
102990be798eSDimitry Andricand related programs.
103090be798eSDimitry Andric.It Va WITHOUT_SYMVER
103190be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen
103290be798eSDimitry AndricSet to disable symbol versioning when building shared libraries.
103390be798eSDimitry Andric.It Va WITHOUT_SYSCALL_COMPAT
103490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCALL_COMPAT 265826 2014-05-10 16:37:28Z imp
103590be798eSDimitry AndricDo not include some compatible syscall wrappers in libc.
103690be798eSDimitry Andric.It Va WITHOUT_SYSCONS
103790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru
103890be798eSDimitry AndricSet to not build
103990be798eSDimitry Andric.Xr syscons 4
104090be798eSDimitry Andricsupport files such as keyboard maps, fonts, and screen output maps.
104190be798eSDimitry Andric.It Va WITHOUT_SYSINSTALL
104290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSINSTALL 183242 2008-09-21 22:02:26Z sam
104390be798eSDimitry AndricSet to not build
104490be798eSDimitry Andric.Xr sysinstall 8
104590be798eSDimitry Andricand related programs.
104690be798eSDimitry Andric.It Va WITHOUT_TCSH
104790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru
104890be798eSDimitry AndricSet to not build and install
104990be798eSDimitry Andric.Pa /bin/csh
105090be798eSDimitry Andric(which is
105190be798eSDimitry Andric.Xr tcsh 1 ) .
105290be798eSDimitry Andric.It Va WITHOUT_TELNET
105390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam
105490be798eSDimitry AndricSet to not build
105590be798eSDimitry Andric.Xr telnet 8
105690be798eSDimitry Andricand related programs.
105718c6fc4cSJulio Merino.It Va WITHOUT_TESTS
105818c6fc4cSJulio Merino.\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS 268778 2014-07-16 21:40:11Z jmmv
105918c6fc4cSJulio MerinoSet to not build nor install the
106090be798eSDimitry Andric.Fx
106190be798eSDimitry AndricTest Suite in
106290be798eSDimitry Andric.Pa /usr/tests/ .
106390be798eSDimitry AndricSee
106490be798eSDimitry Andric.Xr tests 7
106590be798eSDimitry Andricfor more details.
106618c6fc4cSJulio MerinoThis also disables the build of all test-related dependencies, including ATF.
1067c5d09a87SGlen BarberWhen set, it also enforces the following options:
1068c5d09a87SGlen Barber.Pp
1069c5d09a87SGlen Barber.Bl -item -compact
1070c5d09a87SGlen Barber.It
1071c5d09a87SGlen Barber.Va WITHOUT_TESTS_SUPPORT
1072c5d09a87SGlen Barber.El
1073c5d09a87SGlen Barber.It Va WITHOUT_TESTS_SUPPORT
1074c5d09a87SGlen Barber.\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS_SUPPORT 274665 2014-11-18 17:06:50Z imp
1075c5d09a87SGlen BarberSet to disables the build of all test-related dependencies, including ATF.
107690be798eSDimitry Andric.It Va WITHOUT_TEXTPROC
107790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam
107890be798eSDimitry AndricSet to not build
107990be798eSDimitry Andricprograms used for text processing.
108090be798eSDimitry AndricWhen set, it also enforces the following options:
108190be798eSDimitry Andric.Pp
108290be798eSDimitry Andric.Bl -item -compact
108390be798eSDimitry Andric.It
108490be798eSDimitry Andric.Va WITHOUT_GROFF
108590be798eSDimitry Andric.El
108690be798eSDimitry Andric.It Va WITHOUT_TOOLCHAIN
1087148bdd15SBrooks Davis.\" from FreeBSD: head/tools/build/options/WITHOUT_TOOLCHAIN 273172 2014-10-16 15:55:13Z brooks
1088148bdd15SBrooks DavisSet to not install header or
108990be798eSDimitry Andricprograms used for program development,
109090be798eSDimitry Andriccompilers, debuggers etc.
109190be798eSDimitry Andric.Bf -symbolic
109290be798eSDimitry AndricThe option does not work for build targets.
109390be798eSDimitry Andric.Ef
109490be798eSDimitry AndricWhen set, it also enforces the following options:
109590be798eSDimitry Andric.Pp
109690be798eSDimitry Andric.Bl -item -compact
109790be798eSDimitry Andric.It
109890be798eSDimitry Andric.Va WITHOUT_BINUTILS
109990be798eSDimitry Andric.It
110090be798eSDimitry Andric.Va WITHOUT_CLANG
110190be798eSDimitry Andric.It
110290be798eSDimitry Andric.Va WITHOUT_CLANG_EXTRAS
110390be798eSDimitry Andric.It
110490be798eSDimitry Andric.Va WITHOUT_CLANG_FULL
110590be798eSDimitry Andric.It
110690be798eSDimitry Andric.Va WITHOUT_GCC
110790be798eSDimitry Andric.It
110890be798eSDimitry Andric.Va WITHOUT_GDB
1109c5d09a87SGlen Barber.It
1110c5d09a87SGlen Barber.Va WITHOUT_INCLUDES
111190be798eSDimitry Andric.El
111290be798eSDimitry Andric.It Va WITHOUT_UNBOUND
111390be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_UNBOUND 255597 2013-09-15 14:51:23Z des
111490be798eSDimitry AndricSet to not build
111590be798eSDimitry Andric.Xr unbound 8
111690be798eSDimitry Andricand related programs.
111790be798eSDimitry Andric.It Va WITHOUT_USB
111890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru
111990be798eSDimitry AndricSet to not build USB-related programs and libraries.
1120c5d09a87SGlen Barber.It Va WITHOUT_USB_GADGET_EXAMPLES
1121c5d09a87SGlen Barber.\" from FreeBSD: head/tools/build/options/WITHOUT_USB_GADGET_EXAMPLES 274665 2014-11-18 17:06:50Z imp
1122c5d09a87SGlen BarberSet to build USB gadget kernel modules.
112390be798eSDimitry Andric.It Va WITHOUT_UTMPX
112490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_UTMPX 231530 2012-02-11 20:28:42Z ed
112590be798eSDimitry AndricSet to not build user accounting tools such as
112690be798eSDimitry Andric.Xr last 1 ,
112790be798eSDimitry Andric.Xr users 1 ,
112890be798eSDimitry Andric.Xr who 1 ,
112990be798eSDimitry Andric.Xr ac 8 ,
113090be798eSDimitry Andric.Xr lastlogin 8
113190be798eSDimitry Andricand
113290be798eSDimitry Andric.Xr utx 8 .
113390be798eSDimitry Andric.It Va WITHOUT_VI
113490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_VI 264903 2014-04-24 23:17:40Z imp
113590be798eSDimitry AndricSet to not build and install vi, view, ex and related programs.
113690be798eSDimitry Andric.It Va WITHOUT_VT
113790be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_VT 268022 2014-06-30 00:20:12Z emaste
113890be798eSDimitry AndricSet to not build
113990be798eSDimitry Andric.Xr vt 4
114090be798eSDimitry Andricsupport files (fonts and keymaps).
114190be798eSDimitry Andric.It Va WITHOUT_WARNS
114290be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_WARNS 265830 2014-05-10 16:37:53Z imp
114390be798eSDimitry AndricSet this to not add warning flags to the compiler invocations.
114490be798eSDimitry AndricUseful as a temporary workaround when code enters the tree
114590be798eSDimitry Andricwhich triggers warnings in environments that differ from the
114690be798eSDimitry Andricoriginal develoepr.
114790be798eSDimitry Andric.It Va WITHOUT_WIRELESS
114890be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam
114990be798eSDimitry AndricSet to not build programs used for 802.11 wireless networks; especially
115090be798eSDimitry Andric.Xr wpa_supplicant 8
115190be798eSDimitry Andricand
115290be798eSDimitry Andric.Xr hostapd 8 .
115390be798eSDimitry AndricWhen set, it also enforces the following options:
115490be798eSDimitry Andric.Pp
115590be798eSDimitry Andric.Bl -item -compact
115690be798eSDimitry Andric.It
115790be798eSDimitry Andric.Va WITHOUT_WIRELESS_SUPPORT
115890be798eSDimitry Andric.El
115990be798eSDimitry Andric.It Va WITHOUT_WIRELESS_SUPPORT
116090be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam
116190be798eSDimitry AndricSet to build libraries, programs, and kernel modules without
116290be798eSDimitry Andric802.11 wireless support.
116390be798eSDimitry Andric.It Va WITHOUT_WPA_SUPPLICANT_EAPOL
116490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru
116590be798eSDimitry AndricBuild
116690be798eSDimitry Andric.Xr wpa_supplicant 8
116790be798eSDimitry Andricwithout support for the IEEE 802.1X protocol and without
116890be798eSDimitry Andricsupport for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
116990be798eSDimitry Andricprotocols (usable only via 802.1X).
117090be798eSDimitry Andric.It Va WITHOUT_ZFS
117190be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd
117290be798eSDimitry AndricSet to not build ZFS file system.
117390be798eSDimitry Andric.It Va WITHOUT_ZONEINFO
117490be798eSDimitry Andric.\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 235342 2012-05-12 16:12:36Z gjb
117590be798eSDimitry AndricSet to not build the timezone database.
117690be798eSDimitry Andric.El
117790be798eSDimitry Andric.Sh FILES
117890be798eSDimitry Andric.Bl -tag -compact -width Pa
117990be798eSDimitry Andric.It Pa /etc/src.conf
118090be798eSDimitry Andric.It Pa /usr/share/mk/bsd.own.mk
118190be798eSDimitry Andric.El
118290be798eSDimitry Andric.Sh SEE ALSO
118390be798eSDimitry Andric.Xr make 1 ,
118490be798eSDimitry Andric.Xr make.conf 5 ,
118590be798eSDimitry Andric.Xr build 7 ,
118690be798eSDimitry Andric.Xr ports 7
118790be798eSDimitry Andric.Sh HISTORY
118890be798eSDimitry AndricThe
118990be798eSDimitry Andric.Nm
119090be798eSDimitry Andricfile appeared in
119190be798eSDimitry Andric.Fx 7.0 .
119290be798eSDimitry Andric.Sh AUTHORS
119390be798eSDimitry AndricThis manual page was autogenerated.
1194