Regenerate
[freebsd.git] / share / man / man5 / src.conf.5
1 .\" DO NOT EDIT-- this file is automatically generated.
2 .\" from FreeBSD: head/tools/build/options/makeman 292283 2015-12-15 18:42:30Z bdrewery
3 .\" $FreeBSD$
4 .Dd April 14, 2016
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 environment of
69 .Xr make 1
70 for the build can be controlled via the
71 .Va SRC_ENV_CONF
72 variable, which defaults to
73 .Pa /etc/src-env.conf .
74 Some examples that may only be set in this file are
75 .Va WITH_DIRDEPS_BUILD ,
76 and
77 .Va WITH_META_MODE
78 as they are environment-only variables.
79 Note that
80 .Va MAKEOBJDIRPREFIX
81 may be set here only when using
82 .Va WITH_DIRDEPS_BUILD .
83 .Pp
84 The values of variables are ignored regardless of their setting;
85 even if they would be set to
86 .Dq Li FALSE
87 or
88 .Dq Li NO .
89 Just the existence of an option will cause
90 it to be honoured by
91 .Xr make 1 .
92 .Pp
93 The following list provides a name and short description for variables
94 that can be used for source builds.
95 .Bl -tag -width indent
96 .It Va WITHOUT_ACCT
97 .\" from FreeBSD: head/tools/build/options/WITHOUT_ACCT 223201 2011-06-17 20:47:44Z ed
98 Set to not build process accounting tools such as
99 .Xr accton 8
100 and
101 .Xr sa 8 .
102 .It Va WITHOUT_ACPI
103 .\" from FreeBSD: head/tools/build/options/WITHOUT_ACPI 156932 2006-03-21 07:50:50Z ru
104 Set to not build
105 .Xr acpiconf 8 ,
106 .Xr acpidump 8
107 and related programs.
108 .It Va WITHOUT_AMD
109 .\" from FreeBSD: head/tools/build/options/WITHOUT_AMD 183242 2008-09-21 22:02:26Z sam
110 Set to not build
111 .Xr amd 8 ,
112 and related programs.
113 .It Va WITHOUT_APM
114 .\" from FreeBSD: head/tools/build/options/WITHOUT_APM 183242 2008-09-21 22:02:26Z sam
115 Set to not build
116 .Xr apm 8 ,
117 .Xr apmd 8
118 and related programs.
119 .It Va WITHOUT_ASSERT_DEBUG
120 .\" from FreeBSD: head/tools/build/options/WITHOUT_ASSERT_DEBUG 162215 2006-09-11 13:55:27Z ru
121 Set to compile programs and libraries without the
122 .Xr assert 3
123 checks.
124 .It Va WITHOUT_AT
125 .\" from FreeBSD: head/tools/build/options/WITHOUT_AT 183242 2008-09-21 22:02:26Z sam
126 Set to not build
127 .Xr at 1
128 and related utilities.
129 .It Va WITHOUT_ATM
130 .\" from FreeBSD: head/tools/build/options/WITHOUT_ATM 156932 2006-03-21 07:50:50Z ru
131 Set to not build
132 programs and libraries related to ATM networking.
133 .It Va WITHOUT_AUDIT
134 .\" from FreeBSD: head/tools/build/options/WITHOUT_AUDIT 156932 2006-03-21 07:50:50Z ru
135 Set to not build audit support into system programs.
136 .It Va WITHOUT_AUTHPF
137 .\" from FreeBSD: head/tools/build/options/WITHOUT_AUTHPF 156932 2006-03-21 07:50:50Z ru
138 Set to not build
139 .Xr authpf 8 .
140 .It Va WITHOUT_AUTOFS
141 .\" from FreeBSD: head/tools/build/options/WITHOUT_AUTOFS 296264 2016-03-01 11:36:10Z trasz
142 Set to not build
143 .Xr autofs 5
144 related programs, libraries, and kernel modules.
145 .It Va WITH_AUTO_OBJ
146 .\" from FreeBSD: head/tools/build/options/WITH_AUTO_OBJ 284708 2015-06-22 20:21:57Z sjg
147 Enable automatic creation of objdirs.
148 .Pp
149 This must be set in the environment, make command line, or
150 .Pa /etc/src-env.conf ,
151 not
152 .Pa /etc/src.conf .
153 .It Va WITHOUT_BHYVE
154 .\" from FreeBSD: head/tools/build/options/WITHOUT_BHYVE 277727 2015-01-26 06:44:48Z ngie
155 Set to not build or install
156 .Xr bhyve 8 ,
157 associated utilities, and examples.
158 .Pp
159 This option only affects amd64/amd64.
160 .It Va WITHOUT_BINUTILS
161 .\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS 286332 2015-08-05 18:30:00Z emaste
162 Set to not build or install binutils (as, ld, objcopy, and objdump ) as part
163 of the normal system build.
164 The resulting system cannot build programs from source.
165 .Pp
166 It is a default setting on
167 arm64/aarch64.
168 .It Va WITH_BINUTILS
169 .\" from FreeBSD: head/tools/build/options/WITH_BINUTILS 295491 2016-02-11 00:14:00Z emaste
170 Set to build and install binutils (as, ld, objcopy, and objdump) as part
171 of the normal system build.
172 .Pp
173 It is a default setting on
174 amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
175 .It Va WITHOUT_BINUTILS_BOOTSTRAP
176 .\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP 295490 2016-02-10 23:57:09Z emaste
177 Set to not build binutils (as, ld, objcopy and objdump)
178 as part of the bootstrap process.
179 .Bf -symbolic
180 The option does not work for build targets unless some alternative
181 toolchain is provided.
182 .Ef
183 .Pp
184 It is a default setting on
185 arm64/aarch64.
186 .It Va WITH_BINUTILS_BOOTSTRAP
187 .\" from FreeBSD: head/tools/build/options/WITH_BINUTILS_BOOTSTRAP 295491 2016-02-11 00:14:00Z emaste
188 Set build binutils (as, ld, objcopy and objdump)
189 as part of the bootstrap process.
190 .Pp
191 It is a default setting on
192 amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
193 .It Va WITHOUT_BLUETOOTH
194 .\" from FreeBSD: head/tools/build/options/WITHOUT_BLUETOOTH 156932 2006-03-21 07:50:50Z ru
195 Set to not build Bluetooth related kernel modules, programs and libraries.
196 .It Va WITHOUT_BOOT
197 .\" from FreeBSD: head/tools/build/options/WITHOUT_BOOT 156932 2006-03-21 07:50:50Z ru
198 Set to not build the boot blocks and loader.
199 .It Va WITHOUT_BOOTPARAMD
200 .\" from FreeBSD: head/tools/build/options/WITHOUT_BOOTPARAMD 278192 2015-02-04 10:19:32Z ngie
201 Set to not build or install
202 .Xr bootparamd 8 .
203 .It Va WITHOUT_BOOTPD
204 .\" from FreeBSD: head/tools/build/options/WITHOUT_BOOTPD 278192 2015-02-04 10:19:32Z ngie
205 Set to not build or install
206 .Xr bootpd 8 .
207 .It Va WITHOUT_BSDINSTALL
208 .\" from FreeBSD: head/tools/build/options/WITHOUT_BSDINSTALL 277677 2015-01-25 04:43:13Z ngie
209 Set to not build
210 .Xr bsdinstall 8 ,
211 .Xr sade 8 ,
212 and related programs.
213 .It Va WITHOUT_BSD_CPIO
214 .\" from FreeBSD: head/tools/build/options/WITHOUT_BSD_CPIO 179813 2008-06-16 05:48:15Z dougb
215 Set to not build the BSD licensed version of cpio based on
216 .Xr libarchive 3 .
217 .It Va WITH_BSD_GREP
218 .\" from FreeBSD: head/tools/build/options/WITH_BSD_GREP 222273 2011-05-25 01:04:12Z obrien
219 Install BSD-licensed grep as '[ef]grep' instead of GNU grep.
220 .It Va WITHOUT_BSNMP
221 .\" from FreeBSD: head/tools/build/options/WITHOUT_BSNMP 183306 2008-09-23 16:15:42Z sam
222 Set to not build or install
223 .Xr bsnmpd 1
224 and related libraries and data files.
225 .It Va WITHOUT_BZIP2
226 .\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2 174550 2007-12-12 16:43:17Z ru
227 Set to not build contributed bzip2 software as a part of the base system.
228 .Bf -symbolic
229 The option has no effect yet.
230 .Ef
231 When set, it also enforces the following options:
232 .Pp
233 .Bl -item -compact
234 .It
235 .Va WITHOUT_BZIP2_SUPPORT
236 .El
237 .It Va WITHOUT_BZIP2_SUPPORT
238 .\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2_SUPPORT 166255 2007-01-26 10:19:08Z delphij
239 Set to build some programs without optional bzip2 support.
240 .It Va WITHOUT_CALENDAR
241 .\" from FreeBSD: head/tools/build/options/WITHOUT_CALENDAR 156932 2006-03-21 07:50:50Z ru
242 Set to not build
243 .Xr calendar 1 .
244 .It Va WITHOUT_CAPSICUM
245 .\" from FreeBSD: head/tools/build/options/WITHOUT_CAPSICUM 229319 2012-01-02 21:57:58Z rwatson
246 Set to not build Capsicum support into system programs.
247 .It Va WITHOUT_CASPER
248 .\" from FreeBSD: head/tools/build/options/WITHOUT_CASPER 258838 2013-12-02 08:21:28Z pjd
249 Set to not build Casper program and related libraries.
250 .It Va WITH_CCACHE_BUILD
251 .\" from FreeBSD: head/tools/build/options/WITH_CCACHE_BUILD 297436 2016-03-30 23:53:12Z bdrewery
252 Set to use
253 .Xr ccache 1
254 for the build.
255 No configuration is required except to install the
256 .Sy devel/ccache
257 package.
258 Using with
259 .Xr distcc 1
260 should set
261 .Sy CCACHE_PREFIX=/usr/local/bin/distcc .
262 The default cache directory of
263 .Pa $HOME/.ccache
264 will be used, which can be overridden by setting
265 .Sy CCACHE_DIR .
266 The
267 .Sy CCACHE_COMPILERCHECK
268 option defaults to
269 .Sy content
270 when using the in-tree bootstrap compiler,
271 and
272 .Sy mtime
273 when using an external compiler.
274 The
275 .Sy CCACHE_CPP2
276 option is used for Clang but not GCC.
277 .Pp
278 Sharing a cache between multiple work directories requires using a layout
279 similar to
280 .Pa /some/prefix/src
281 .Pa /some/prefix/obj
282 and an environment such as:
283 .Bd -literal -offset indent
284 CCACHE_BASEDIR='${SRCTOP:H}' MAKEOBJDIRPREFIX='${SRCTOP:H}/obj'
285 .Ed
286 .Pp
287 See
288 .Xr ccache 1
289 for more configuration options.
290 .It Va WITHOUT_CCD
291 .\" from FreeBSD: head/tools/build/options/WITHOUT_CCD 277678 2015-01-25 04:52:48Z ngie
292 Set to not build
293 .Xr geom_ccd 4
294 and related utilities.
295 .It Va WITHOUT_CDDL
296 .\" from FreeBSD: head/tools/build/options/WITHOUT_CDDL 163861 2006-11-01 09:02:11Z jb
297 Set to not build code licensed under Sun's CDDL.
298 When set, it also enforces the following options:
299 .Pp
300 .Bl -item -compact
301 .It
302 .Va WITHOUT_CTF
303 .It
304 .Va WITHOUT_ZFS
305 .El
306 .It Va WITHOUT_CLANG
307 .\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG 264660 2014-04-18 17:03:58Z imp
308 Set to not build the Clang C/C++ compiler during the regular phase of the build.
309 .Pp
310 It is a default setting on
311 mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64.
312 When set, it also enforces the following options:
313 .Pp
314 .Bl -item -compact
315 .It
316 .Va WITHOUT_CLANG_EXTRAS
317 .It
318 .Va WITHOUT_CLANG_FULL
319 .El
320 .It Va WITH_CLANG
321 .\" from FreeBSD: head/tools/build/options/WITH_CLANG 264660 2014-04-18 17:03:58Z imp
322 Set to build the Clang C/C++ compiler during the normal phase of the build.
323 .Pp
324 It is a default setting on
325 amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
326 .It Va WITHOUT_CLANG_BOOTSTRAP
327 .\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_BOOTSTRAP 273177 2014-10-16 18:28:11Z skreuzer
328 Set to not build the Clang C/C++ compiler during the bootstrap phase of the build.
329 You must enable either gcc or clang bootstrap to be able to build the system,
330 unless an alternative compiler is provided via
331 XCC.
332 .Pp
333 It is a default setting on
334 mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
335 .It Va WITH_CLANG_BOOTSTRAP
336 .\" from FreeBSD: head/tools/build/options/WITH_CLANG_BOOTSTRAP 264660 2014-04-18 17:03:58Z imp
337 Set to build the Clang C/C++ compiler during the bootstrap phase of the build.
338 .Pp
339 It is a default setting on
340 amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386.
341 .It Va WITH_CLANG_EXTRAS
342 .\" from FreeBSD: head/tools/build/options/WITH_CLANG_EXTRAS 231057 2012-02-05 23:56:22Z dim
343 Set to build additional clang and llvm tools, such as bugpoint.
344 .It Va WITHOUT_CLANG_FULL
345 .\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_FULL 246259 2013-02-02 22:28:29Z dim
346 Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of
347 the Clang C/C++ compiler.
348 .Pp
349 It is a default setting on
350 mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64.
351 .It Va WITH_CLANG_FULL
352 .\" from FreeBSD: head/tools/build/options/WITH_CLANG_FULL 246259 2013-02-02 22:28:29Z dim
353 Set to build the ARCMigrate, Rewriter and StaticAnalyzer components of the
354 Clang C/C++ compiler.
355 .Pp
356 It is a default setting on
357 amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
358 .It Va WITHOUT_CLANG_IS_CC
359 .\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_IS_CC 242629 2012-11-05 21:53:23Z brooks
360 Set to install the GCC compiler as
361 .Pa /usr/bin/cc ,
362 .Pa /usr/bin/c++
363 and
364 .Pa /usr/bin/cpp .
365 .Pp
366 It is a default setting on
367 mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
368 .It Va WITH_CLANG_IS_CC
369 .\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 235342 2012-05-12 16:12:36Z gjb
370 Set to install the Clang C/C++ compiler as
371 .Pa /usr/bin/cc ,
372 .Pa /usr/bin/c++
373 and
374 .Pa /usr/bin/cpp .
375 .Pp
376 It is a default setting on
377 amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386.
378 .It Va WITHOUT_CPP
379 .\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
380 Set to not build
381 .Xr cpp 1 .
382 .It Va WITHOUT_CROSS_COMPILER
383 .\" from FreeBSD: head/tools/build/options/WITHOUT_CROSS_COMPILER 275138 2014-11-26 20:43:09Z gjb
384 Set to not build any cross compiler in the cross-tools stage of buildworld.
385 If you are compiling a different version of
386 .Fx
387 than what is installed on the system, you will need to provide an alternate
388 compiler with XCC to ensure success.
389 If you are compiling with an identical version of
390 .Fx
391 to the host, this option may be safely used.
392 This option may also be safe when the host version of
393 .Fx
394 is close to the sources being built, but all bets are off if there have
395 been any changes to the toolchain between the versions.
396 When set, it also enforces the following options:
397 .Pp
398 .Bl -item -compact
399 .It
400 .Va WITHOUT_BINUTILS_BOOTSTRAP
401 .It
402 .Va WITHOUT_CLANG_BOOTSTRAP
403 .It
404 .Va WITHOUT_ELFTOOLCHAIN_BOOTSTRAP
405 .It
406 .Va WITHOUT_GCC_BOOTSTRAP
407 .El
408 .It Va WITHOUT_CRYPT
409 .\" from FreeBSD: head/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru
410 Set to not build any crypto code.
411 When set, it also enforces the following options:
412 .Pp
413 .Bl -item -compact
414 .It
415 .Va WITHOUT_KERBEROS
416 .It
417 .Va WITHOUT_KERBEROS_SUPPORT
418 .It
419 .Va WITHOUT_OPENSSH
420 .It
421 .Va WITHOUT_OPENSSL
422 .El
423 .Pp
424 When set, the following options are also in effect:
425 .Pp
426 .Bl -inset -compact
427 .It Va WITHOUT_GSSAPI
428 (unless
429 .Va WITH_GSSAPI
430 is set explicitly)
431 .El
432 .It Va WITH_CTF
433 .\" from FreeBSD: head/tools/build/options/WITH_CTF 228159 2011-11-30 18:22:44Z fjoe
434 Set to compile with CTF (Compact C Type Format) data.
435 CTF data encapsulates a reduced form of debugging information
436 similar to DWARF and the venerable stabs and is required for DTrace.
437 .It Va WITHOUT_CTM
438 .\" from FreeBSD: head/tools/build/options/WITHOUT_CTM 183242 2008-09-21 22:02:26Z sam
439 Set to not build
440 .Xr ctm 1
441 and related utilities.
442 .It Va WITHOUT_CUSE
443 .\" from FreeBSD: head/tools/build/options/WITHOUT_CUSE 270171 2014-08-19 15:40:26Z hselasky
444 Set to not build CUSE-related programs and libraries.
445 .It Va WITHOUT_CXX
446 .\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 281053 2015-04-03 23:55:04Z bdrewery
447 Set to not build
448 .Xr c++ 1
449 and related libraries.
450 It will also prevent building of
451 .Xr gperf 1
452 and
453 .Xr devd 8 .
454 When set, it also enforces the following options:
455 .Pp
456 .Bl -item -compact
457 .It
458 .Va WITHOUT_CLANG
459 .It
460 .Va WITHOUT_CLANG_EXTRAS
461 .It
462 .Va WITHOUT_CLANG_FULL
463 .It
464 .Va WITHOUT_GNUCXX
465 .It
466 .Va WITHOUT_GROFF
467 .El
468 .It Va WITHOUT_DEBUG_FILES
469 .\" from FreeBSD: head/tools/build/options/WITHOUT_DEBUG_FILES 290059 2015-10-27 20:49:56Z emaste
470 Set to avoid building or installing standalone debug files for each
471 executable binary and shared library.
472 .It Va WITHOUT_DICT
473 .\" from FreeBSD: head/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru
474 Set to not build the Webster dictionary files.
475 .It Va WITH_DIRDEPS_BUILD
476 .\" from FreeBSD: head/tools/build/options/WITH_DIRDEPS_BUILD 298007 2016-04-14 22:00:49Z bdrewery
477 This is an experimental build system.
478 For details see
479 http://www.crufty.net/sjg/docs/freebsd-meta-mode.htm.
480 Build commands can be seen from the top-level with:
481 .Dl make show-valid-targets
482 The build is driven by dirdeps.mk using
483 .Va DIRDEPS
484 stored in
485 Makefile.depend files found in each directory.
486 .Pp
487 The build can be started from anywhere, and behaves the same.
488 The initial instance of
489 .Xr make 1 
490 recursively reads
491 .Va DIRDEPS
492 from Makefile.depend
493 computing a graph of tree dependencies from the current origin.
494 Setting
495 .Va NO_DIRDEPS
496 will skip checking dirdep dependencies and will only build in the current
497 and child directories.
498 .Va NO_DIRDEPS_BELOW
499 will skip building any dirdeps and only build the current directory.
500 .Pp
501 This also utilizes the
502 .Va WITH_META_MODE
503 logic for incremental builds.
504 .Pp
505 The build will hide commands ran unless
506 .Va NO_SILENT
507 is defined.
508 .Pp
509 Note that there is currently no mass install feature for this.
510 .Pp
511 When set, it also enforces the following options:
512 .Pp
513 .Bl -item -compact
514 .It
515 .Va WITH_INSTALL_AS_USER
516 .El
517 .Pp
518 When set, the following options are also in effect:
519 .Pp
520 .Bl -inset -compact
521 .It Va WITH_AUTO_OBJ
522 (unless
523 .Va WITHOUT_AUTO_OBJ
524 is set explicitly)
525 .It Va WITH_META_MODE
526 (unless
527 .Va WITHOUT_META_MODE
528 is set explicitly)
529 .It Va WITH_STAGING
530 (unless
531 .Va WITHOUT_STAGING
532 is set explicitly)
533 .It Va WITH_STAGING_MAN
534 (unless
535 .Va WITHOUT_STAGING_MAN
536 is set explicitly)
537 .It Va WITH_STAGING_PROG
538 (unless
539 .Va WITHOUT_STAGING_PROG
540 is set explicitly)
541 .It Va WITH_SYSROOT
542 (unless
543 .Va WITHOUT_SYSROOT
544 is set explicitly)
545 .El
546 .Pp
547 This must be set in the environment, make command line, or
548 .Pa /etc/src-env.conf ,
549 not
550 .Pa /etc/src.conf .
551 .It Va WITH_DIRDEPS_CACHE
552 .\" from FreeBSD: head/tools/build/options/WITH_DIRDEPS_CACHE 290816 2015-11-14 03:24:48Z sjg
553 Cache result of dirdeps.mk which can save significant time
554 for subsequent builds.
555 Depends on
556 .Va WITH_DIRDEPS_BUILD .
557 .Pp
558 This must be set in the environment, make command line, or
559 .Pa /etc/src-env.conf ,
560 not
561 .Pa /etc/src.conf .
562 .It Va WITHOUT_DMAGENT
563 .\" from FreeBSD: head/tools/build/options/WITHOUT_DMAGENT 262335 2014-02-22 13:05:23Z bapt
564 Set to not build dma Mail Transport Agent
565 .It Va WITHOUT_DOCCOMPRESS
566 .\" from FreeBSD: head/tools/build/options/WITHOUT_DOCCOMPRESS 266752 2014-05-27 15:52:27Z gjb
567 Set to not to install compressed system documentation.
568 Only the uncompressed version will be installed.
569 .It Va WITH_DTRACE_TESTS
570 .\" from FreeBSD: head/tools/build/options/WITH_DTRACE_TESTS 286174 2015-08-02 00:37:33Z markj
571 Set to build and install the DTrace test suite in
572 .Pa /usr/tests/cddl/usr.sbin/dtrace .
573 This test suite is considered experimental on architectures other than
574 amd64/amd64 and running it may cause system instability.
575 .It Va WITHOUT_DYNAMICROOT
576 .\" from FreeBSD: head/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru
577 Set this if you do not want to link
578 .Pa /bin
579 and
580 .Pa /sbin
581 dynamically.
582 .It Va WITHOUT_ED_CRYPTO
583 .\" from FreeBSD: head/tools/build/options/WITHOUT_ED_CRYPTO 235660 2012-05-19 20:05:27Z marcel
584 Set to build
585 .Xr ed 1
586 without support for encryption/decryption.
587 .It Va WITHOUT_EE
588 .\" from FreeBSD: head/tools/build/options/WITHOUT_EE 277663 2015-01-25 00:03:44Z ngie
589 Set to not build and install
590 .Xr edit 1 ,
591 .Xr ee 1 ,
592 and related programs.
593 .It Va WITH_EISA
594 .\" from FreeBSD: head/tools/build/options/WITH_EISA 264654 2014-04-18 16:53:06Z imp
595 Set to build EISA kernel modules.
596 .It Va WITHOUT_ELFCOPY_AS_OBJCOPY
597 .\" from FreeBSD: head/tools/build/options/WITHOUT_ELFCOPY_AS_OBJCOPY 296193 2016-02-29 16:39:38Z emaste
598 Set to build and install
599 .Xr objcopy 1
600 from GNU Binutils, instead of the one from ELF Tool Chain.
601 This option is provided as a transition aid and will be removed in due time.
602 .It Va WITHOUT_ELFTOOLCHAIN_BOOTSTRAP
603 .\" from FreeBSD: head/tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP 295491 2016-02-11 00:14:00Z emaste
604 Set to not build ELF Tool Chain tools
605 (addr2line, nm, size, strings and strip)
606 as part of the bootstrap process.
607 .Bf -symbolic
608 An alternate bootstrap tool chain must be provided.
609 .Ef
610 .It Va WITHOUT_EXAMPLES
611 .\" from FreeBSD: head/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru
612 Set to avoid installing examples to
613 .Pa /usr/share/examples/ .
614 .It Va WITHOUT_FDT
615 .\" from FreeBSD: head/tools/build/options/WITHOUT_FDT 221539 2011-05-06 19:10:27Z ru
616 Set to not build Flattened Device Tree support as part of the base system.
617 This includes the device tree compiler (dtc) and libfdt support library.
618 .It Va WITHOUT_FILE
619 .\" from FreeBSD: head/tools/build/options/WITHOUT_FILE 278193 2015-02-04 10:24:40Z ngie
620 Set to not build
621 .Xr file 1
622 and related programs.
623 .It Va WITHOUT_FINGER
624 .\" from FreeBSD: head/tools/build/options/WITHOUT_FINGER 278192 2015-02-04 10:19:32Z ngie
625 Set to not build or install
626 .Xr finger 1
627 and
628 .Xr fingerd 8 .
629 .It Va WITHOUT_FLOPPY
630 .\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru
631 Set to not build or install programs
632 for operating floppy disk driver.
633 .It Va WITHOUT_FMTREE
634 .\" from FreeBSD: head/tools/build/options/WITHOUT_FMTREE 261299 2014-01-30 21:37:43Z brooks
635 Set to not build and install
636 .Pa /usr/sbin/fmtree .
637 .It Va WITHOUT_FORMAT_EXTENSIONS
638 .\" from FreeBSD: head/tools/build/options/WITHOUT_FORMAT_EXTENSIONS 250658 2013-05-15 13:04:10Z brooks
639 Set to not enable
640 .Fl fformat-extensions
641 when compiling the kernel.
642 Also disables all format checking.
643 .It Va WITHOUT_FORTH
644 .\" from FreeBSD: head/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru
645 Set to build bootloaders without Forth support.
646 .It Va WITHOUT_FP_LIBC
647 .\" from FreeBSD: head/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru
648 Set to build
649 .Nm libc
650 without floating-point support.
651 .It Va WITHOUT_FREEBSD_UPDATE
652 .\" from FreeBSD: head/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam
653 Set to not build
654 .Xr freebsd-update 8 .
655 .It Va WITHOUT_FTP
656 .\" from FreeBSD: head/tools/build/options/WITHOUT_FTP 278192 2015-02-04 10:19:32Z ngie
657 Set to not build or install
658 .Xr ftp 1
659 and
660 .Xr ftpd 8 .
661 .It Va WITHOUT_GAMES
662 .\" from FreeBSD: head/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru
663 Set to not build games.
664 .It Va WITHOUT_GCC
665 .\" from FreeBSD: head/tools/build/options/WITHOUT_GCC 264660 2014-04-18 17:03:58Z imp
666 Set to not build and install gcc and g++ as part of the normal build process.
667 .Pp
668 It is a default setting on
669 amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386.
670 .It Va WITH_GCC
671 .\" from FreeBSD: head/tools/build/options/WITH_GCC 255326 2013-09-06 20:49:48Z zeising
672 Set to build and install gcc and g++.
673 .Pp
674 It is a default setting on
675 mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
676 .It Va WITHOUT_GCC_BOOTSTRAP
677 .\" from FreeBSD: head/tools/build/options/WITHOUT_GCC_BOOTSTRAP 273177 2014-10-16 18:28:11Z skreuzer
678 Set to not build gcc and g++ as part of the bootstrap process.
679 You must enable either gcc or clang bootstrap to be able to build the system,
680 unless an alternative compiler is provided via
681 XCC.
682 .Pp
683 It is a default setting on
684 amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386.
685 .It Va WITH_GCC_BOOTSTRAP
686 .\" from FreeBSD: head/tools/build/options/WITH_GCC_BOOTSTRAP 264660 2014-04-18 17:03:58Z imp
687 Set to build gcc and g++ as part of the bootstrap process.
688 .Pp
689 It is a default setting on
690 mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
691 .It Va WITHOUT_GCOV
692 .\" from FreeBSD: head/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru
693 Set to not build the
694 .Xr gcov 1
695 tool.
696 .It Va WITHOUT_GDB
697 .\" from FreeBSD: head/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru
698 Set to not build
699 .Xr gdb 1 .
700 .Pp
701 It is a default setting on
702 arm64/aarch64.
703 .It Va WITH_GDB
704 .\" from FreeBSD: head/tools/build/options/WITH_GDB 295493 2016-02-11 00:30:51Z emaste
705 Set to build
706 .Xr gdb 1 .
707 .Pp
708 It is a default setting on
709 amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
710 .It Va WITHOUT_GNU
711 .\" from FreeBSD: head/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru
712 Set to not build contributed GNU software as a part of the base system.
713 This option can be useful if the system built must not contain any code
714 covered by the GNU Public License due to legal reasons.
715 .Bf -symbolic
716 The option has no effect yet.
717 .Ef
718 When set, it also enforces the following options:
719 .Pp
720 .Bl -item -compact
721 .It
722 .Va WITHOUT_GNU_SUPPORT
723 .El
724 .It Va WITHOUT_GNUCXX
725 .\" from FreeBSD: head/tools/build/options/WITHOUT_GNUCXX 255321 2013-09-06 20:08:03Z theraven
726 Do not build the GNU C++ stack (g++, libstdc++).
727 This is the default on platforms where clang is the system compiler.
728 .Pp
729 It is a default setting on
730 amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, arm64/aarch64, i386/i386 and pc98/i386.
731 .It Va WITH_GNUCXX
732 .\" from FreeBSD: head/tools/build/options/WITH_GNUCXX 255321 2013-09-06 20:08:03Z theraven
733 Build the GNU C++ stack (g++, libstdc++).
734 This is the default on platforms where gcc is the system compiler.
735 .Pp
736 It is a default setting on
737 mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
738 .It Va WITHOUT_GNU_GREP_COMPAT
739 .\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_GREP_COMPAT 273421 2014-10-21 20:44:33Z emaste
740 Set this option to omit the gnu extensions to grep from being included in
741 BSD grep.
742 .It Va WITHOUT_GNU_SUPPORT
743 .\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
744 Set to build some programs without optional GNU support.
745 .It Va WITHOUT_GPIO
746 .\" from FreeBSD: head/tools/build/options/WITHOUT_GPIO 228081 2011-11-28 17:54:34Z dim
747 Set to not build
748 .Xr gpioctl 8
749 as part of the base system.
750 .It Va WITHOUT_GPL_DTC
751 .\" from FreeBSD: head/tools/build/options/WITHOUT_GPL_DTC 264515 2014-04-15 20:41:55Z imp
752 Set to build the BSD licensed version of the device tree compiler, instead of the
753 GPL'd one from elinux.org.
754 .It Va WITHOUT_GROFF
755 .\" from FreeBSD: head/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs
756 Set to not build
757 .Xr groff 1
758 and
759 .Xr vgrind 1 .
760 You should consider installing the textproc/groff port to not break
761 .Xr man 1 .
762 .It Va WITHOUT_GSSAPI
763 .\" from FreeBSD: head/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru
764 Set to not build libgssapi.
765 .It Va WITHOUT_HAST
766 .\" from FreeBSD: head/tools/build/options/WITHOUT_HAST 277725 2015-01-26 06:27:07Z ngie
767 Set to not build
768 .Xr hastd 8
769 and related utilities.
770 .It Va WITH_HESIOD
771 .\" from FreeBSD: head/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru
772 Set to build Hesiod support.
773 .It Va WITHOUT_HTML
774 .\" from FreeBSD: head/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru
775 Set to not build HTML docs.
776 .It Va WITHOUT_HYPERV
777 .\" from FreeBSD: head/tools/build/options/WITHOUT_HYPERV 271493 2014-09-13 02:15:31Z delphij
778 Set to not build or install HyperV utilities.
779 .It Va WITHOUT_ICONV
780 .\" from FreeBSD: head/tools/build/options/WITHOUT_ICONV 254919 2013-08-26 17:15:56Z antoine
781 Set to not build iconv as part of libc.
782 .It Va WITHOUT_INCLUDES
783 .\" from FreeBSD: head/tools/build/options/WITHOUT_INCLUDES 275138 2014-11-26 20:43:09Z gjb
784 Set to not install header files.
785 This option used to be spelled
786 .Va NO_INCS .
787 .Bf -symbolic
788 The option does not work for build targets.
789 .Ef
790 .It Va WITHOUT_INET
791 .\" from FreeBSD: head/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz
792 Set to not build programs and libraries related to IPv4 networking.
793 When set, it also enforces the following options:
794 .Pp
795 .Bl -item -compact
796 .It
797 .Va WITHOUT_INET_SUPPORT
798 .El
799 .It Va WITHOUT_INET6
800 .\" from FreeBSD: head/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru
801 Set to not build
802 programs and libraries related to IPv6 networking.
803 When set, it also enforces the following options:
804 .Pp
805 .Bl -item -compact
806 .It
807 .Va WITHOUT_INET6_SUPPORT
808 .El
809 .It Va WITHOUT_INET6_SUPPORT
810 .\" from FreeBSD: head/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru
811 Set to build libraries, programs, and kernel modules without IPv6 support.
812 .It Va WITHOUT_INETD
813 .\" from FreeBSD: head/tools/build/options/WITHOUT_INETD 278192 2015-02-04 10:19:32Z ngie
814 Set to not build
815 .Xr inetd 8 .
816 .It Va WITHOUT_INET_SUPPORT
817 .\" from FreeBSD: head/tools/build/options/WITHOUT_INET_SUPPORT 221266 2011-04-30 17:58:28Z bz
818 Set to build libraries, programs, and kernel modules without IPv4 support.
819 .It Va WITHOUT_INSTALLLIB
820 .\" from FreeBSD: head/tools/build/options/WITHOUT_INSTALLLIB 297941 2016-04-13 21:01:58Z bdrewery
821 Set this if you do not want to install optional libraries.
822 For example when creating a
823 .Xr nanobsd 8
824 image.
825 .Bf -symbolic
826 The option does not work for build targets.
827 .Ef
828 .It Va WITH_INSTALL_AS_USER
829 .\" from FreeBSD: head/tools/build/options/WITH_INSTALL_AS_USER 238021 2012-07-02 20:24:01Z marcel
830 Set to make install targets succeed for non-root users by installing
831 files with owner and group attributes set to that of the user running
832 the
833 .Xr make 1
834 command.
835 The user still has to set the
836 .Va DESTDIR
837 variable to point to a directory where the user has write permissions.
838 .It Va WITHOUT_IPFILTER
839 .\" from FreeBSD: head/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru
840 Set to not build IP Filter package.
841 .It Va WITHOUT_IPFW
842 .\" from FreeBSD: head/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam
843 Set to not build IPFW tools.
844 .It Va WITHOUT_ISCSI
845 .\" from FreeBSD: head/tools/build/options/WITHOUT_ISCSI 277675 2015-01-25 04:20:11Z ngie
846 Set to not build
847 .Xr iscid 8
848 and related utilities.
849 .It Va WITHOUT_JAIL
850 .\" from FreeBSD: head/tools/build/options/WITHOUT_JAIL 249966 2013-04-27 04:09:09Z eadler
851 Set to not build tools for the support of jails; e.g.,
852 .Xr jail 8 .
853 .It Va WITHOUT_KDUMP
854 .\" from FreeBSD: head/tools/build/options/WITHOUT_KDUMP 240690 2012-09-19 11:38:37Z zeising
855 Set to not build
856 .Xr kdump 1
857 and
858 .Xr truss 1 .
859 .It Va WITHOUT_KERBEROS
860 .\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru
861 Set this if you do not want to build Kerberos 5 (KTH Heimdal).
862 When set, it also enforces the following options:
863 .Pp
864 .Bl -item -compact
865 .It
866 .Va WITHOUT_KERBEROS_SUPPORT
867 .El
868 .Pp
869 When set, the following options are also in effect:
870 .Pp
871 .Bl -inset -compact
872 .It Va WITHOUT_GSSAPI
873 (unless
874 .Va WITH_GSSAPI
875 is set explicitly)
876 .El
877 .It Va WITHOUT_KERBEROS_SUPPORT
878 .\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS_SUPPORT 251794 2013-06-15 20:29:07Z eadler
879 Set to build some programs without Kerberos support, like
880 .Xr ssh 1 ,
881 .Xr telnet 1 ,
882 .Xr sshd 8 ,
883 and
884 .Xr telnetd 8 .
885 .It Va WITHOUT_KERNEL_SYMBOLS
886 .\" from FreeBSD: head/tools/build/options/WITHOUT_KERNEL_SYMBOLS 222189 2011-05-22 18:23:17Z imp
887 Set to not install kernel symbol files.
888 .Bf -symbolic
889 This option is recommended for those people who have small root partitions.
890 .Ef
891 .It Va WITHOUT_KVM
892 .\" from FreeBSD: head/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru
893 Set to not build the
894 .Nm libkvm
895 library as a part of the base system.
896 .Bf -symbolic
897 The option has no effect yet.
898 .Ef
899 When set, it also enforces the following options:
900 .Pp
901 .Bl -item -compact
902 .It
903 .Va WITHOUT_KVM_SUPPORT
904 .El
905 .It Va WITHOUT_KVM_SUPPORT
906 .\" from FreeBSD: head/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin
907 Set to build some programs without optional
908 .Nm libkvm
909 support.
910 .It Va WITHOUT_LDNS
911 .\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS 255591 2013-09-15 13:11:13Z des
912 Setting this variable will prevent the LDNS library from being built.
913 When set, it also enforces the following options:
914 .Pp
915 .Bl -item -compact
916 .It
917 .Va WITHOUT_LDNS_UTILS
918 .It
919 .Va WITHOUT_UNBOUND
920 .El
921 .It Va WITHOUT_LDNS_UTILS
922 .\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS_UTILS 255850 2013-09-24 14:33:31Z des
923 Setting this variable will prevent building the LDNS utilities
924 .Xr drill 1
925 and
926 .Xr host 1 .
927 .It Va WITHOUT_LEGACY_CONSOLE
928 .\" from FreeBSD: head/tools/build/options/WITHOUT_LEGACY_CONSOLE 296264 2016-03-01 11:36:10Z trasz
929 Set to not build programs that support a legacy PC console; e.g.,
930 .Xr kbdcontrol 1
931 and
932 .Xr vidcontrol 1 .
933 .It Va WITHOUT_LIB32
934 .\" from FreeBSD: head/tools/build/options/WITHOUT_LIB32 274664 2014-11-18 17:06:48Z imp
935 On 64-bit platforms, set to not build 32-bit library set and a
936 .Nm ld-elf32.so.1
937 runtime linker.
938 .It Va WITHOUT_LIBCPLUSPLUS
939 .\" from FreeBSD: head/tools/build/options/WITHOUT_LIBCPLUSPLUS 246262 2013-02-02 22:42:46Z dim
940 Set to avoid building libcxxrt and libc++.
941 .It Va WITHOUT_LIBPTHREAD
942 .\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm
943 Set to not build the
944 .Nm libpthread
945 providing library,
946 .Nm libthr .
947 When set, it also enforces the following options:
948 .Pp
949 .Bl -item -compact
950 .It
951 .Va WITHOUT_LIBTHR
952 .El
953 .It Va WITHOUT_LIBTHR
954 .\" from FreeBSD: head/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru
955 Set to not build the
956 .Nm libthr
957 (1:1 threading)
958 library.
959 .It Va WITHOUT_LLDB
960 .\" from FreeBSD: head/tools/build/options/WITHOUT_LLDB 289275 2015-10-14 00:23:31Z emaste
961 Set to not build the LLDB debugger.
962 .Pp
963 It is a default setting on
964 arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
965 .It Va WITH_LLDB
966 .\" from FreeBSD: head/tools/build/options/WITH_LLDB 255722 2013-09-20 01:52:02Z emaste
967 Set to build the LLDB debugger.
968 .Pp
969 It is a default setting on
970 amd64/amd64 and arm64/aarch64.
971 .It Va WITHOUT_LLVM_LIBUNWIND
972 .\" from FreeBSD: head/tools/build/options/WITHOUT_LLVM_LIBUNWIND 293450 2016-01-09 00:42:07Z emaste
973 Set to use GCC's stack unwinder (instead of LLVM's libunwind).
974 .Pp
975 It is a default setting on
976 amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
977 .It Va WITH_LLVM_LIBUNWIND
978 .\" from FreeBSD: head/tools/build/options/WITH_LLVM_LIBUNWIND 293450 2016-01-09 00:42:07Z emaste
979 Set to use LLVM's libunwind stack unwinder (instead of GCC's unwinder).
980 .Pp
981 It is a default setting on
982 arm64/aarch64.
983 .It Va WITHOUT_LOCALES
984 .\" from FreeBSD: head/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru
985 Set to not build localization files; see
986 .Xr locale 1 .
987 .It Va WITHOUT_LOCATE
988 .\" from FreeBSD: head/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam
989 Set to not build
990 .Xr locate 1
991 and related programs.
992 .It Va WITHOUT_LPR
993 .\" from FreeBSD: head/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru
994 Set to not build
995 .Xr lpr 1
996 and related programs.
997 .It Va WITHOUT_LS_COLORS
998 .\" from FreeBSD: head/tools/build/options/WITHOUT_LS_COLORS 235660 2012-05-19 20:05:27Z marcel
999 Set to build
1000 .Xr ls 1
1001 without support for colors to distinguish file types.
1002 .It Va WITHOUT_LZMA_SUPPORT
1003 .\" from FreeBSD: head/tools/build/options/WITHOUT_LZMA_SUPPORT 245171 2013-01-08 18:37:12Z obrien
1004 Set to build some programs without optional lzma compression support.
1005 .It Va WITHOUT_MAIL
1006 .\" from FreeBSD: head/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam
1007 Set to not build any mail support (MUA or MTA).
1008 When set, it also enforces the following options:
1009 .Pp
1010 .Bl -item -compact
1011 .It
1012 .Va WITHOUT_DMAGENT
1013 .It
1014 .Va WITHOUT_MAILWRAPPER
1015 .It
1016 .Va WITHOUT_SENDMAIL
1017 .El
1018 .It Va WITHOUT_MAILWRAPPER
1019 .\" from FreeBSD: head/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru
1020 Set to not build the
1021 .Xr mailwrapper 8
1022 MTA selector.
1023 .It Va WITHOUT_MAKE
1024 .\" from FreeBSD: head/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam
1025 Set to not install
1026 .Xr make 1
1027 and related support files.
1028 .It Va WITHOUT_MAN
1029 .\" from FreeBSD: head/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru
1030 Set to not build manual pages.
1031 When set, the following options are also in effect:
1032 .Pp
1033 .Bl -inset -compact
1034 .It Va WITHOUT_MAN_UTILS
1035 (unless
1036 .Va WITH_MAN_UTILS
1037 is set explicitly)
1038 .El
1039 .It Va WITHOUT_MANCOMPRESS
1040 .\" from FreeBSD: head/tools/build/options/WITHOUT_MANCOMPRESS 266752 2014-05-27 15:52:27Z gjb
1041 Set to not to install compressed man pages.
1042 Only the uncompressed versions will be installed.
1043 .It Va WITHOUT_MANDOCDB
1044 .\" from FreeBSD: head/tools/build/options/WITHOUT_MANDOCDB 283777 2015-05-30 17:41:37Z bapt
1045 Use the
1046 .Xr mandoc 1
1047 version of
1048 .Xr makewhatis 8
1049 database and utilities.
1050 .It Va WITHOUT_MAN_UTILS
1051 .\" from FreeBSD: head/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim
1052 Set to not build utilities for manual pages,
1053 .Xr apropos 1 ,
1054 .Xr catman 1 ,
1055 .Xr makewhatis 1 ,
1056 .Xr man 1 ,
1057 .Xr whatis 1 ,
1058 .Xr manctl 8 ,
1059 and related support files.
1060 .It Va WITH_META_MODE
1061 .\" from FreeBSD: head/tools/build/options/WITH_META_MODE 298007 2016-04-14 22:00:49Z bdrewery
1062 Creates
1063 .Xr make 1
1064 meta files when building, which can provide a reliable incremental build when
1065 using
1066 .Xr filemon 4 .
1067 The meta file is created in the OBJDIR as
1068 .Pa target.meta .
1069 These meta files track the command ran, its output, and the current directory.
1070 When the
1071 .Xr filemon 4
1072 module is loaded, any files used by the commands executed will be tracked as
1073 dependencies for the target in its meta file.
1074 The target will be considered out-of-date and rebuilt if any of the following
1075 are true compared to the last build:
1076 .Bl -bullet -compact
1077 .It
1078 The command to execute changes.
1079 .It
1080 The current working directory changes.
1081 .It
1082 The target's meta file is missing.
1083 .It
1084 [requires
1085 .Xr filemon 4 ]
1086 Files read, executed or linked to are newer than the target.
1087 .It
1088 [requires
1089 .Xr filemon 4 ]
1090 Files read, written, executed or linked are missing.
1091 .El
1092 The meta files can also be useful for debugging.
1093 .Pp
1094 The build will hide commands ran unless
1095 .Va NO_SILENT
1096 is defined.
1097 .Pp
1098 The build operates as it normally would otherwise.
1099 This option originally invoked a different build system but that was renamed
1100 to
1101 .Va WITH_DIRDEPS_BUILD .
1102 .Pp
1103 This must be set in the environment, make command line, or
1104 .Pa /etc/src-env.conf ,
1105 not
1106 .Pa /etc/src.conf .
1107 .It Va WITH_NAND
1108 .\" from FreeBSD: head/tools/build/options/WITH_NAND 235537 2012-05-17 10:11:18Z gber
1109 Set to build the NAND Flash components.
1110 .It Va WITHOUT_NDIS
1111 .\" from FreeBSD: head/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam
1112 Set to not build programs and libraries
1113 related to NDIS emulation support.
1114 .It Va WITHOUT_NETCAT
1115 .\" from FreeBSD: head/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru
1116 Set to not build
1117 .Xr nc 1
1118 utility.
1119 .It Va WITHOUT_NETGRAPH
1120 .\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam
1121 Set to not build applications to support
1122 .Xr netgraph 4 .
1123 When set, it also enforces the following options:
1124 .Pp
1125 .Bl -item -compact
1126 .It
1127 .Va WITHOUT_ATM
1128 .It
1129 .Va WITHOUT_BLUETOOTH
1130 .It
1131 .Va WITHOUT_NETGRAPH_SUPPORT
1132 .El
1133 .It Va WITHOUT_NETGRAPH_SUPPORT
1134 .\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam
1135 Set to build libraries, programs, and kernel modules without netgraph support.
1136 .It Va WITHOUT_NIS
1137 .\" from FreeBSD: head/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru
1138 Set to not build
1139 .Xr NIS 8
1140 support and related programs.
1141 If set, you might need to adopt your
1142 .Xr nsswitch.conf 5
1143 and remove
1144 .Sq nis
1145 entries.
1146 .It Va WITHOUT_NLS
1147 .\" from FreeBSD: head/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru
1148 Set to not build NLS catalogs.
1149 .It Va WITHOUT_NLS_CATALOGS
1150 .\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
1151 Set to not build NLS catalog support for
1152 .Xr csh 1 .
1153 .It Va WITHOUT_NS_CACHING
1154 .\" from FreeBSD: head/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru
1155 Set to disable name caching in the
1156 .Pa nsswitch
1157 subsystem.
1158 The generic caching daemon,
1159 .Xr nscd 8 ,
1160 will not be built either if this option is set.
1161 .It Va WITHOUT_NTP
1162 .\" from FreeBSD: head/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam
1163 Set to not build
1164 .Xr ntpd 8
1165 and related programs.
1166 .It Va WITH_OFED
1167 .\" from FreeBSD: head/tools/build/options/WITH_OFED 228081 2011-11-28 17:54:34Z dim
1168 Set to build the
1169 .Dq "OpenFabrics Enterprise Distribution"
1170 Infiniband software stack.
1171 .It Va WITH_OPENLDAP
1172 .\" from FreeBSD: head/tools/build/options/WITH_OPENLDAP 264902 2014-04-24 23:17:31Z imp
1173 Enable building openldap support for kerberos.
1174 .It Va WITHOUT_OPENSSH
1175 .\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru
1176 Set to not build OpenSSH.
1177 .It Va WITHOUT_OPENSSL
1178 .\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru
1179 Set to not build OpenSSL.
1180 When set, it also enforces the following options:
1181 .Pp
1182 .Bl -item -compact
1183 .It
1184 .Va WITHOUT_KERBEROS
1185 .It
1186 .Va WITHOUT_KERBEROS_SUPPORT
1187 .It
1188 .Va WITHOUT_OPENSSH
1189 .El
1190 .Pp
1191 When set, the following options are also in effect:
1192 .Pp
1193 .Bl -inset -compact
1194 .It Va WITHOUT_GSSAPI
1195 (unless
1196 .Va WITH_GSSAPI
1197 is set explicitly)
1198 .El
1199 .It Va WITHOUT_PAM
1200 .\" from FreeBSD: head/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru
1201 Set to not build PAM library and modules.
1202 .Bf -symbolic
1203 This option is deprecated and does nothing.
1204 .Ef
1205 When set, it also enforces the following options:
1206 .Pp
1207 .Bl -item -compact
1208 .It
1209 .Va WITHOUT_PAM_SUPPORT
1210 .El
1211 .It Va WITHOUT_PAM_SUPPORT
1212 .\" from FreeBSD: head/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru
1213 Set to build some programs without PAM support, particularly
1214 .Xr ftpd 8
1215 and
1216 .Xr ppp 8 .
1217 .It Va WITHOUT_PC_SYSINSTALL
1218 .\" from FreeBSD: head/tools/build/options/WITHOUT_PC_SYSINSTALL 245606 2013-01-18 15:57:09Z eadler
1219 Set to not build
1220 .Xr pc-sysinstall 8
1221 and related programs.
1222 .It Va WITHOUT_PF
1223 .\" from FreeBSD: head/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru
1224 Set to not build PF firewall package.
1225 When set, it also enforces the following options:
1226 .Pp
1227 .Bl -item -compact
1228 .It
1229 .Va WITHOUT_AUTHPF
1230 .El
1231 .It Va WITHOUT_PKGBOOTSTRAP
1232 .\" from FreeBSD: head/tools/build/options/WITHOUT_PKGBOOTSTRAP 258924 2013-12-04 15:58:42Z bdrewery
1233 Set to not build
1234 .Xr pkg 7
1235 bootstrap tool.
1236 .It Va WITHOUT_PMC
1237 .\" from FreeBSD: head/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam
1238 Set to not build
1239 .Xr pmccontrol 8
1240 and related programs.
1241 .It Va WITHOUT_PORTSNAP
1242 .\" from FreeBSD: head/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam
1243 Set to not build or install
1244 .Xr portsnap 8
1245 and related files.
1246 .It Va WITHOUT_PPP
1247 .\" from FreeBSD: head/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam
1248 Set to not build
1249 .Xr ppp 8
1250 and related programs.
1251 .It Va WITHOUT_PROFILE
1252 .\" from FreeBSD: head/tools/build/options/WITHOUT_PROFILE 228196 2011-12-02 09:09:54Z fjoe
1253 Set to avoid compiling profiled libraries.
1254 .It Va WITHOUT_QUOTAS
1255 .\" from FreeBSD: head/tools/build/options/WITHOUT_QUOTAS 296264 2016-03-01 11:36:10Z trasz
1256 Set to not build
1257 .Xr quota 1
1258 and related programs.
1259 .It Va WITHOUT_RADIUS_SUPPORT
1260 .\" from FreeBSD: head/tools/build/options/WITHOUT_RADIUS_SUPPORT 278182 2015-02-04 06:53:45Z ngie
1261 Set to not build radius support into various applications, like
1262 .Xr pam_radius 8
1263 and
1264 .Xr ppp 8 .
1265 .It Va WITHOUT_RBOOTD
1266 .\" from FreeBSD: head/tools/build/options/WITHOUT_RBOOTD 278192 2015-02-04 10:19:32Z ngie
1267 Set to not build or install
1268 .Xr rbootd 8 .
1269 .It Va WITHOUT_RCMDS
1270 .\" from FreeBSD: head/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru
1271 Disable building of the
1272 .Bx
1273 r-commands.
1274 This includes
1275 .Xr rlogin 1 ,
1276 .Xr rsh 1 ,
1277 etc.
1278 .It Va WITHOUT_RCS
1279 .\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 275138 2014-11-26 20:43:09Z gjb
1280 Set to not build
1281 .Xr rcs 1 ,
1282 .Xr etcupdate 8 ,
1283 and related utilities.
1284 .It Va WITHOUT_RESCUE
1285 .\" from FreeBSD: head/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru
1286 Set to not build
1287 .Xr rescue 8 .
1288 .It Va WITHOUT_ROUTED
1289 .\" from FreeBSD: head/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam
1290 Set to not build
1291 .Xr routed 8
1292 utility.
1293 .It Va WITHOUT_SENDMAIL
1294 .\" from FreeBSD: head/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru
1295 Set to not build
1296 .Xr sendmail 8
1297 and related programs.
1298 .It Va WITHOUT_SETUID_LOGIN
1299 .\" from FreeBSD: head/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru
1300 Set this to disable the installation of
1301 .Xr login 1
1302 as a set-user-ID root program.
1303 .It Va WITHOUT_SHAREDOCS
1304 .\" from FreeBSD: head/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru
1305 Set to not build the
1306 .Bx 4.4
1307 legacy docs.
1308 .It Va WITH_SHARED_TOOLCHAIN
1309 .\" from FreeBSD: head/tools/build/options/WITH_SHARED_TOOLCHAIN 235342 2012-05-12 16:12:36Z gjb
1310 Set to build the toolchain binaries shared.
1311 The set includes
1312 .Xr cc 1 ,
1313 .Xr make 1
1314 and necessary utilities like assembler, linker and library archive manager.
1315 .It Va WITH_SORT_THREADS
1316 .\" from FreeBSD: head/tools/build/options/WITH_SORT_THREADS 264158 2014-04-05 18:00:45Z imp
1317 Set to enable threads in
1318 .Xr sort 1 .
1319 .It Va WITHOUT_SOURCELESS
1320 .\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh
1321 Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU).
1322 When set, it also enforces the following options:
1323 .Pp
1324 .Bl -item -compact
1325 .It
1326 .Va WITHOUT_SOURCELESS_HOST
1327 .It
1328 .Va WITHOUT_SOURCELESS_UCODE
1329 .El
1330 .It Va WITHOUT_SOURCELESS_HOST
1331 .\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_HOST 230972 2012-02-04 00:54:43Z rmh
1332 Set to not build kernel modules that include sourceless native code for host CPU.
1333 .It Va WITHOUT_SOURCELESS_UCODE
1334 .\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_UCODE 230972 2012-02-04 00:54:43Z rmh
1335 Set to not build kernel modules that include sourceless microcode.
1336 .It Va WITHOUT_SSP
1337 .\" from FreeBSD: head/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru
1338 Set to not build world with propolice stack smashing protection.
1339 .It Va WITH_STAGING
1340 .\" from FreeBSD: head/tools/build/options/WITH_STAGING 290816 2015-11-14 03:24:48Z sjg
1341 Enable staging of files to a stage tree.
1342 This can be best thought of as auto-install to
1343 .Va DESTDIR
1344 with some extra meta data to ensure dependencies can be tracked.
1345 Depends on
1346 .Va WITH_DIRDEPS_BUILD .
1347 When set, the following options are also in effect:
1348 .Pp
1349 .Bl -inset -compact
1350 .It Va WITH_STAGING_MAN
1351 (unless
1352 .Va WITHOUT_STAGING_MAN
1353 is set explicitly)
1354 .It Va WITH_STAGING_PROG
1355 (unless
1356 .Va WITHOUT_STAGING_PROG
1357 is set explicitly)
1358 .El
1359 .Pp
1360 This must be set in the environment, make command line, or
1361 .Pa /etc/src-env.conf ,
1362 not
1363 .Pa /etc/src.conf .
1364 .It Va WITH_STAGING_MAN
1365 .\" from FreeBSD: head/tools/build/options/WITH_STAGING_MAN 284708 2015-06-22 20:21:57Z sjg
1366 Enable staging of MAN pages to stage tree.
1367 .It Va WITH_STAGING_PROG
1368 .\" from FreeBSD: head/tools/build/options/WITH_STAGING_PROG 284708 2015-06-22 20:21:57Z sjg
1369 Enable staging of PROGs to stage tree.
1370 .It Va WITH_STALE_STAGED
1371 .\" from FreeBSD: head/tools/build/options/WITH_STALE_STAGED 284708 2015-06-22 20:21:57Z sjg
1372 Check staged files are not stale.
1373 .It Va WITH_SVN
1374 .\" from FreeBSD: head/tools/build/options/WITH_SVN 252561 2013-07-03 12:36:47Z zeising
1375 Set to install
1376 .Xr svnlite 1
1377 as
1378 .Xr svn 1 .
1379 .It Va WITHOUT_SVNLITE
1380 .\" from FreeBSD: head/tools/build/options/WITHOUT_SVNLITE 252561 2013-07-03 12:36:47Z zeising
1381 Set to not build
1382 .Xr svnlite 1
1383 and related programs.
1384 .It Va WITHOUT_SYMVER
1385 .\" from FreeBSD: head/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen
1386 Set to disable symbol versioning when building shared libraries.
1387 .It Va WITHOUT_SYSCONS
1388 .\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru
1389 Set to not build
1390 .Xr syscons 4
1391 support files such as keyboard maps, fonts, and screen output maps.
1392 .It Va WITH_SYSROOT
1393 .\" from FreeBSD: head/tools/build/options/WITH_SYSROOT 290816 2015-11-14 03:24:48Z sjg
1394 Enable use of sysroot during build.
1395 Depends on
1396 .Va WITH_DIRDEPS_BUILD .
1397 .Pp
1398 This must be set in the environment, make command line, or
1399 .Pa /etc/src-env.conf ,
1400 not
1401 .Pa /etc/src.conf .
1402 .It Va WITHOUT_TALK
1403 .\" from FreeBSD: head/tools/build/options/WITHOUT_TALK 277676 2015-01-25 04:37:44Z ngie
1404 Set to not build or install
1405 .Xr talk 1
1406 and
1407 .Xr talkd 8 .
1408 .It Va WITHOUT_TCP_WRAPPERS
1409 .\" from FreeBSD: head/tools/build/options/WITHOUT_TCP_WRAPPERS 278192 2015-02-04 10:19:32Z ngie
1410 Set to not build or install
1411 .Xr tcpd 8 ,
1412 and related utilities.
1413 .It Va WITHOUT_TCSH
1414 .\" from FreeBSD: head/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru
1415 Set to not build and install
1416 .Pa /bin/csh
1417 (which is
1418 .Xr tcsh 1 ) .
1419 .It Va WITHOUT_TELNET
1420 .\" from FreeBSD: head/tools/build/options/WITHOUT_TELNET 296264 2016-03-01 11:36:10Z trasz
1421 Set to not build
1422 .Xr telnet 1
1423 and related programs.
1424 .It Va WITHOUT_TESTS
1425 .\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS 268778 2014-07-16 21:40:11Z jmmv
1426 Set to not build nor install the
1427 .Fx
1428 Test Suite in
1429 .Pa /usr/tests/ .
1430 See
1431 .Xr tests 7
1432 for more details.
1433 This also disables the build of all test-related dependencies, including ATF.
1434 When set, it also enforces the following options:
1435 .Pp
1436 .Bl -item -compact
1437 .It
1438 .Va WITHOUT_DTRACE_TESTS
1439 .It
1440 .Va WITHOUT_TESTS_SUPPORT
1441 .El
1442 .It Va WITHOUT_TESTS_SUPPORT
1443 .\" from FreeBSD: head/tools/build/options/WITHOUT_TESTS_SUPPORT 274665 2014-11-18 17:06:50Z imp
1444 Set to disables the build of all test-related dependencies, including ATF.
1445 .It Va WITHOUT_TEXTPROC
1446 .\" from FreeBSD: head/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam
1447 Set to not build
1448 programs used for text processing.
1449 When set, it also enforces the following options:
1450 .Pp
1451 .Bl -item -compact
1452 .It
1453 .Va WITHOUT_GROFF
1454 .El
1455 .It Va WITHOUT_TFTP
1456 .\" from FreeBSD: head/tools/build/options/WITHOUT_TFTP 278192 2015-02-04 10:19:32Z ngie
1457 Set to not build or install
1458 .Xr tftp 1
1459 and
1460 .Xr tftpd 8 .
1461 .It Va WITHOUT_TIMED
1462 .\" from FreeBSD: head/tools/build/options/WITHOUT_TIMED 278192 2015-02-04 10:19:32Z ngie
1463 Set to not build or install
1464 .Xr timed 8 .
1465 .It Va WITHOUT_TOOLCHAIN
1466 .\" from FreeBSD: head/tools/build/options/WITHOUT_TOOLCHAIN 297939 2016-04-13 20:55:05Z bdrewery
1467 Set to not install header or
1468 programs used for program development,
1469 compilers, debuggers etc.
1470 When set, it also enforces the following options:
1471 .Pp
1472 .Bl -item -compact
1473 .It
1474 .Va WITHOUT_BINUTILS
1475 .It
1476 .Va WITHOUT_CLANG
1477 .It
1478 .Va WITHOUT_CLANG_EXTRAS
1479 .It
1480 .Va WITHOUT_CLANG_FULL
1481 .It
1482 .Va WITHOUT_GCC
1483 .It
1484 .Va WITHOUT_GDB
1485 .It
1486 .Va WITHOUT_INCLUDES
1487 .It
1488 .Va WITHOUT_LLDB
1489 .El
1490 .It Va WITHOUT_UNBOUND
1491 .\" from FreeBSD: head/tools/build/options/WITHOUT_UNBOUND 255597 2013-09-15 14:51:23Z des
1492 Set to not build
1493 .Xr unbound 8
1494 and related programs.
1495 .It Va WITHOUT_USB
1496 .\" from FreeBSD: head/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru
1497 Set to not build USB-related programs and libraries.
1498 .It Va WITHOUT_USB_GADGET_EXAMPLES
1499 .\" from FreeBSD: head/tools/build/options/WITHOUT_USB_GADGET_EXAMPLES 274665 2014-11-18 17:06:50Z imp
1500 Set to build USB gadget kernel modules.
1501 .It Va WITHOUT_UTMPX
1502 .\" from FreeBSD: head/tools/build/options/WITHOUT_UTMPX 231530 2012-02-11 20:28:42Z ed
1503 Set to not build user accounting tools such as
1504 .Xr last 1 ,
1505 .Xr users 1 ,
1506 .Xr who 1 ,
1507 .Xr ac 8 ,
1508 .Xr lastlogin 8
1509 and
1510 .Xr utx 8 .
1511 .It Va WITHOUT_VI
1512 .\" from FreeBSD: head/tools/build/options/WITHOUT_VI 264903 2014-04-24 23:17:40Z imp
1513 Set to not build and install vi, view, ex and related programs.
1514 .It Va WITHOUT_VT
1515 .\" from FreeBSD: head/tools/build/options/WITHOUT_VT 268022 2014-06-30 00:20:12Z emaste
1516 Set to not build
1517 .Xr vt 4
1518 support files (fonts and keymaps).
1519 .It Va WITHOUT_WARNS
1520 .\" from FreeBSD: head/tools/build/options/WITHOUT_WARNS 276559 2015-01-02 18:57:58Z bapt
1521 Set this to not add warning flags to the compiler invocations.
1522 Useful as a temporary workaround when code enters the tree
1523 which triggers warnings in environments that differ from the
1524 original developer.
1525 .It Va WITHOUT_WIRELESS
1526 .\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam
1527 Set to not build programs used for 802.11 wireless networks; especially
1528 .Xr wpa_supplicant 8
1529 and
1530 .Xr hostapd 8 .
1531 When set, it also enforces the following options:
1532 .Pp
1533 .Bl -item -compact
1534 .It
1535 .Va WITHOUT_WIRELESS_SUPPORT
1536 .El
1537 .It Va WITHOUT_WIRELESS_SUPPORT
1538 .\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam
1539 Set to build libraries, programs, and kernel modules without
1540 802.11 wireless support.
1541 .It Va WITHOUT_WPA_SUPPLICANT_EAPOL
1542 .\" from FreeBSD: head/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru
1543 Build
1544 .Xr wpa_supplicant 8
1545 without support for the IEEE 802.1X protocol and without
1546 support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
1547 protocols (usable only via 802.1X).
1548 .It Va WITHOUT_ZFS
1549 .\" from FreeBSD: head/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd
1550 Set to not build ZFS file system.
1551 .It Va WITHOUT_ZONEINFO
1552 .\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 235342 2012-05-12 16:12:36Z gjb
1553 Set to not build the timezone database.
1554 .El
1555 .Sh FILES
1556 .Bl -tag -compact -width Pa
1557 .It Pa /etc/src.conf
1558 .It Pa /etc/src-env.conf
1559 .It Pa /usr/share/mk/bsd.own.mk
1560 .El
1561 .Sh SEE ALSO
1562 .Xr make 1 ,
1563 .Xr make.conf 5 ,
1564 .Xr build 7 ,
1565 .Xr ports 7
1566 .Sh HISTORY
1567 The
1568 .Nm
1569 file appeared in
1570 .Fx 7.0 .
1571 .Sh AUTHORS
1572 This manual page was autogenerated.