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