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