]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - share/man/man5/src.conf.5
Regenerate src.conf(5)
[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 July 5, 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_CXGBETOOL
332 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_CXGBETOOL 319390 2017-06-01 07:08:26Z ngie
333 Set to not build
334 .Xr cxgbetool 8
335 .Pp
336 It is a default setting on
337 arm/arm, arm/armeb, arm/armv6, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and powerpc/powerpc.
338 .It Va WITH_CXGBETOOL
339 .\" from FreeBSD: stable/10/tools/build/options/WITH_CXGBETOOL 319390 2017-06-01 07:08:26Z ngie
340 Set to build
341 .Xr cxgbetool 8
342 .Pp
343 It is a default setting on
344 amd64/amd64, i386/i386, pc98/i386, powerpc/powerpc64 and sparc64/sparc64.
345 .It Va WITHOUT_CXX
346 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_CXX 281891 2015-04-23 15:15:45Z bdrewery
347 Set to not build
348 .Xr c++ 1
349 and related libraries.
350 It will also prevent building of
351 .Xr gperf 1
352 and
353 .Xr devd 8 .
354 When set, it also enforces the following options:
355 .Pp
356 .Bl -item -compact
357 .It
358 .Va WITHOUT_CLANG
359 .It
360 .Va WITHOUT_CLANG_EXTRAS
361 .It
362 .Va WITHOUT_CLANG_FULL
363 .It
364 .Va WITHOUT_GROFF
365 .El
366 .It Va WITH_DEBUG_FILES
367 .\" from FreeBSD: stable/10/tools/build/options/WITH_DEBUG_FILES 251512 2013-06-07 21:40:02Z emaste
368 Set to strip debug info into a separate file for each executable binary
369 and shared library.
370 The debug files will be placed in a subdirectory of
371 .Pa /usr/lib/debug
372 and are located automatically by
373 .Xr gdb 1 .
374 .It Va WITHOUT_DICT
375 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru
376 Set to not build the Webster dictionary files.
377 .It Va WITHOUT_DYNAMICROOT
378 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru
379 Set this if you do not want to link
380 .Pa /bin
381 and
382 .Pa /sbin
383 dynamically.
384 .It Va WITHOUT_ED_CRYPTO
385 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_ED_CRYPTO 235660 2012-05-19 20:05:27Z marcel
386 Set to build
387 .Xr ed 1
388 without support for encryption/decryption.
389 .It Va WITHOUT_EE
390 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_EE 278554 2015-02-11 06:57:20Z ngie
391 Set to not build and install
392 .Xr edit 1 ,
393 .Xr ee 1 ,
394 and related programs.
395 .It Va WITHOUT_EXAMPLES
396 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru
397 Set to avoid installing examples to
398 .Pa /usr/share/examples/ .
399 .It Va WITHOUT_FDT
400 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_FDT 221539 2011-05-06 19:10:27Z ru
401 Set to not build Flattened Device Tree support as part of the base system.
402 This includes the device tree compiler (dtc) and libfdt support library.
403 .Pp
404 It is a default setting on
405 amd64/amd64, i386/i386, ia64/ia64, pc98/i386 and sparc64/sparc64.
406 .It Va WITH_FDT
407 .\" from FreeBSD: stable/10/tools/build/options/WITH_FDT 221730 2011-05-10 11:14:40Z ru
408 Set to build Flattened Device Tree support as part of the base system.
409 This includes the device tree compiler (dtc) and libfdt support library.
410 .Pp
411 It is a default setting on
412 arm/arm, arm/armeb, arm/armv6, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc and powerpc/powerpc64.
413 .It Va WITHOUT_FILE
414 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_FILE 279506 2015-03-01 22:07:54Z ngie
415 Set to not build
416 .Xr file 1
417 and related programs.
418 .It Va WITHOUT_FINGER
419 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_FINGER 279505 2015-03-01 22:03:52Z ngie
420 Set to not build or install
421 .Xr finger 1
422 and
423 .Xr fingerd 8 .
424 .It Va WITHOUT_FLOPPY
425 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru
426 Set to not build or install programs
427 for operating floppy disk driver.
428 .It Va WITHOUT_FMTREE
429 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_FMTREE 262650 2014-03-01 04:25:52Z brooks
430 Set to not build and install
431 .Pa /usr/sbin/fmtree .
432 .It Va WITHOUT_FORMAT_EXTENSIONS
433 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_FORMAT_EXTENSIONS 250658 2013-05-15 13:04:10Z brooks
434 Set to not enable
435 .Fl fformat-extensions
436 when compiling the kernel.
437 Also disables all format checking.
438 .It Va WITHOUT_FORTH
439 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru
440 Set to build bootloaders without Forth support.
441 .It Va WITHOUT_FP_LIBC
442 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru
443 Set to build
444 .Nm libc
445 without floating-point support.
446 .It Va WITHOUT_FREEBSD_UPDATE
447 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam
448 Set to not build
449 .Xr freebsd-update 8 .
450 .It Va WITHOUT_FTP
451 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_FTP 279505 2015-03-01 22:03:52Z ngie
452 Set to not build or install
453 .Xr ftp 1
454 and
455 .Xr ftpd 8 .
456 .It Va WITHOUT_GAMES
457 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru
458 Set to not build games.
459 .It Va WITHOUT_GCC
460 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_GCC 255326 2013-09-06 20:49:48Z zeising
461 Set to not build and install gcc and g++.
462 .Pp
463 It is a default setting on
464 amd64/amd64, arm/arm, arm/armv6 and i386/i386.
465 .It Va WITH_GCC
466 .\" from FreeBSD: stable/10/tools/build/options/WITH_GCC 255326 2013-09-06 20:49:48Z zeising
467 Set to build and install gcc and g++.
468 .Pp
469 It is a default setting on
470 arm/armeb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
471 .It Va WITHOUT_GCOV
472 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru
473 Set to not build the
474 .Xr gcov 1
475 tool.
476 .It Va WITHOUT_GDB
477 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru
478 Set to not build
479 .Xr gdb 1 .
480 .It Va WITHOUT_GNU
481 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru
482 Set to not build contributed GNU software as a part of the base system.
483 This option can be useful if the system built must not contain any code
484 covered by the GNU Public License due to legal reasons.
485 .Bf -symbolic
486 The option has no effect yet.
487 .Ef
488 When set, it also enforces the following options:
489 .Pp
490 .Bl -item -compact
491 .It
492 .Va WITHOUT_GNU_SUPPORT
493 .El
494 .It Va WITHOUT_GNUCXX
495 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_GNUCXX 255321 2013-09-06 20:08:03Z theraven
496 Do not build the GNU C++ stack (g++, libstdc++).
497 This is the default on platforms where clang is the system compiler.
498 .Pp
499 It is a default setting on
500 amd64/amd64, arm/arm, arm/armv6, i386/i386 and pc98/i386.
501 .It Va WITH_GNUCXX
502 .\" from FreeBSD: stable/10/tools/build/options/WITH_GNUCXX 255321 2013-09-06 20:08:03Z theraven
503 Build the GNU C++ stack (g++, libstdc++).
504 This is the default on platforms where gcc is the system compiler.
505 .Pp
506 It is a default setting on
507 arm/armeb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
508 .It Va WITHOUT_GNU_SUPPORT
509 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
510 Set to build some programs without optional GNU support.
511 .It Va WITHOUT_GPIB
512 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_GPIB 156932 2006-03-21 07:50:50Z ru
513 Set to not build GPIB bus support.
514 .It Va WITHOUT_GPIO
515 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_GPIO 228081 2011-11-28 17:54:34Z dim
516 Set to not build
517 .Xr gpioctl 8
518 as part of the base system.
519 .It Va WITHOUT_GPL_DTC
520 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_GPL_DTC 278559 2015-02-11 07:38:07Z ngie
521 Set to build the BSD licensed version of the device tree compiler, instead of the
522 GPL'd one from elinux.org.
523 .It Va WITHOUT_GROFF
524 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs
525 Set to not build
526 .Xr groff 1
527 and
528 .Xr vgrind 1 .
529 You should consider installing the textproc/groff port to not break
530 .Xr man 1 .
531 .It Va WITHOUT_GSSAPI
532 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru
533 Set to not build libgssapi.
534 .It Va WITHOUT_HAST
535 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_HAST 278556 2015-02-11 07:12:00Z ngie
536 Set to not build
537 .Xr hastd 8
538 and related utilities.
539 .It Va WITH_HESIOD
540 .\" from FreeBSD: stable/10/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru
541 Set to build Hesiod support.
542 .It Va WITHOUT_HTML
543 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru
544 Set to not build HTML docs.
545 .It Va WITHOUT_HYPERV
546 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_HYPERV 272322 2014-09-30 17:54:57Z delphij
547 Set to not build or install HyperV utilities.
548 .Pp
549 It is a default setting on
550 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.
551 .It Va WITH_HYPERV
552 .\" from FreeBSD: stable/10/tools/build/options/WITH_HYPERV 272322 2014-09-30 17:54:57Z delphij
553 Set to build and install HyperV utilities.
554 .Pp
555 It is a default setting on
556 amd64/amd64, i386/i386 and pc98/i386.
557 .It Va WITHOUT_ICONV
558 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_ICONV 254919 2013-08-26 17:15:56Z antoine
559 Set to not build iconv as part of libc.
560 .It Va WITHOUT_INET
561 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz
562 Set to not build programs and libraries related to IPv4 networking.
563 When set, it also enforces the following options:
564 .Pp
565 .Bl -item -compact
566 .It
567 .Va WITHOUT_INET_SUPPORT
568 .El
569 .It Va WITHOUT_INET6
570 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru
571 Set to not build
572 programs and libraries related to IPv6 networking.
573 When set, it also enforces the following options:
574 .Pp
575 .Bl -item -compact
576 .It
577 .Va WITHOUT_INET6_SUPPORT
578 .El
579 .It Va WITHOUT_INET6_SUPPORT
580 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru
581 Set to build libraries, programs, and kernel modules without IPv6 support.
582 .It Va WITHOUT_INETD
583 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_INETD 279505 2015-03-01 22:03:52Z ngie
584 Set to not build
585 .Xr inetd 8 .
586 .It Va WITHOUT_INET_SUPPORT
587 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_INET_SUPPORT 221266 2011-04-30 17:58:28Z bz
588 Set to build libraries, programs, and kernel modules without IPv4 support.
589 .It Va WITHOUT_INFO
590 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru
591 Set to not make or install
592 .Xr info 5
593 files.
594 .It Va WITHOUT_INSTALLLIB
595 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb
596 Set this if you do not want to install optional libraries.
597 For example when creating a
598 .Xr nanobsd 8
599 image.
600 .It Va WITH_INSTALL_AS_USER
601 .\" from FreeBSD: stable/10/tools/build/options/WITH_INSTALL_AS_USER 238021 2012-07-02 20:24:01Z marcel
602 Set to make install targets succeed for non-root users by installing
603 files with owner and group attributes set to that of the user running
604 the
605 .Xr make 1
606 command.
607 The user still has to set the
608 .Va DESTDIR
609 variable to point to a directory where the user has write permissions.
610 .It Va WITHOUT_IPFILTER
611 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru
612 Set to not build IP Filter package.
613 .It Va WITHOUT_IPFW
614 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam
615 Set to not build IPFW tools.
616 .It Va WITHOUT_IPX
617 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_IPX 156932 2006-03-21 07:50:50Z ru
618 Set to not build programs and libraries related to IPX networking.
619 When set, it also enforces the following options:
620 .Pp
621 .Bl -item -compact
622 .It
623 .Va WITHOUT_IPX_SUPPORT
624 .El
625 .It Va WITHOUT_IPX_SUPPORT
626 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_IPX_SUPPORT 156932 2006-03-21 07:50:50Z ru
627 Set to build some programs without IPX support.
628 .It Va WITHOUT_ISCSI
629 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_ISCSI 278555 2015-02-11 07:08:32Z ngie
630 Set to not build
631 .Xr iscid 8
632 and related utilities.
633 .It Va WITHOUT_JAIL
634 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_JAIL 249966 2013-04-27 04:09:09Z eadler
635 Set to not build tools for the support of jails; e.g.,
636 .Xr jail 8 .
637 .It Va WITHOUT_KDUMP
638 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_KDUMP 240690 2012-09-19 11:38:37Z zeising
639 Set to not build
640 .Xr kdump 1
641 and
642 .Xr truss 1 .
643 .It Va WITHOUT_KERBEROS
644 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru
645 Set this if you do not want to build Kerberos 5 (KTH Heimdal).
646 When set, it also enforces the following options:
647 .Pp
648 .Bl -item -compact
649 .It
650 .Va WITHOUT_KERBEROS_SUPPORT
651 .El
652 .Pp
653 When set, the following options are also in effect:
654 .Pp
655 .Bl -inset -compact
656 .It Va WITHOUT_GSSAPI
657 (unless
658 .Va WITH_GSSAPI
659 is set explicitly)
660 .El
661 .It Va WITHOUT_KERBEROS_SUPPORT
662 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_KERBEROS_SUPPORT 251794 2013-06-15 20:29:07Z eadler
663 Set to build some programs without Kerberos support, like
664 .Xr ssh 1 ,
665 .Xr telnet 1 ,
666 .Xr sshd 8 ,
667 and
668 .Xr telnetd 8 .
669 .It Va WITHOUT_KERNEL_SYMBOLS
670 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_KERNEL_SYMBOLS 222189 2011-05-22 18:23:17Z imp
671 Set to not install kernel symbol files.
672 .Bf -symbolic
673 This option is recommended for those people who have small root partitions.
674 .Ef
675 .It Va WITHOUT_KVM
676 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru
677 Set to not build the
678 .Nm libkvm
679 library as a part of the base system.
680 .Bf -symbolic
681 The option has no effect yet.
682 .Ef
683 When set, it also enforces the following options:
684 .Pp
685 .Bl -item -compact
686 .It
687 .Va WITHOUT_KVM_SUPPORT
688 .El
689 .It Va WITHOUT_KVM_SUPPORT
690 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin
691 Set to build some programs without optional
692 .Nm libkvm
693 support.
694 .It Va WITHOUT_LDNS
695 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_LDNS 255591 2013-09-15 13:11:13Z des
696 Setting this variable will prevent the LDNS library from being built.
697 When set, it also enforces the following options:
698 .Pp
699 .Bl -item -compact
700 .It
701 .Va WITHOUT_LDNS_UTILS
702 .It
703 .Va WITHOUT_UNBOUND
704 .El
705 .It Va WITHOUT_LDNS_UTILS
706 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_LDNS_UTILS 255850 2013-09-24 14:33:31Z des
707 Setting this variable will prevent building the LDNS utilities
708 .Xr drill 1
709 and
710 .Xr host 1 .
711 .It Va WITHOUT_LEGACY_CONSOLE
712 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_LEGACY_CONSOLE 249966 2013-04-27 04:09:09Z eadler
713 Set to not build programs that support a legacy PC console; e.g.,
714 .Xr kbdcontrol 8
715 and
716 .Xr vidcontrol 8 .
717 .It Va WITHOUT_LIB32
718 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_LIB32 156932 2006-03-21 07:50:50Z ru
719 On amd64, set to not build 32-bit library set and a
720 .Nm ld-elf32.so.1
721 runtime linker.
722 .It Va WITHOUT_LIBCPLUSPLUS
723 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_LIBCPLUSPLUS 246262 2013-02-02 22:42:46Z dim
724 Set to avoid building libcxxrt and libc++.
725 .It Va WITHOUT_LIBPTHREAD
726 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm
727 Set to not build the
728 .Nm libpthread
729 providing library,
730 .Nm libthr .
731 When set, it also enforces the following options:
732 .Pp
733 .Bl -item -compact
734 .It
735 .Va WITHOUT_LIBTHR
736 .El
737 .It Va WITHOUT_LIBTHR
738 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru
739 Set to not build the
740 .Nm libthr
741 (1:1 threading)
742 library.
743 .It Va WITH_LLDB
744 .\" from FreeBSD: stable/10/tools/build/options/WITH_LLDB 255722 2013-09-20 01:52:02Z emaste
745 Set to build the LLDB debugger.
746 .It Va WITHOUT_LOCALES
747 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru
748 Set to not build localization files; see
749 .Xr locale 1 .
750 .It Va WITHOUT_LOCATE
751 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam
752 Set to not build
753 .Xr locate 1
754 and related programs.
755 .It Va WITHOUT_LPR
756 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru
757 Set to not build
758 .Xr lpr 1
759 and related programs.
760 .It Va WITHOUT_LS_COLORS
761 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_LS_COLORS 235660 2012-05-19 20:05:27Z marcel
762 Set to build
763 .Xr ls 1
764 without support for colors to distinguish file types.
765 .It Va WITHOUT_MAIL
766 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam
767 Set to not build any mail support (MUA or MTA).
768 When set, it also enforces the following options:
769 .Pp
770 .Bl -item -compact
771 .It
772 .Va WITHOUT_MAILWRAPPER
773 .It
774 .Va WITHOUT_SENDMAIL
775 .El
776 .It Va WITHOUT_MAILWRAPPER
777 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru
778 Set to not build the
779 .Xr mailwrapper 8
780 MTA selector.
781 .It Va WITHOUT_MAKE
782 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam
783 Set to not install
784 .Xr make 1
785 and related support files.
786 .It Va WITHOUT_MAN
787 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru
788 Set to not build manual pages.
789 When set, the following options are also in effect:
790 .Pp
791 .Bl -inset -compact
792 .It Va WITHOUT_MAN_UTILS
793 (unless
794 .Va WITH_MAN_UTILS
795 is set explicitly)
796 .El
797 .It Va WITHOUT_MAN_UTILS
798 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim
799 Set to not build utilities for manual pages,
800 .Xr apropos 1 ,
801 .Xr catman 1 ,
802 .Xr makewhatis 1 ,
803 .Xr man 1 ,
804 .Xr whatis 1 ,
805 .Xr manctl 8 ,
806 and related support files.
807 .It Va WITH_NAND
808 .\" from FreeBSD: stable/10/tools/build/options/WITH_NAND 235537 2012-05-17 10:11:18Z gber
809 Set to build the NAND Flash components.
810 .It Va WITHOUT_NCURSESW
811 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_NCURSESW 262644 2014-03-01 03:11:26Z brooks
812 Set to not build or depend on the
813 .Nm libncursesw
814 library.
815 .It Va WITHOUT_NDIS
816 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam
817 Set to not build programs and libraries
818 related to NDIS emulation support.
819 .It Va WITHOUT_NETCAT
820 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru
821 Set to not build
822 .Xr nc 1
823 utility.
824 .It Va WITHOUT_NETGRAPH
825 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam
826 Set to not build applications to support
827 .Xr netgraph 4 .
828 When set, it also enforces the following options:
829 .Pp
830 .Bl -item -compact
831 .It
832 .Va WITHOUT_ATM
833 .It
834 .Va WITHOUT_BLUETOOTH
835 .It
836 .Va WITHOUT_NETGRAPH_SUPPORT
837 .El
838 .It Va WITHOUT_NETGRAPH_SUPPORT
839 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam
840 Set to build libraries, programs, and kernel modules without netgraph support.
841 .It Va WITHOUT_NIS
842 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru
843 Set to not build
844 .Xr NIS 8
845 support and related programs.
846 If set, you might need to adopt your
847 .Xr nsswitch.conf 5
848 and remove
849 .Sq nis
850 entries.
851 .It Va WITHOUT_NLS
852 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru
853 Set to not build NLS catalogs.
854 .It Va WITHOUT_NLS_CATALOGS
855 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
856 Set to not build NLS catalog support for
857 .Xr csh 1 .
858 .It Va WITHOUT_NMTREE
859 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_NMTREE 257460 2013-10-31 18:06:32Z brooks
860 Set to install
861 .Xr fmtree 8
862 as
863 .Xr mtree 8 .
864 By default
865 .Xr nmtree 8
866 is installed as
867 .Xr mtree 8 .
868 .It Va WITHOUT_NS_CACHING
869 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru
870 Set to disable name caching in the
871 .Pa nsswitch
872 subsystem.
873 The generic caching daemon,
874 .Xr nscd 8 ,
875 will not be built either if this option is set.
876 .It Va WITHOUT_NTP
877 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam
878 Set to not build
879 .Xr ntpd 8
880 and related programs.
881 .It Va WITH_OFED
882 .\" from FreeBSD: stable/10/tools/build/options/WITH_OFED 228081 2011-11-28 17:54:34Z dim
883 Set to build the
884 .Dq "OpenFabrics Enterprise Distribution"
885 Infiniband software stack.
886 .It Va WITHOUT_OPENSSH
887 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru
888 Set to not build OpenSSH.
889 .It Va WITHOUT_OPENSSL
890 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru
891 Set to not build OpenSSL.
892 When set, it also enforces the following options:
893 .Pp
894 .Bl -item -compact
895 .It
896 .Va WITHOUT_KERBEROS
897 .It
898 .Va WITHOUT_KERBEROS_SUPPORT
899 .It
900 .Va WITHOUT_OPENSSH
901 .El
902 .Pp
903 When set, the following options are also in effect:
904 .Pp
905 .Bl -inset -compact
906 .It Va WITHOUT_GSSAPI
907 (unless
908 .Va WITH_GSSAPI
909 is set explicitly)
910 .El
911 .It Va WITHOUT_PAM
912 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru
913 Set to not build PAM library and modules.
914 .Bf -symbolic
915 This option is deprecated and does nothing.
916 .Ef
917 When set, it also enforces the following options:
918 .Pp
919 .Bl -item -compact
920 .It
921 .Va WITHOUT_PAM_SUPPORT
922 .El
923 .It Va WITHOUT_PAM_SUPPORT
924 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru
925 Set to build some programs without PAM support, particularly
926 .Xr ftpd 8
927 and
928 .Xr ppp 8 .
929 .It Va WITHOUT_PC_SYSINSTALL
930 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_PC_SYSINSTALL 245606 2013-01-18 15:57:09Z eadler
931 Set to not build
932 .Xr pc-sysinstall 8
933 and related programs.
934 .It Va WITHOUT_PF
935 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru
936 Set to not build PF firewall package.
937 When set, it also enforces the following options:
938 .Pp
939 .Bl -item -compact
940 .It
941 .Va WITHOUT_AUTHPF
942 .El
943 .It Va WITHOUT_PKGBOOTSTRAP
944 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_PKGBOOTSTRAP 259138 2013-12-09 20:47:50Z bdrewery
945 Set to not build
946 .Xr pkg 7
947 bootstrap tool.
948 .It Va WITH_PKGTOOLS
949 .\" from FreeBSD: stable/10/tools/build/options/WITH_PKGTOOLS 253305 2013-07-12 23:11:17Z bapt
950 Set to build
951 .Xr pkg_add 8
952 and related programs.
953 .It Va WITHOUT_PMC
954 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam
955 Set to not build
956 .Xr pmccontrol 8
957 and related programs.
958 .It Va WITHOUT_PORTSNAP
959 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam
960 Set to not build or install
961 .Xr portsnap 8
962 and related files.
963 .It Va WITHOUT_PPP
964 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam
965 Set to not build
966 .Xr ppp 8
967 and related programs.
968 .It Va WITHOUT_PROFILE
969 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_PROFILE 320717 2017-07-06 05:51:20Z ngie
970 Set to not build profiled libraries for use with
971 .Xr gprof 8 .
972 .It Va WITHOUT_QUOTAS
973 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam
974 Set to not build
975 .Xr quota 8
976 and related programs.
977 .It Va WITHOUT_RADIUS_SUPPORT
978 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_RADIUS_SUPPORT 278569 2015-02-11 08:52:29Z ngie
979 Set to not build radius support into various applications, like
980 .Xr pam_radius 8
981 and
982 .Xr ppp 8 .
983 .It Va WITHOUT_RBOOTD
984 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_RBOOTD 279505 2015-03-01 22:03:52Z ngie
985 Set to not build or install
986 .Xr rbootd 8 .
987 .It Va WITHOUT_RCMDS
988 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru
989 Disable building of the
990 .Bx
991 r-commands.
992 This includes
993 .Xr rlogin 1 ,
994 .Xr rsh 1 ,
995 etc.
996 .It Va WITHOUT_RCS
997 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_RCS 292280 2015-12-15 18:01:05Z ngie
998 Set to not build
999 .Xr rcs 1
1000 ,
1001 .Xr etcupdate 8
1002 , and related utilities.
1003 .It Va WITHOUT_RESCUE
1004 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru
1005 Set to not build
1006 .Xr rescue 8 .
1007 .It Va WITHOUT_ROUTED
1008 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam
1009 Set to not build
1010 .Xr routed 8
1011 utility.
1012 .It Va WITH_RPCBIND_WARMSTART_SUPPORT
1013 .\" from FreeBSD: stable/10/tools/build/options/WITH_RPCBIND_WARMSTART_SUPPORT 319243 2017-05-30 17:46:19Z ngie
1014 Set to build
1015 .Xr rpcbind 8
1016 with warmstart support.
1017 .It Va WITHOUT_SENDMAIL
1018 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru
1019 Set to not build
1020 .Xr sendmail 8
1021 and related programs.
1022 .It Va WITHOUT_SETUID_LOGIN
1023 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru
1024 Set this to disable the installation of
1025 .Xr login 1
1026 as a set-user-ID root program.
1027 .It Va WITHOUT_SHAREDOCS
1028 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru
1029 Set to not build the
1030 .Bx 4.4
1031 legacy docs.
1032 .It Va WITH_SHARED_TOOLCHAIN
1033 .\" from FreeBSD: stable/10/tools/build/options/WITH_SHARED_TOOLCHAIN 235342 2012-05-12 16:12:36Z gjb
1034 Set to build the toolchain binaries shared.
1035 The set includes
1036 .Xr cc 1 ,
1037 .Xr make 1
1038 and necessary utilities like assembler, linker and library archive manager.
1039 .It Va WITHOUT_SOURCELESS
1040 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh
1041 Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU).
1042 When set, it also enforces the following options:
1043 .Pp
1044 .Bl -item -compact
1045 .It
1046 .Va WITHOUT_SOURCELESS_HOST
1047 .It
1048 .Va WITHOUT_SOURCELESS_UCODE
1049 .El
1050 .It Va WITHOUT_SOURCELESS_HOST
1051 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_SOURCELESS_HOST 230972 2012-02-04 00:54:43Z rmh
1052 Set to not build kernel modules that include sourceless native code for host CPU.
1053 .It Va WITHOUT_SOURCELESS_UCODE
1054 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_SOURCELESS_UCODE 230972 2012-02-04 00:54:43Z rmh
1055 Set to not build kernel modules that include sourceless microcode.
1056 .It Va WITHOUT_SSP
1057 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru
1058 Set to not build world with propolice stack smashing protection.
1059 .It Va WITH_SVN
1060 .\" from FreeBSD: stable/10/tools/build/options/WITH_SVN 252561 2013-07-03 12:36:47Z zeising
1061 Set to install
1062 .Xr svnlite 1
1063 as
1064 .Xr svn 1 .
1065 .It Va WITHOUT_SVNLITE
1066 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_SVNLITE 252561 2013-07-03 12:36:47Z zeising
1067 Set to not build
1068 .Xr svnlite 1
1069 and related programs.
1070 .It Va WITHOUT_SYMVER
1071 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen
1072 Set to disable symbol versioning when building shared libraries.
1073 .It Va WITHOUT_SYSCONS
1074 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru
1075 Set to not build
1076 .Xr syscons 4
1077 support files such as keyboard maps, fonts, and screen output maps.
1078 .It Va WITHOUT_TALK
1079 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_TALK 278710 2015-02-13 21:19:54Z ngie
1080 Set to not build or install
1081 .Xr talk 1
1082 and
1083 .Xr talkd 8 .
1084 .It Va WITHOUT_TCP_WRAPPERS
1085 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_TCP_WRAPPERS 279505 2015-03-01 22:03:52Z ngie
1086 Set to not build or install
1087 .Xr tcpd 8 ,
1088 and related utilities.
1089 .It Va WITHOUT_TCSH
1090 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru
1091 Set to not build and install
1092 .Pa /bin/csh
1093 (which is
1094 .Xr tcsh 1 ) .
1095 .It Va WITHOUT_TELNET
1096 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam
1097 Set to not build
1098 .Xr telnet 8
1099 and related programs.
1100 .It Va WITH_TESTS
1101 .\" from FreeBSD: stable/10/tools/build/options/WITH_TESTS 264572 2014-04-16 23:12:35Z jmmv
1102 Set to install the
1103 .Fx
1104 Test Suite.
1105 See
1106 .Xr tests 7
1107 for more details.
1108 .It Va WITHOUT_TEXTPROC
1109 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam
1110 Set to not build
1111 programs used for text processing.
1112 When set, it also enforces the following options:
1113 .Pp
1114 .Bl -item -compact
1115 .It
1116 .Va WITHOUT_GROFF
1117 .El
1118 .It Va WITHOUT_TFTP
1119 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_TFTP 279505 2015-03-01 22:03:52Z ngie
1120 Set to not build or install
1121 .Xr tftp 1
1122 and
1123 .Xr tftpd 8 .
1124 .It Va WITHOUT_TIMED
1125 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_TIMED 279505 2015-03-01 22:03:52Z ngie
1126 Set to not build or install
1127 .Xr timed 8 .
1128 .It Va WITHOUT_TOOLCHAIN
1129 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_TOOLCHAIN 174550 2007-12-12 16:43:17Z ru
1130 Set to not install
1131 programs used for program development,
1132 compilers, debuggers etc.
1133 .Bf -symbolic
1134 The option does not work for build targets.
1135 .Ef
1136 When set, it also enforces the following options:
1137 .Pp
1138 .Bl -item -compact
1139 .It
1140 .Va WITHOUT_BINUTILS
1141 .It
1142 .Va WITHOUT_CLANG
1143 .It
1144 .Va WITHOUT_CLANG_EXTRAS
1145 .It
1146 .Va WITHOUT_CLANG_FULL
1147 .It
1148 .Va WITHOUT_GCC
1149 .It
1150 .Va WITHOUT_GDB
1151 .El
1152 .It Va WITHOUT_UNBOUND
1153 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_UNBOUND 255597 2013-09-15 14:51:23Z des
1154 Set to not build
1155 .Xr unbound 8
1156 and related programs.
1157 .It Va WITHOUT_USB
1158 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru
1159 Set to not build USB-related programs and libraries.
1160 .It Va WITH_USB_GADGET_EXAMPLES
1161 .\" from FreeBSD: stable/10/tools/build/options/WITH_USB_GADGET_EXAMPLES 254919 2013-08-26 17:15:56Z antoine
1162 Set to build USB gadget kernel modules.
1163 .It Va WITHOUT_UTMPX
1164 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_UTMPX 231530 2012-02-11 20:28:42Z ed
1165 Set to not build user accounting tools such as
1166 .Xr last 1 ,
1167 .Xr users 1 ,
1168 .Xr who 1 ,
1169 .Xr ac 8 ,
1170 .Xr lastlogin 8
1171 and
1172 .Xr utx 8 .
1173 .It Va WITHOUT_VT
1174 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_VT 268399 2014-07-08 14:04:36Z emaste
1175 Set to not build
1176 .Xr vt 4
1177 support files (fonts and keymaps).
1178 .It Va WITHOUT_WIRELESS
1179 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam
1180 Set to not build programs used for 802.11 wireless networks; especially
1181 .Xr wpa_supplicant 8
1182 and
1183 .Xr hostapd 8 .
1184 When set, it also enforces the following options:
1185 .Pp
1186 .Bl -item -compact
1187 .It
1188 .Va WITHOUT_WIRELESS_SUPPORT
1189 .El
1190 .It Va WITHOUT_WIRELESS_SUPPORT
1191 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam
1192 Set to build libraries, programs, and kernel modules without
1193 802.11 wireless support.
1194 .It Va WITHOUT_WPA_SUPPLICANT_EAPOL
1195 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru
1196 Build
1197 .Xr wpa_supplicant 8
1198 without support for the IEEE 802.1X protocol and without
1199 support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
1200 protocols (usable only via 802.1X).
1201 .It Va WITHOUT_ZFS
1202 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd
1203 Set to not build ZFS file system.
1204 .It Va WITHOUT_ZONEINFO
1205 .\" from FreeBSD: stable/10/tools/build/options/WITHOUT_ZONEINFO 235342 2012-05-12 16:12:36Z gjb
1206 Set to not build the timezone database.
1207 .El
1208 .Sh FILES
1209 .Bl -tag -compact -width Pa
1210 .It Pa /etc/src.conf
1211 .It Pa /usr/share/mk/bsd.own.mk
1212 .El
1213 .Sh SEE ALSO
1214 .Xr make 1 ,
1215 .Xr make.conf 5 ,
1216 .Xr build 7 ,
1217 .Xr ports 7
1218 .Sh HISTORY
1219 The
1220 .Nm
1221 file appeared in
1222 .Fx 7.0 .
1223 .Sh AUTHORS
1224 This manual page was autogenerated by
1225 .An tools/build/options/makeman .