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