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