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