xref: /freebsd/share/man/man5/src.conf.5 (revision 0d972b25f64dc1f52aff3fe09bc62cbaf332df83)
1.\" DO NOT EDIT-- this file is automatically generated.
2.\" from FreeBSD: head/tools/build/options/makeman 255964 2013-10-01 07:22:04Z des
3.\" $FreeBSD$
4.Dd January 25, 2015
5.Dt SRC.CONF 5
6.Os
7.Sh NAME
8.Nm src.conf
9.Nd "source build options"
10.Sh DESCRIPTION
11The
12.Nm
13file contains settings that will apply to every build involving the
14.Fx
15source tree; see
16.Xr build 7 .
17.Pp
18The
19.Nm
20file uses the standard makefile syntax.
21However,
22.Nm
23should not specify any dependencies to
24.Xr make 1 .
25Instead,
26.Nm
27is to set
28.Xr make 1
29variables that control the aspects of how the system builds.
30.Pp
31The default location of
32.Nm
33is
34.Pa /etc/src.conf ,
35though an alternative location can be specified in the
36.Xr make 1
37variable
38.Va SRCCONF .
39Overriding the location of
40.Nm
41may be necessary if the system-wide settings are not suitable
42for a particular build.
43For instance, setting
44.Va SRCCONF
45to
46.Pa /dev/null
47effectively resets all build controls to their defaults.
48.Pp
49The only purpose of
50.Nm
51is to control the compilation of the
52.Fx
53source code, which is usually located in
54.Pa /usr/src .
55As a rule, the system administrator creates
56.Nm
57when the values of certain control variables need to be changed
58from their defaults.
59.Pp
60In addition, control variables can be specified
61for a particular build via the
62.Fl D
63option of
64.Xr make 1
65or in its environment; see
66.Xr environ 7 .
67.Pp
68The values of variables are ignored regardless of their setting;
69even if they would be set to
70.Dq Li FALSE
71or
72.Dq Li NO .
73Just the existence of an option will cause
74it to be honoured by
75.Xr make 1 .
76.Pp
77The following list provides a name and short description for variables
78that can be used for source builds.
79.Bl -tag -width indent
80.It Va WITHOUT_ACCT
81.\" from FreeBSD: head/tools/build/options/WITHOUT_ACCT 223201 2011-06-17 20:47:44Z ed
82Set to not build process accounting tools such as
83.Xr accton 8
84and
85.Xr sa 8 .
86.It Va WITHOUT_ACPI
87.\" from FreeBSD: head/tools/build/options/WITHOUT_ACPI 156932 2006-03-21 07:50:50Z ru
88Set to not build
89.Xr acpiconf 8 ,
90.Xr acpidump 8
91and related programs.
92.It Va WITHOUT_AMD
93.\" from FreeBSD: head/tools/build/options/WITHOUT_AMD 183242 2008-09-21 22:02:26Z sam
94Set to not build
95.Xr amd 8 ,
96and related programs.
97.It Va WITHOUT_APM
98.\" from FreeBSD: head/tools/build/options/WITHOUT_APM 183242 2008-09-21 22:02:26Z sam
99Set to not build
100.Xr apm 8 ,
101.Xr apmd 8
102and related programs.
103.It Va WITHOUT_ASSERT_DEBUG
104.\" from FreeBSD: head/tools/build/options/WITHOUT_ASSERT_DEBUG 162215 2006-09-11 13:55:27Z ru
105Set to compile programs and libraries without the
106.Xr assert 3
107checks.
108.It Va WITHOUT_AT
109.\" from FreeBSD: head/tools/build/options/WITHOUT_AT 183242 2008-09-21 22:02:26Z sam
110Set to not build
111.Xr at 1
112and related utilities.
113.It Va WITHOUT_ATM
114.\" from FreeBSD: head/tools/build/options/WITHOUT_ATM 156932 2006-03-21 07:50:50Z ru
115Set to not build
116programs and libraries related to ATM networking.
117.It Va WITHOUT_AUDIT
118.\" from FreeBSD: head/tools/build/options/WITHOUT_AUDIT 156932 2006-03-21 07:50:50Z ru
119Set to not build audit support into system programs.
120.It Va WITHOUT_AUTHPF
121.\" from FreeBSD: head/tools/build/options/WITHOUT_AUTHPF 156932 2006-03-21 07:50:50Z ru
122Set to not build
123.Xr authpf 8 .
124.It Va WITHOUT_AUTOFS
125.\" from FreeBSD: head/tools/build/options/WITHOUT_AUTOFS 277728 2015-01-26 07:15:49Z ngie
126Set to not build
127.Xr autofs 4
128related programs, libraries, and kernel modules.
129.It Va WITHOUT_BHYVE
130.\" from FreeBSD: head/tools/build/options/WITHOUT_BHYVE 277727 2015-01-26 06:44:48Z ngie
131Set to not build or install
132.Xr bhyve 8 ,
133associated utilities, and examples.
134.Pp
135This option only affects amd64/amd64.
136.It Va WITHOUT_BINUTILS
137.\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS 266158 2014-05-15 16:51:45Z brooks
138Set to not build or install binutils (as, c++-filt, gconv,
139ld, nm, objcopy, objdump, readelf, size and strip) as part
140of the normal system build.
141The resulting system cannot build programs from source.
142.It Va WITHOUT_BINUTILS_BOOTSTRAP
143.\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP 264660 2014-04-18 17:03:58Z imp
144Set to not build binutils (as, c++-filt, gconv,
145ld, nm, objcopy, objdump, readelf, size and strip)
146as part of the bootstrap process.
147.Bf -symbolic
148The option does not work for build targets unless some alternative
149toolchain is provided.
150.Ef
151.It Va WITHOUT_BLUETOOTH
152.\" from FreeBSD: head/tools/build/options/WITHOUT_BLUETOOTH 156932 2006-03-21 07:50:50Z ru
153Set to not build Bluetooth related kernel modules, programs and libraries.
154.It Va WITHOUT_BOOT
155.\" from FreeBSD: head/tools/build/options/WITHOUT_BOOT 156932 2006-03-21 07:50:50Z ru
156Set to not build the boot blocks and loader.
157.It Va WITHOUT_BSDINSTALL
158.\" from FreeBSD: head/tools/build/options/WITHOUT_BSDINSTALL 277677 2015-01-25 04:43:13Z ngie
159Set to not build
160.Xr bsdinstall 8 ,
161.Xr sade 8 ,
162and related programs.
163.It Va WITHOUT_BSD_CPIO
164.\" from FreeBSD: head/tools/build/options/WITHOUT_BSD_CPIO 179813 2008-06-16 05:48:15Z dougb
165Set to not build the BSD licensed version of cpio based on
166.Xr libarchive 3 .
167.It Va WITH_BSD_GREP
168.\" from FreeBSD: head/tools/build/options/WITH_BSD_GREP 222273 2011-05-25 01:04:12Z obrien
169Install BSD-licensed grep as '[ef]grep' instead of GNU grep.
170.It Va WITHOUT_BSNMP
171.\" from FreeBSD: head/tools/build/options/WITHOUT_BSNMP 183306 2008-09-23 16:15:42Z sam
172Set to not build or install
173.Xr bsnmpd 1
174and related libraries and data files.
175.It Va WITHOUT_BZIP2
176.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2 174550 2007-12-12 16:43:17Z ru
177Set to not build contributed bzip2 software as a part of the base system.
178.Bf -symbolic
179The option has no effect yet.
180.Ef
181When set, it also enforces the following options:
182.Pp
183.Bl -item -compact
184.It
185.Va WITHOUT_BZIP2_SUPPORT
186.El
187.It Va WITHOUT_BZIP2_SUPPORT
188.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2_SUPPORT 166255 2007-01-26 10:19:08Z delphij
189Set to build some programs without optional bzip2 support.
190.It Va WITHOUT_CALENDAR
191.\" from FreeBSD: head/tools/build/options/WITHOUT_CALENDAR 156932 2006-03-21 07:50:50Z ru
192Set to not build
193.Xr calendar 1 .
194.It Va WITHOUT_CAPSICUM
195.\" from FreeBSD: head/tools/build/options/WITHOUT_CAPSICUM 229319 2012-01-02 21:57:58Z rwatson
196Set to not build Capsicum support into system programs.
197.It Va WITHOUT_CASPER
198.\" from FreeBSD: head/tools/build/options/WITHOUT_CASPER 258838 2013-12-02 08:21:28Z pjd
199Set to not build Casper program and related libraries.
200.It Va WITHOUT_CCD
201.\" from FreeBSD: head/tools/build/options/WITHOUT_CCD 277678 2015-01-25 04:52:48Z ngie
202Set to not build
203.Xr geom_ccd 4
204and related utilities.
205.It Va WITHOUT_CDDL
206.\" from FreeBSD: head/tools/build/options/WITHOUT_CDDL 163861 2006-11-01 09:02:11Z jb
207Set to not build code licensed under Sun's CDDL.
208When set, it also enforces the following options:
209.Pp
210.Bl -item -compact
211.It
212.Va WITHOUT_CTF
213.It
214.Va WITHOUT_ZFS
215.El
216.It Va WITHOUT_CLANG
217.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG 264660 2014-04-18 17:03:58Z imp
218Set to not build the Clang C/C++ compiler during the regular phase of the build.
219.Pp
220It is a default setting on
221arm/armeb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64.
222When set, it also enforces the following options:
223.Pp
224.Bl -item -compact
225.It
226.Va WITHOUT_CLANG_EXTRAS
227.It
228.Va WITHOUT_CLANG_FULL
229.El
230.It Va WITH_CLANG
231.\" from FreeBSD: head/tools/build/options/WITH_CLANG 264660 2014-04-18 17:03:58Z imp
232Set to build the Clang C/C++ compiler during the normal phase of the build.
233.Pp
234It is a default setting on
235amd64/amd64, arm/arm, arm/armv6, arm/armv6hf, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
236.It Va WITHOUT_CLANG_BOOTSTRAP
237.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_BOOTSTRAP 273177 2014-10-16 18:28:11Z skreuzer
238Set to not build the Clang C/C++ compiler during the bootstrap phase of the build.
239You must enable either gcc or clang bootstrap to be able to build the system,
240unless an alternative compiler is provided via
241XCC.
242.Pp
243It is a default setting on
244arm/armeb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
245.It Va WITH_CLANG_BOOTSTRAP
246.\" from FreeBSD: head/tools/build/options/WITH_CLANG_BOOTSTRAP 264660 2014-04-18 17:03:58Z imp
247Set to build the Clang C/C++ compiler during the bootstrap phase of the build.
248.Pp
249It is a default setting on
250amd64/amd64, arm/arm, arm/armv6, arm/armv6hf, i386/i386 and pc98/i386.
251.It Va WITH_CLANG_EXTRAS
252.\" from FreeBSD: head/tools/build/options/WITH_CLANG_EXTRAS 231057 2012-02-05 23:56:22Z dim
253Set to build additional clang and llvm tools, such as bugpoint.
254.It Va WITHOUT_CLANG_FULL
255.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_FULL 246259 2013-02-02 22:28:29Z dim
256Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of
257the Clang C/C++ compiler.
258.Pp
259It is a default setting on
260arm/arm, arm/armeb, arm/armv6, arm/armv6hf, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64.
261.It Va WITH_CLANG_FULL
262.\" from FreeBSD: head/tools/build/options/WITH_CLANG_FULL 246259 2013-02-02 22:28:29Z dim
263Set to build the ARCMigrate, Rewriter and StaticAnalyzer components of the
264Clang C/C++ compiler.
265.Pp
266It is a default setting on
267amd64/amd64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
268.It Va WITHOUT_CLANG_IS_CC
269.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_IS_CC 242629 2012-11-05 21:53:23Z brooks
270Set to install the GCC compiler as
271.Pa /usr/bin/cc ,
272.Pa /usr/bin/c++
273and
274.Pa /usr/bin/cpp .
275.Pp
276It is a default setting on
277arm/armeb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
278.It Va WITH_CLANG_IS_CC
279.\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 235342 2012-05-12 16:12:36Z gjb
280Set to install the Clang C/C++ compiler as
281.Pa /usr/bin/cc ,
282.Pa /usr/bin/c++
283and
284.Pa /usr/bin/cpp .
285.Pp
286It is a default setting on
287amd64/amd64, arm/arm, arm/armv6, arm/armv6hf, i386/i386 and pc98/i386.
288.It Va WITHOUT_CPP
289.\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
290Set to not build
291.Xr cpp 1 .
292.It Va WITHOUT_CROSS_COMPILER
293.\" from FreeBSD: head/tools/build/options/WITHOUT_CROSS_COMPILER 275138 2014-11-26 20:43:09Z gjb
294Set to not build any cross compiler in the cross-tools stage of buildworld.
295If you are compiling a different version of
296.Fx
297than what is installed on the system, you will need to provide an alternate
298compiler with XCC to ensure success.
299If you are compiling with an identical version of
300.Fx
301to the host, this option may be safely used.
302This option may also be safe when the host version of
303.Fx
304is close to the sources being built, but all bets are off if there have
305been any changes to the toolchain between the versions.
306When set, it also enforces the following options:
307.Pp
308.Bl -item -compact
309.It
310.Va WITHOUT_BINUTILS_BOOTSTRAP
311.It
312.Va WITHOUT_CLANG_BOOTSTRAP
313.It
314.Va WITHOUT_GCC_BOOTSTRAP
315.El
316.It Va WITHOUT_CRYPT
317.\" from FreeBSD: head/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru
318Set to not build any crypto code.
319When set, it also enforces the following options:
320.Pp
321.Bl -item -compact
322.It
323.Va WITHOUT_KERBEROS
324.It
325.Va WITHOUT_KERBEROS_SUPPORT
326.It
327.Va WITHOUT_OPENSSH
328.It
329.Va WITHOUT_OPENSSL
330.El
331.Pp
332When set, the following options are also in effect:
333.Pp
334.Bl -inset -compact
335.It Va WITHOUT_GSSAPI
336(unless
337.Va WITH_GSSAPI
338is set explicitly)
339.El
340.It Va WITH_CTF
341.\" from FreeBSD: head/tools/build/options/WITH_CTF 228159 2011-11-30 18:22:44Z fjoe
342Set to compile with CTF (Compact C Type Format) data.
343CTF data encapsulates a reduced form of debugging information
344similar to DWARF and the venerable stabs and is required for DTrace.
345.It Va WITHOUT_CTM
346.\" from FreeBSD: head/tools/build/options/WITHOUT_CTM 183242 2008-09-21 22:02:26Z sam
347Set to not build
348.Xr ctm 1
349and related utilities.
350.It Va WITHOUT_CUSE
351.\" from FreeBSD: head/tools/build/options/WITHOUT_CUSE 270171 2014-08-19 15:40:26Z hselasky
352Set to not build CUSE-related programs and libraries.
353.It Va WITHOUT_CXX
354.\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 220402 2011-04-06 20:19:07Z uqs
355Set to not build
356.Xr g++ 1
357and related libraries.
358It will also prevent building of
359.Xr gperf 1
360and
361.Xr devd 8 .
362When set, it also enforces the following options:
363.Pp
364.Bl -item -compact
365.It
366.Va WITHOUT_CLANG
367.It
368.Va WITHOUT_CLANG_EXTRAS
369.It
370.Va WITHOUT_CLANG_FULL
371.It
372.Va WITHOUT_GNUCXX
373.It
374.Va WITHOUT_GROFF
375.El
376.It Va WITH_DEBUG_FILES
377.\" from FreeBSD: head/tools/build/options/WITH_DEBUG_FILES 251512 2013-06-07 21:40:02Z emaste
378Set to strip debug info into a separate file for each executable binary
379and shared library.
380The debug files will be placed in a subdirectory of
381.Pa /usr/lib/debug
382and are located automatically by
383.Xr gdb 1 .
384.It Va WITHOUT_DICT
385.\" from FreeBSD: head/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru
386Set to not build the Webster dictionary files.
387.It Va WITHOUT_DMAGENT
388.\" from FreeBSD: head/tools/build/options/WITHOUT_DMAGENT 262335 2014-02-22 13:05:23Z bapt
389Set to not build dma Mail Transport Agent
390.It Va WITHOUT_DOCCOMPRESS
391.\" from FreeBSD: head/tools/build/options/WITHOUT_DOCCOMPRESS 266752 2014-05-27 15:52:27Z gjb
392Set to not to install compressed system documentation.
393Only the uncompressed version will be installed.
394.It Va WITHOUT_DYNAMICROOT
395.\" from FreeBSD: head/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru
396Set this if you do not want to link
397.Pa /bin
398and
399.Pa /sbin
400dynamically.
401.It Va WITHOUT_ED_CRYPTO
402.\" from FreeBSD: head/tools/build/options/WITHOUT_ED_CRYPTO 235660 2012-05-19 20:05:27Z marcel
403Set to build
404.Xr ed 1
405without support for encryption/decryption.
406.It Va WITHOUT_EE
407.\" from FreeBSD: head/tools/build/options/WITHOUT_EE 277663 2015-01-25 00:03:44Z ngie
408Set to not build and install
409.Xr edit 1 ,
410.Xr ee 1 ,
411and related programs.
412.It Va WITH_EISA
413.\" from FreeBSD: head/tools/build/options/WITH_EISA 264654 2014-04-18 16:53:06Z imp
414Set to build EISA kernel modules.
415.It Va WITHOUT_ELFTOOLCHAIN_TOOLS
416.\" from FreeBSD: head/tools/build/options/WITHOUT_ELFTOOLCHAIN_TOOLS 276796 2015-01-07 22:02:37Z emaste
417Set to use
418.Xr addr2line 1 ,
419.Xr nm 1 ,
420.Xr size 1 ,
421.Xr strings 1 ,
422and
423.Xr strip 1
424from GNU binutils instead of the ELF Tool Chain project.
425.It Va WITHOUT_EXAMPLES
426.\" from FreeBSD: head/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru
427Set to avoid installing examples to
428.Pa /usr/share/examples/ .
429.It Va WITHOUT_FDT
430.\" from FreeBSD: head/tools/build/options/WITHOUT_FDT 221539 2011-05-06 19:10:27Z ru
431Set to not build Flattened Device Tree support as part of the base system.
432This includes the device tree compiler (dtc) and libfdt support library.
433.It Va WITHOUT_FLOPPY
434.\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru
435Set to not build or install programs
436for operating floppy disk driver.
437.It Va WITH_FMAKE
438.\" from FreeBSD: head/tools/build/options/WITH_FMAKE 275138 2014-11-26 20:43:09Z gjb
439Causes the old FreeBSD
440.Xr make 1
441program to be built and installed as fmake.
442.It Va WITHOUT_FMTREE
443.\" from FreeBSD: head/tools/build/options/WITHOUT_FMTREE 261299 2014-01-30 21:37:43Z brooks
444Set to not build and install
445.Pa /usr/sbin/fmtree .
446.It Va WITHOUT_FORMAT_EXTENSIONS
447.\" from FreeBSD: head/tools/build/options/WITHOUT_FORMAT_EXTENSIONS 250658 2013-05-15 13:04:10Z brooks
448Set to not enable
449.Fl fformat-extensions
450when compiling the kernel.
451Also disables all format checking.
452.It Va WITHOUT_FORTH
453.\" from FreeBSD: head/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru
454Set to build bootloaders without Forth support.
455.It Va WITHOUT_FP_LIBC
456.\" from FreeBSD: head/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru
457Set to build
458.Nm libc
459without floating-point support.
460.It Va WITHOUT_FREEBSD_UPDATE
461.\" from FreeBSD: head/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam
462Set to not build
463.Xr freebsd-update 8 .
464.It Va WITHOUT_GAMES
465.\" from FreeBSD: head/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru
466Set to not build games.
467.It Va WITHOUT_GCC
468.\" from FreeBSD: head/tools/build/options/WITHOUT_GCC 264660 2014-04-18 17:03:58Z imp
469Set to not build and install gcc and g++ as part of the normal build process.
470.Pp
471It is a default setting on
472amd64/amd64, arm/arm, arm/armv6, arm/armv6hf, i386/i386 and pc98/i386.
473.It Va WITH_GCC
474.\" from FreeBSD: head/tools/build/options/WITH_GCC 255326 2013-09-06 20:49:48Z zeising
475Set to build and install gcc and g++.
476.Pp
477It is a default setting on
478arm/armeb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
479.It Va WITHOUT_GCC_BOOTSTRAP
480.\" from FreeBSD: head/tools/build/options/WITHOUT_GCC_BOOTSTRAP 273177 2014-10-16 18:28:11Z skreuzer
481Set to not build gcc and g++ as part of the bootstrap process.
482You must enable either gcc or clang bootstrap to be able to build the system,
483unless an alternative compiler is provided via
484XCC.
485.Pp
486It is a default setting on
487amd64/amd64, arm/arm, arm/armv6, arm/armv6hf, i386/i386 and pc98/i386.
488.It Va WITH_GCC_BOOTSTRAP
489.\" from FreeBSD: head/tools/build/options/WITH_GCC_BOOTSTRAP 264660 2014-04-18 17:03:58Z imp
490Set to build gcc and g++ as part of the bootstrap process.
491.Pp
492It is a default setting on
493arm/armeb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
494.It Va WITHOUT_GCOV
495.\" from FreeBSD: head/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru
496Set to not build the
497.Xr gcov 1
498tool.
499.It Va WITHOUT_GDB
500.\" from FreeBSD: head/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru
501Set to not build
502.Xr gdb 1 .
503.It Va WITHOUT_GNU
504.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru
505Set to not build contributed GNU software as a part of the base system.
506This option can be useful if the system built must not contain any code
507covered by the GNU Public License due to legal reasons.
508.Bf -symbolic
509The option has no effect yet.
510.Ef
511When set, it also enforces the following options:
512.Pp
513.Bl -item -compact
514.It
515.Va WITHOUT_GNU_SUPPORT
516.El
517.It Va WITHOUT_GNUCXX
518.\" from FreeBSD: head/tools/build/options/WITHOUT_GNUCXX 255321 2013-09-06 20:08:03Z theraven
519Do not build the GNU C++ stack (g++, libstdc++).
520This is the default on platforms where clang is the system compiler.
521.Pp
522It is a default setting on
523amd64/amd64, arm/arm, arm/armv6, arm/armv6hf, i386/i386 and pc98/i386.
524.It Va WITH_GNUCXX
525.\" from FreeBSD: head/tools/build/options/WITH_GNUCXX 255321 2013-09-06 20:08:03Z theraven
526Build the GNU C++ stack (g++, libstdc++).
527This is the default on platforms where gcc is the system compiler.
528.Pp
529It is a default setting on
530arm/armeb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
531.It Va WITHOUT_GNU_GREP_COMPAT
532.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_GREP_COMPAT 273421 2014-10-21 20:44:33Z emaste
533Set this option to omit the gnu extensions to grep from being included in
534BSD grep.
535.It Va WITHOUT_GNU_SUPPORT
536.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
537Set to build some programs without optional GNU support.
538.It Va WITHOUT_GPIO
539.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIO 228081 2011-11-28 17:54:34Z dim
540Set to not build
541.Xr gpioctl 8
542as part of the base system.
543.It Va WITHOUT_GPL_DTC
544.\" from FreeBSD: head/tools/build/options/WITHOUT_GPL_DTC 264515 2014-04-15 20:41:55Z imp
545Set to build the BSD licensed version of the device tree compiler, instead of the
546GPL'd one from elinux.org.
547.It Va WITHOUT_GROFF
548.\" from FreeBSD: head/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs
549Set to not build
550.Xr groff 1
551and
552.Xr vgrind 1 .
553You should consider installing the textproc/groff port to not break
554.Xr man 1 .
555.It Va WITHOUT_GSSAPI
556.\" from FreeBSD: head/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru
557Set to not build libgssapi.
558.It Va WITHOUT_HAST
559.\" from FreeBSD: head/tools/build/options/WITHOUT_HAST 277725 2015-01-26 06:27:07Z ngie
560Set to not build
561.Xr hastd 8
562and related utilities.
563.It Va WITH_HESIOD
564.\" from FreeBSD: head/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru
565Set to build Hesiod support.
566.It Va WITHOUT_HTML
567.\" from FreeBSD: head/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru
568Set to not build HTML docs.
569.It Va WITHOUT_HYPERV
570.\" from FreeBSD: head/tools/build/options/WITHOUT_HYPERV 271493 2014-09-13 02:15:31Z delphij
571Set to not build or install HyperV utilities.
572.It Va WITHOUT_ICONV
573.\" from FreeBSD: head/tools/build/options/WITHOUT_ICONV 254919 2013-08-26 17:15:56Z antoine
574Set to not build iconv as part of libc.
575.It Va WITHOUT_INCLUDES
576.\" from FreeBSD: head/tools/build/options/WITHOUT_INCLUDES 275138 2014-11-26 20:43:09Z gjb
577Set to not install header files.
578This option used to be spelled
579.Va NO_INCS .
580.Bf -symbolic
581The option does not work for build targets.
582.Ef
583.It Va WITHOUT_INET
584.\" from FreeBSD: head/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz
585Set to not build programs and libraries related to IPv4 networking.
586When set, it also enforces the following options:
587.Pp
588.Bl -item -compact
589.It
590.Va WITHOUT_INET_SUPPORT
591.El
592.It Va WITHOUT_INET6
593.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru
594Set to not build
595programs and libraries related to IPv6 networking.
596When set, it also enforces the following options:
597.Pp
598.Bl -item -compact
599.It
600.Va WITHOUT_INET6_SUPPORT
601.El
602.It Va WITHOUT_INET6_SUPPORT
603.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru
604Set to build libraries, programs, and kernel modules without IPv6 support.
605.It Va WITHOUT_INET_SUPPORT
606.\" from FreeBSD: head/tools/build/options/WITHOUT_INET_SUPPORT 221266 2011-04-30 17:58:28Z bz
607Set to build libraries, programs, and kernel modules without IPv4 support.
608.It Va WITHOUT_INSTALLLIB
609.\" from FreeBSD: head/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb
610Set this if you do not want to install optional libraries.
611For example when creating a
612.Xr nanobsd 8
613image.
614.It Va WITH_INSTALL_AS_USER
615.\" from FreeBSD: head/tools/build/options/WITH_INSTALL_AS_USER 238021 2012-07-02 20:24:01Z marcel
616Set to make install targets succeed for non-root users by installing
617files with owner and group attributes set to that of the user running
618the
619.Xr make 1
620command.
621The user still has to set the
622.Va DESTDIR
623variable to point to a directory where the user has write permissions.
624.It Va WITHOUT_IPFILTER
625.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru
626Set to not build IP Filter package.
627.It Va WITHOUT_IPFW
628.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam
629Set to not build IPFW tools.
630.It Va WITHOUT_ISCSI
631.\" from FreeBSD: head/tools/build/options/WITHOUT_ISCSI 277675 2015-01-25 04:20:11Z ngie
632Set to not build
633.Xr iscid 8
634and related utilities.
635.It Va WITHOUT_JAIL
636.\" from FreeBSD: head/tools/build/options/WITHOUT_JAIL 249966 2013-04-27 04:09:09Z eadler
637Set to not build tools for the support of jails; e.g.,
638.Xr jail 8 .
639.It Va WITHOUT_KDUMP
640.\" from FreeBSD: head/tools/build/options/WITHOUT_KDUMP 240690 2012-09-19 11:38:37Z zeising
641Set to not build
642.Xr kdump 1
643and
644.Xr truss 1 .
645.It Va WITHOUT_KERBEROS
646.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru
647Set this if you do not want to build Kerberos 5 (KTH Heimdal).
648When set, it also enforces the following options:
649.Pp
650.Bl -item -compact
651.It
652.Va WITHOUT_KERBEROS_SUPPORT
653.El
654.Pp
655When set, the following options are also in effect:
656.Pp
657.Bl -inset -compact
658.It Va WITHOUT_GSSAPI
659(unless
660.Va WITH_GSSAPI
661is set explicitly)
662.El
663.It Va WITHOUT_KERBEROS_SUPPORT
664.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS_SUPPORT 251794 2013-06-15 20:29:07Z eadler
665Set to build some programs without Kerberos support, like
666.Xr ssh 1 ,
667.Xr telnet 1 ,
668.Xr sshd 8 ,
669and
670.Xr telnetd 8 .
671.It Va WITHOUT_KERNEL_SYMBOLS
672.\" from FreeBSD: head/tools/build/options/WITHOUT_KERNEL_SYMBOLS 222189 2011-05-22 18:23:17Z imp
673Set to not install kernel symbol files.
674.Bf -symbolic
675This option is recommended for those people who have small root partitions.
676.Ef
677.It Va WITHOUT_KVM
678.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru
679Set to not build the
680.Nm libkvm
681library as a part of the base system.
682.Bf -symbolic
683The option has no effect yet.
684.Ef
685When set, it also enforces the following options:
686.Pp
687.Bl -item -compact
688.It
689.Va WITHOUT_KVM_SUPPORT
690.El
691.It Va WITHOUT_KVM_SUPPORT
692.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin
693Set to build some programs without optional
694.Nm libkvm
695support.
696.It Va WITHOUT_LDNS
697.\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS 255591 2013-09-15 13:11:13Z des
698Setting this variable will prevent the LDNS library from being built.
699When set, it also enforces the following options:
700.Pp
701.Bl -item -compact
702.It
703.Va WITHOUT_LDNS_UTILS
704.It
705.Va WITHOUT_UNBOUND
706.El
707.It Va WITHOUT_LDNS_UTILS
708.\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS_UTILS 255850 2013-09-24 14:33:31Z des
709Setting this variable will prevent building the LDNS utilities
710.Xr drill 1
711and
712.Xr host 1 .
713.It Va WITHOUT_LEGACY_CONSOLE
714.\" from FreeBSD: head/tools/build/options/WITHOUT_LEGACY_CONSOLE 249966 2013-04-27 04:09:09Z eadler
715Set to not build programs that support a legacy PC console; e.g.,
716.Xr kbdcontrol 8
717and
718.Xr vidcontrol 8 .
719.It Va WITHOUT_LIB32
720.\" from FreeBSD: head/tools/build/options/WITHOUT_LIB32 274664 2014-11-18 17:06:48Z imp
721On 64-bit platforms, set to not build 32-bit library set and a
722.Nm ld-elf32.so.1
723runtime linker.
724.It Va WITHOUT_LIBCPLUSPLUS
725.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBCPLUSPLUS 246262 2013-02-02 22:42:46Z dim
726Set to avoid building libcxxrt and libc++.
727.It Va WITHOUT_LIBPTHREAD
728.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm
729Set to not build the
730.Nm libpthread
731providing library,
732.Nm libthr .
733When set, it also enforces the following options:
734.Pp
735.Bl -item -compact
736.It
737.Va WITHOUT_LIBTHR
738.El
739.It Va WITHOUT_LIBTHR
740.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru
741Set to not build the
742.Nm libthr
743(1:1 threading)
744library.
745.It Va WITH_LLDB
746.\" from FreeBSD: head/tools/build/options/WITH_LLDB 255722 2013-09-20 01:52:02Z emaste
747Set to build the LLDB debugger.
748.It Va WITHOUT_LOCALES
749.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru
750Set to not build localization files; see
751.Xr locale 1 .
752.It Va WITHOUT_LOCATE
753.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam
754Set to not build
755.Xr locate 1
756and related programs.
757.It Va WITHOUT_LPR
758.\" from FreeBSD: head/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru
759Set to not build
760.Xr lpr 1
761and related programs.
762.It Va WITHOUT_LS_COLORS
763.\" from FreeBSD: head/tools/build/options/WITHOUT_LS_COLORS 235660 2012-05-19 20:05:27Z marcel
764Set to build
765.Xr ls 1
766without support for colors to distinguish file types.
767.It Va WITHOUT_LZMA_SUPPORT
768.\" from FreeBSD: head/tools/build/options/WITHOUT_LZMA_SUPPORT 245171 2013-01-08 18:37:12Z obrien
769Set to build some programs without optional lzma compression support.
770.It Va WITHOUT_MAIL
771.\" from FreeBSD: head/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam
772Set to not build any mail support (MUA or MTA).
773When set, it also enforces the following options:
774.Pp
775.Bl -item -compact
776.It
777.Va WITHOUT_DMAGENT
778.It
779.Va WITHOUT_MAILWRAPPER
780.It
781.Va WITHOUT_SENDMAIL
782.El
783.It Va WITHOUT_MAILWRAPPER
784.\" from FreeBSD: head/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru
785Set to not build the
786.Xr mailwrapper 8
787MTA selector.
788.It Va WITHOUT_MAKE
789.\" from FreeBSD: head/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam
790Set to not install
791.Xr make 1
792and related support files.
793.It Va WITHOUT_MAN
794.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru
795Set to not build manual pages.
796When set, the following options are also in effect:
797.Pp
798.Bl -inset -compact
799.It Va WITHOUT_MAN_UTILS
800(unless
801.Va WITH_MAN_UTILS
802is set explicitly)
803.El
804.It Va WITHOUT_MANCOMPRESS
805.\" from FreeBSD: head/tools/build/options/WITHOUT_MANCOMPRESS 266752 2014-05-27 15:52:27Z gjb
806Set to not to install compressed man pages.
807Only the uncompressed versions will be installed.
808.It Va WITHOUT_MAN_UTILS
809.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim
810Set to not build utilities for manual pages,
811.Xr apropos 1 ,
812.Xr catman 1 ,
813.Xr makewhatis 1 ,
814.Xr man 1 ,
815.Xr whatis 1 ,
816.Xr manctl 8 ,
817and related support files.
818.It Va WITH_NAND
819.\" from FreeBSD: head/tools/build/options/WITH_NAND 235537 2012-05-17 10:11:18Z gber
820Set to build the NAND Flash components.
821.It Va WITHOUT_NDIS
822.\" from FreeBSD: head/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam
823Set to not build programs and libraries
824related to NDIS emulation support.
825.It Va WITHOUT_NETCAT
826.\" from FreeBSD: head/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru
827Set to not build
828.Xr nc 1
829utility.
830.It Va WITHOUT_NETGRAPH
831.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam
832Set to not build applications to support
833.Xr netgraph 4 .
834When set, it also enforces the following options:
835.Pp
836.Bl -item -compact
837.It
838.Va WITHOUT_ATM
839.It
840.Va WITHOUT_BLUETOOTH
841.It
842.Va WITHOUT_NETGRAPH_SUPPORT
843.El
844.It Va WITHOUT_NETGRAPH_SUPPORT
845.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam
846Set to build libraries, programs, and kernel modules without netgraph support.
847.It Va WITHOUT_NIS
848.\" from FreeBSD: head/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru
849Set to not build
850.Xr NIS 8
851support and related programs.
852If set, you might need to adopt your
853.Xr nsswitch.conf 5
854and remove
855.Sq nis
856entries.
857.It Va WITHOUT_NLS
858.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru
859Set to not build NLS catalogs.
860.It Va WITHOUT_NLS_CATALOGS
861.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
862Set to not build NLS catalog support for
863.Xr csh 1 .
864.It Va WITHOUT_NS_CACHING
865.\" from FreeBSD: head/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru
866Set to disable name caching in the
867.Pa nsswitch
868subsystem.
869The generic caching daemon,
870.Xr nscd 8 ,
871will not be built either if this option is set.
872.It Va WITHOUT_NTP
873.\" from FreeBSD: head/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam
874Set to not build
875.Xr ntpd 8
876and related programs.
877.It Va WITH_OFED
878.\" from FreeBSD: head/tools/build/options/WITH_OFED 228081 2011-11-28 17:54:34Z dim
879Set to build the
880.Dq "OpenFabrics Enterprise Distribution"
881Infiniband software stack.
882.It Va WITH_OPENLDAP
883.\" from FreeBSD: head/tools/build/options/WITH_OPENLDAP 264902 2014-04-24 23:17:31Z imp
884Enable building openldap support for kerberos.
885.It Va WITHOUT_OPENSSH
886.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru
887Set to not build OpenSSH.
888.It Va WITH_OPENSSH_NONE_CIPHER
889.\" from FreeBSD: head/tools/build/options/WITH_OPENSSH_NONE_CIPHER 245527 2013-01-17 01:51:04Z bz
890Set to include the "None" cipher support in OpenSSH and its libraries.
891Additional adjustments may need to be done to system configuration
892files, such as
893.Xr sshd_config 5 ,
894to enable this cipher.
895Please see
896.Pa /usr/src/crypto/openssh/README.hpn
897for full details.
898.It Va WITHOUT_OPENSSL
899.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru
900Set to not build OpenSSL.
901When set, it also enforces the following options:
902.Pp
903.Bl -item -compact
904.It
905.Va WITHOUT_KERBEROS
906.It
907.Va WITHOUT_KERBEROS_SUPPORT
908.It
909.Va WITHOUT_OPENSSH
910.El
911.Pp
912When set, the following options are also in effect:
913.Pp
914.Bl -inset -compact
915.It Va WITHOUT_GSSAPI
916(unless
917.Va WITH_GSSAPI
918is set explicitly)
919.El
920.It Va WITHOUT_PAM
921.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru
922Set to not build PAM library and modules.
923.Bf -symbolic
924This option is deprecated and does nothing.
925.Ef
926When set, it also enforces the following options:
927.Pp
928.Bl -item -compact
929.It
930.Va WITHOUT_PAM_SUPPORT
931.El
932.It Va WITHOUT_PAM_SUPPORT
933.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru
934Set to build some programs without PAM support, particularly
935.Xr ftpd 8
936and
937.Xr ppp 8 .
938.It Va WITHOUT_PC_SYSINSTALL
939.\" from FreeBSD: head/tools/build/options/WITHOUT_PC_SYSINSTALL 245606 2013-01-18 15:57:09Z eadler
940Set to not build
941.Xr pc-sysinstall 8
942and related programs.
943.It Va WITHOUT_PF
944.\" from FreeBSD: head/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru
945Set to not build PF firewall package.
946When set, it also enforces the following options:
947.Pp
948.Bl -item -compact
949.It
950.Va WITHOUT_AUTHPF
951.El
952.It Va WITHOUT_PKGBOOTSTRAP
953.\" from FreeBSD: head/tools/build/options/WITHOUT_PKGBOOTSTRAP 258924 2013-12-04 15:58:42Z bdrewery
954Set to not build
955.Xr pkg 7
956bootstrap tool.
957.It Va WITHOUT_PMC
958.\" from FreeBSD: head/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam
959Set to not build
960.Xr pmccontrol 8
961and related programs.
962.It Va WITHOUT_PORTSNAP
963.\" from FreeBSD: head/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam
964Set to not build or install
965.Xr portsnap 8
966and related files.
967.It Va WITHOUT_PPP
968.\" from FreeBSD: head/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam
969Set to not build
970.Xr ppp 8
971and related programs.
972.It Va WITHOUT_PROFILE
973.\" from FreeBSD: head/tools/build/options/WITHOUT_PROFILE 228196 2011-12-02 09:09:54Z fjoe
974Set to avoid compiling profiled libraries.
975.It Va WITHOUT_QUOTAS
976.\" from FreeBSD: head/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam
977Set to not build
978.Xr quota 8
979and related programs.
980.It Va WITHOUT_RCMDS
981.\" from FreeBSD: head/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru
982Disable building of the
983.Bx
984r-commands.
985This includes
986.Xr rlogin 1 ,
987.Xr rsh 1 ,
988etc.
989.It Va WITHOUT_RCS
990.\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 275138 2014-11-26 20:43:09Z gjb
991Set to not build
992.Xr rcs 1 ,
993.Xr etcupdate 8 ,
994and related utilities.
995.It Va WITHOUT_RESCUE
996.\" from FreeBSD: head/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru
997Set to not build
998.Xr rescue 8 .
999.It Va WITHOUT_ROUTED
1000.\" from FreeBSD: head/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam
1001Set to not build
1002.Xr routed 8
1003utility.
1004.It Va WITHOUT_SENDMAIL
1005.\" from FreeBSD: head/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru
1006Set to not build
1007.Xr sendmail 8
1008and related programs.
1009.It Va WITHOUT_SETUID_LOGIN
1010.\" from FreeBSD: head/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru
1011Set this to disable the installation of
1012.Xr login 1
1013as a set-user-ID root program.
1014.It Va WITHOUT_SHAREDOCS
1015.\" from FreeBSD: head/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru
1016Set to not build the
1017.Bx 4.4
1018legacy docs.
1019.It Va WITH_SHARED_TOOLCHAIN
1020.\" from FreeBSD: head/tools/build/options/WITH_SHARED_TOOLCHAIN 235342 2012-05-12 16:12:36Z gjb
1021Set to build the toolchain binaries shared.
1022The set includes
1023.Xr cc 1 ,
1024.Xr make 1
1025and necessary utilities like assembler, linker and library archive manager.
1026.It Va WITH_SORT_THREADS
1027.\" from FreeBSD: head/tools/build/options/WITH_SORT_THREADS 264158 2014-04-05 18:00:45Z imp
1028Set to enable threads in
1029.Xr sort 1 .
1030.It Va WITHOUT_SOURCELESS
1031.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh
1032Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU).
1033When set, it also enforces the following options:
1034.Pp
1035.Bl -item -compact
1036.It
1037.Va WITHOUT_SOURCELESS_HOST
1038.It
1039.Va WITHOUT_SOURCELESS_UCODE
1040.El
1041.It Va WITHOUT_SOURCELESS_HOST
1042.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_HOST 230972 2012-02-04 00:54:43Z rmh
1043Set to not build kernel modules that include sourceless native code for host CPU.
1044.It Va WITHOUT_SOURCELESS_UCODE
1045.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_UCODE 230972 2012-02-04 00:54:43Z rmh
1046Set to not build kernel modules that include sourceless microcode.
1047.It Va WITHOUT_SSP
1048.\" from FreeBSD: head/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru
1049Set to not build world with propolice stack smashing protection.
1050.It Va WITH_SVN
1051.\" from FreeBSD: head/tools/build/options/WITH_SVN 252561 2013-07-03 12:36:47Z zeising
1052Set to install
1053.Xr svnlite 1
1054as
1055.Xr svn 1 .
1056.It Va WITHOUT_SVNLITE
1057.\" from FreeBSD: head/tools/build/options/WITHOUT_SVNLITE 252561 2013-07-03 12:36:47Z zeising
1058Set to not build
1059.Xr svnlite 1
1060and related programs.
1061.It Va WITHOUT_SYMVER
1062.\" from FreeBSD: head/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen
1063Set to disable symbol versioning when building shared libraries.
1064.It Va WITHOUT_SYSCALL_COMPAT
1065.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCALL_COMPAT 265826 2014-05-10 16:37:28Z imp
1066Do not include some compatible syscall wrappers in libc.
1067.It Va WITHOUT_SYSCONS
1068.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru
1069Set to not build
1070.Xr syscons 4
1071support files such as keyboard maps, fonts, and screen output maps.
1072.It Va WITHOUT_SYSINSTALL
1073.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSINSTALL 183242 2008-09-21 22:02:26Z sam
1074Set to not build
1075.Xr sysinstall 8
1076and related programs.
1077.It Va WITHOUT_TALK
1078.\" from FreeBSD: head/tools/build/options/WITHOUT_TALK 277676 2015-01-25 04:37:44Z ngie
1079Set to not build or install
1080.Xr talk 1
1081and
1082.Xr talkd 8 .
1083.It Va WITHOUT_TCSH
1084.\" from FreeBSD: head/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru
1085Set to not build and install
1086.Pa /bin/csh
1087(which is
1088.Xr tcsh 1 ) .
1089.It Va WITHOUT_TELNET
1090.\" from FreeBSD: head/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam
1091Set to not build
1092.Xr telnet 8
1093and related programs.
1094.It Va WITHOUT_TESTS
1095.\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS 268778 2014-07-16 21:40:11Z jmmv
1096Set to not build nor install the
1097.Fx
1098Test Suite in
1099.Pa /usr/tests/ .
1100See
1101.Xr tests 7
1102for more details.
1103This also disables the build of all test-related dependencies, including ATF.
1104When set, it also enforces the following options:
1105.Pp
1106.Bl -item -compact
1107.It
1108.Va WITHOUT_TESTS_SUPPORT
1109.El
1110.It Va WITHOUT_TESTS_SUPPORT
1111.\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS_SUPPORT 274665 2014-11-18 17:06:50Z imp
1112Set to disables the build of all test-related dependencies, including ATF.
1113.It Va WITHOUT_TEXTPROC
1114.\" from FreeBSD: head/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam
1115Set to not build
1116programs used for text processing.
1117When set, it also enforces the following options:
1118.Pp
1119.Bl -item -compact
1120.It
1121.Va WITHOUT_GROFF
1122.El
1123.It Va WITHOUT_TOOLCHAIN
1124.\" from FreeBSD: head/tools/build/options/WITHOUT_TOOLCHAIN 273172 2014-10-16 15:55:13Z brooks
1125Set to not install header or
1126programs used for program development,
1127compilers, debuggers etc.
1128.Bf -symbolic
1129The option does not work for build targets.
1130.Ef
1131When set, it also enforces the following options:
1132.Pp
1133.Bl -item -compact
1134.It
1135.Va WITHOUT_BINUTILS
1136.It
1137.Va WITHOUT_CLANG
1138.It
1139.Va WITHOUT_CLANG_EXTRAS
1140.It
1141.Va WITHOUT_CLANG_FULL
1142.It
1143.Va WITHOUT_GCC
1144.It
1145.Va WITHOUT_GDB
1146.It
1147.Va WITHOUT_INCLUDES
1148.El
1149.It Va WITHOUT_UNBOUND
1150.\" from FreeBSD: head/tools/build/options/WITHOUT_UNBOUND 255597 2013-09-15 14:51:23Z des
1151Set to not build
1152.Xr unbound 8
1153and related programs.
1154.It Va WITHOUT_USB
1155.\" from FreeBSD: head/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru
1156Set to not build USB-related programs and libraries.
1157.It Va WITHOUT_USB_GADGET_EXAMPLES
1158.\" from FreeBSD: head/tools/build/options/WITHOUT_USB_GADGET_EXAMPLES 274665 2014-11-18 17:06:50Z imp
1159Set to build USB gadget kernel modules.
1160.It Va WITHOUT_UTMPX
1161.\" from FreeBSD: head/tools/build/options/WITHOUT_UTMPX 231530 2012-02-11 20:28:42Z ed
1162Set to not build user accounting tools such as
1163.Xr last 1 ,
1164.Xr users 1 ,
1165.Xr who 1 ,
1166.Xr ac 8 ,
1167.Xr lastlogin 8
1168and
1169.Xr utx 8 .
1170.It Va WITHOUT_VI
1171.\" from FreeBSD: head/tools/build/options/WITHOUT_VI 264903 2014-04-24 23:17:40Z imp
1172Set to not build and install vi, view, ex and related programs.
1173.It Va WITHOUT_VT
1174.\" from FreeBSD: head/tools/build/options/WITHOUT_VT 268022 2014-06-30 00:20:12Z emaste
1175Set to not build
1176.Xr vt 4
1177support files (fonts and keymaps).
1178.It Va WITHOUT_WARNS
1179.\" from FreeBSD: head/tools/build/options/WITHOUT_WARNS 276559 2015-01-02 18:57:58Z bapt
1180Set this to not add warning flags to the compiler invocations.
1181Useful as a temporary workaround when code enters the tree
1182which triggers warnings in environments that differ from the
1183original developer.
1184.It Va WITHOUT_WIRELESS
1185.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam
1186Set to not build programs used for 802.11 wireless networks; especially
1187.Xr wpa_supplicant 8
1188and
1189.Xr hostapd 8 .
1190When set, it also enforces the following options:
1191.Pp
1192.Bl -item -compact
1193.It
1194.Va WITHOUT_WIRELESS_SUPPORT
1195.El
1196.It Va WITHOUT_WIRELESS_SUPPORT
1197.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam
1198Set to build libraries, programs, and kernel modules without
1199802.11 wireless support.
1200.It Va WITHOUT_WPA_SUPPLICANT_EAPOL
1201.\" from FreeBSD: head/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru
1202Build
1203.Xr wpa_supplicant 8
1204without support for the IEEE 802.1X protocol and without
1205support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
1206protocols (usable only via 802.1X).
1207.It Va WITHOUT_ZFS
1208.\" from FreeBSD: head/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd
1209Set to not build ZFS file system.
1210.It Va WITHOUT_ZONEINFO
1211.\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 235342 2012-05-12 16:12:36Z gjb
1212Set to not build the timezone database.
1213.El
1214.Sh FILES
1215.Bl -tag -compact -width Pa
1216.It Pa /etc/src.conf
1217.It Pa /usr/share/mk/bsd.own.mk
1218.El
1219.Sh SEE ALSO
1220.Xr make 1 ,
1221.Xr make.conf 5 ,
1222.Xr build 7 ,
1223.Xr ports 7
1224.Sh HISTORY
1225The
1226.Nm
1227file appeared in
1228.Fx 7.0 .
1229.Sh AUTHORS
1230This manual page was autogenerated.
1231