]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - share/man/man5/src.conf.5
Regen src.conf(5)
[FreeBSD/stable/9.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 263058 2014-03-11 23:04:32Z gjb
3 .\" $FreeBSD$
4 .Dd February 11, 2015
5 .Dt SRC.CONF 5
6 .Os
7 .Sh NAME
8 .Nm src.conf
9 .Nd "source build options"
10 .Sh DESCRIPTION
11 The
12 .Nm
13 file contains settings that will apply to every build involving the
14 .Fx
15 source tree; see
16 .Xr build 7 .
17 .Pp
18 The
19 .Nm
20 file uses the standard makefile syntax.
21 However,
22 .Nm
23 should not specify any dependencies to
24 .Xr make 1 .
25 Instead,
26 .Nm
27 is to set
28 .Xr make 1
29 variables that control the aspects of how the system builds.
30 .Pp
31 The default location of
32 .Nm
33 is
34 .Pa /etc/src.conf ,
35 though an alternative location can be specified in the
36 .Xr make 1
37 variable
38 .Va SRCCONF .
39 Overriding the location of
40 .Nm
41 may be necessary if the system-wide settings are not suitable
42 for a particular build.
43 For instance, setting
44 .Va SRCCONF
45 to
46 .Pa /dev/null
47 effectively resets all build controls to their defaults.
48 .Pp
49 The only purpose of
50 .Nm
51 is to control the compilation of the
52 .Fx
53 source code, which is usually located in
54 .Pa /usr/src .
55 As a rule, the system administrator creates
56 .Nm
57 when the values of certain control variables need to be changed
58 from their defaults.
59 .Pp
60 In addition, control variables can be specified
61 for a particular build via the
62 .Fl D
63 option of
64 .Xr make 1
65 or in its environment; see
66 .Xr environ 7 .
67 .Pp
68 The values of variables are ignored regardless of their setting;
69 even if they would be set to
70 .Dq Li FALSE
71 or
72 .Dq Li NO .
73 Just the existence of an option will cause
74 it to be honoured by
75 .Xr make 1 .
76 .Pp
77 The following list provides a name and short description for variables
78 that can be used for source builds.
79 .Bl -tag -width indent
80 .It Va WITHOUT_ACCT
81 .\" from FreeBSD: stable/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_EE
394 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_EE 278568 2015-02-11 08:33:22Z ngie
395 Set to not build and install
396 .Xr edit 1 ,
397 .Xr ee 1 ,
398 and related programs.
399 .It Va WITHOUT_EXAMPLES
400 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru
401 Set to avoid installing examples to
402 .Pa /usr/share/examples/ .
403 .It Va WITHOUT_FDT
404 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_FDT 221539 2011-05-06 19:10:27Z ru
405 Set to not build Flattened Device Tree support as part of the base system.
406 This includes the device tree compiler (dtc) and libfdt support library.
407 .Pp
408 It is a default setting on
409 amd64/amd64, i386/i386, ia64/ia64, mips/mipsel, mips/mipseb, mips/mips64el, mips/mips64eb, mips/mipsn32eb, pc98/i386 and sparc64/sparc64.
410 .It Va WITH_FDT
411 .\" from FreeBSD: stable/9/tools/build/options/WITH_FDT 221730 2011-05-10 11:14:40Z ru
412 Set to build Flattened Device Tree support as part of the base system.
413 This includes the device tree compiler (dtc) and libfdt support library.
414 .Pp
415 It is a default setting on
416 arm/arm, arm/armeb, powerpc/powerpc and powerpc/powerpc64.
417 .It Va WITHOUT_FLOPPY
418 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru
419 Set to not build or install programs
420 for operating floppy disk driver.
421 .It Va WITHOUT_FORTH
422 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru
423 Set to build bootloaders without Forth support.
424 .It Va WITHOUT_FP_LIBC
425 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru
426 Set to build
427 .Nm libc
428 without floating-point support.
429 .It Va WITHOUT_FREEBSD_UPDATE
430 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam
431 Set to not build
432 .Xr freebsd-update 8 .
433 .It Va WITHOUT_GAMES
434 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru
435 Set to not build games.
436 .It Va WITHOUT_GCC
437 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GCC 222090 2011-05-19 05:13:25Z imp
438 Set to not install gcc and g++.
439 .Bf -symbolic
440 The option does not generally work for build targets, unless some alternative
441 toolchain is enabled.
442 .Ef
443 .It Va WITHOUT_GCOV
444 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru
445 Set to not build the
446 .Xr gcov 1
447 tool.
448 .It Va WITHOUT_GDB
449 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru
450 Set to not build
451 .Xr gdb 1 .
452 .It Va WITHOUT_GNU
453 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru
454 Set to not build contributed GNU software as a part of the base system.
455 This option can be useful if the system built must not contain any code
456 covered by the GNU Public License due to legal reasons.
457 .Bf -symbolic
458 The option has no effect yet.
459 .Ef
460 When set, it also enforces the following options:
461 .Pp
462 .Bl -item -compact
463 .It
464 .Va WITHOUT_GNU_SUPPORT
465 .El
466 .It Va WITHOUT_GNU_SUPPORT
467 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
468 Set to build some programs without optional GNU support.
469 .It Va WITHOUT_GPIB
470 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GPIB 156932 2006-03-21 07:50:50Z ru
471 Set to not build GPIB bus support.
472 .It Va WITHOUT_GPIO
473 .\" $FreeBSD$
474 Set to not build
475 .Xr gpioctl 8
476 as part of the base system.
477 .It Va WITHOUT_GROFF
478 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs
479 Set to not build
480 .Xr groff 1
481 and
482 .Xr vgrind 1 .
483 You should consider installing the textproc/groff port to not break
484 .Xr man 1 .
485 .It Va WITHOUT_GSSAPI
486 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru
487 Set to not build libgssapi.
488 .It Va WITH_HESIOD
489 .\" from FreeBSD: stable/9/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru
490 Set to build Hesiod support.
491 .It Va WITHOUT_HTML
492 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru
493 Set to not build HTML docs.
494 .It Va WITH_ICONV
495 .\" from FreeBSD: stable/9/tools/build/options/WITH_ICONV 219020 2011-02-25 00:10:26Z gabor
496 Set to build iconv as part of libc.
497 .It Va WITH_IDEA
498 .\" from FreeBSD: stable/9/tools/build/options/WITH_IDEA 156932 2006-03-21 07:50:50Z ru
499 Set to build the IDEA encryption code.
500 This code is patented in the USA and many European countries.
501 It is
502 .Em "YOUR RESPONSIBILITY"
503 to determine if you can legally use IDEA.
504 .It Va WITHOUT_INET
505 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz
506 Set to not build programs and libraries related to IPv4 networking.
507 When set, it also enforces the following options:
508 .Pp
509 .Bl -item -compact
510 .It
511 .Va WITHOUT_INET_SUPPORT
512 .El
513 .It Va WITHOUT_INET6
514 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru
515 Set to not build
516 programs and libraries related to IPv6 networking.
517 When set, it also enforces the following options:
518 .Pp
519 .Bl -item -compact
520 .It
521 .Va WITHOUT_INET6_SUPPORT
522 .El
523 .It Va WITHOUT_INET6_SUPPORT
524 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru
525 Set to build libraries, programs, and kernel modules without IPv6 support.
526 .It Va WITHOUT_INET_SUPPORT
527 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_INET_SUPPORT 221266 2011-04-30 17:58:28Z bz
528 Set to build libraries, programs, and kernel modules without IPv4 support.
529 .It Va WITHOUT_INFO
530 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru
531 Set to not make or install
532 .Xr info 5
533 files.
534 .It Va WITHOUT_INSTALLLIB
535 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb
536 Set this if you do not want to install optional libraries.
537 For example when creating a
538 .Xr nanobsd 8
539 image.
540 .It Va WITHOUT_IPFILTER
541 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru
542 Set to not build IP Filter package.
543 .It Va WITHOUT_IPFW
544 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam
545 Set to not build IPFW tools.
546 .It Va WITHOUT_IPX
547 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_IPX 156932 2006-03-21 07:50:50Z ru
548 Set to not build programs and libraries related to IPX networking.
549 When set, it also enforces the following options:
550 .Pp
551 .Bl -item -compact
552 .It
553 .Va WITHOUT_IPX_SUPPORT
554 .It
555 .Va WITHOUT_NCP
556 .El
557 .It Va WITHOUT_IPX_SUPPORT
558 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_IPX_SUPPORT 156932 2006-03-21 07:50:50Z ru
559 Set to build some programs without IPX support.
560 .It Va WITHOUT_JAIL
561 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_JAIL 183242 2008-09-21 22:02:26Z sam
562 Set to not build tools for the support of jails; e.g.
563 .Xr jail 8 .
564 .It Va WITHOUT_KERBEROS
565 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru
566 Set this if you do not want to build Kerberos 5 (KTH Heimdal).
567 When set, it also enforces the following options:
568 .Pp
569 .Bl -item -compact
570 .It
571 .Va WITHOUT_KERBEROS_SUPPORT
572 .El
573 .Pp
574 When set, the following options are also in effect:
575 .Pp
576 .Bl -inset -compact
577 .It Va WITHOUT_GSSAPI
578 (unless
579 .Va WITH_GSSAPI
580 is set explicitly)
581 .El
582 .It Va WITHOUT_KERBEROS_SUPPORT
583 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_KERBEROS_SUPPORT 156932 2006-03-21 07:50:50Z ru
584 Set to build some programs without Kerberos support, like
585 .Xr cvs 1 ,
586 .Xr ssh 1 ,
587 .Xr telnet 1 ,
588 .Xr sshd 8 ,
589 and
590 .Xr telnetd 8 .
591 .It Va WITHOUT_KERNEL_SYMBOLS
592 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_KERNEL_SYMBOLS 222189 2011-05-22 18:23:17Z imp
593 Set to not install kernel symbol files.
594 .Bf -symbolic
595 This option is recommended for those people who have small root partitions.
596 .Ef
597 .It Va WITHOUT_KVM
598 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru
599 Set to not build the
600 .Nm libkvm
601 library as a part of the base system.
602 .Bf -symbolic
603 The option has no effect yet.
604 .Ef
605 When set, it also enforces the following options:
606 .Pp
607 .Bl -item -compact
608 .It
609 .Va WITHOUT_KVM_SUPPORT
610 .El
611 .It Va WITHOUT_KVM_SUPPORT
612 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin
613 Set to build some programs without optional
614 .Nm libkvm
615 support.
616 .It Va WITHOUT_LEGACY_CONSOLE
617 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_LEGACY_CONSOLE 183242 2008-09-21 22:02:26Z sam
618 Set to not build programs that support a legacy PC console; e.g.
619 .Xr kbdcontrol 8
620 and
621 .Xr vidcontrol 8 .
622 .It Va WITHOUT_LIB32
623 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_LIB32 156932 2006-03-21 07:50:50Z ru
624 On amd64, set to not build 32-bit library set and a
625 .Nm ld-elf32.so.1
626 runtime linker.
627 .It Va WITH_LIBCPLUSPLUS
628 .\" from FreeBSD: stable/9/tools/build/options/WITH_LIBCPLUSPLUS 246322 2013-02-04 16:13:55Z des
629 Set to build libcxxrt and libc++.
630 .It Va WITHOUT_LIBPTHREAD
631 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm
632 Set to not build the
633 .Nm libpthread
634 providing library,
635 .Nm libthr .
636 When set, it also enforces the following options:
637 .Pp
638 .Bl -item -compact
639 .It
640 .Va WITHOUT_BIND
641 .It
642 .Va WITHOUT_BIND_DNSSEC
643 .It
644 .Va WITHOUT_BIND_ETC
645 .It
646 .Va WITHOUT_BIND_LIBS
647 .It
648 .Va WITHOUT_BIND_LIBS_LWRES
649 .It
650 .Va WITHOUT_BIND_MTREE
651 .It
652 .Va WITHOUT_BIND_NAMED
653 .It
654 .Va WITHOUT_BIND_UTILS
655 .It
656 .Va WITHOUT_LIBTHR
657 .El
658 .It Va WITHOUT_LIBTHR
659 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru
660 Set to not build the
661 .Nm libthr
662 (1:1 threading)
663 library.
664 When set, it also enforces the following options:
665 .Pp
666 .Bl -item -compact
667 .It
668 .Va WITHOUT_BIND
669 .It
670 .Va WITHOUT_BIND_DNSSEC
671 .It
672 .Va WITHOUT_BIND_ETC
673 .It
674 .Va WITHOUT_BIND_LIBS
675 .It
676 .Va WITHOUT_BIND_LIBS_LWRES
677 .It
678 .Va WITHOUT_BIND_MTREE
679 .It
680 .Va WITHOUT_BIND_NAMED
681 .It
682 .Va WITHOUT_BIND_UTILS
683 .El
684 .It Va WITHOUT_LOCALES
685 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru
686 Set to not build localization files; see
687 .Xr locale 1 .
688 .It Va WITHOUT_LOCATE
689 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam
690 Set to not build
691 .Xr locate 1
692 and related programs.
693 .It Va WITHOUT_LPR
694 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru
695 Set to not build
696 .Xr lpr 1
697 and related programs.
698 .It Va WITHOUT_MAIL
699 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam
700 Set to not build any mail support (MUA or MTA).
701 When set, it also enforces the following options:
702 .Pp
703 .Bl -item -compact
704 .It
705 .Va WITHOUT_MAILWRAPPER
706 .It
707 .Va WITHOUT_SENDMAIL
708 .El
709 .It Va WITHOUT_MAILWRAPPER
710 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru
711 Set to not build the
712 .Xr mailwrapper 8
713 MTA selector.
714 .It Va WITHOUT_MAKE
715 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam
716 Set to not install
717 .Xr make 1
718 and related support files.
719 .It Va WITHOUT_MAN
720 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru
721 Set to not build manual pages.
722 When set, the following options are also in effect:
723 .Pp
724 .Bl -inset -compact
725 .It Va WITHOUT_MAN_UTILS
726 (unless
727 .Va WITH_MAN_UTILS
728 is set explicitly)
729 .El
730 .It Va WITHOUT_MAN_UTILS
731 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim
732 Set to not build utilities for manual pages,
733 .Xr apropos 1 ,
734 .Xr catman 1 ,
735 .Xr makewhatis 1 ,
736 .Xr man 1 ,
737 .Xr whatis 1 ,
738 .Xr manctl 8 ,
739 and related support files.
740 .It Va WITHOUT_NCP
741 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NCP 156932 2006-03-21 07:50:50Z ru
742 Set to not build programs, libraries, and kernel modules
743 related to NetWare Core protocol.
744 .It Va WITHOUT_NDIS
745 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam
746 Set to not build programs and libraries
747 related to NDIS emulation support.
748 .It Va WITHOUT_NETCAT
749 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru
750 Set to not build
751 .Xr nc 1
752 utility.
753 .It Va WITHOUT_NETGRAPH
754 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam
755 Set to not build applications to support
756 .Xr netgraph 4 .
757 When set, it also enforces the following options:
758 .Pp
759 .Bl -item -compact
760 .It
761 .Va WITHOUT_ATM
762 .It
763 .Va WITHOUT_BLUETOOTH
764 .It
765 .Va WITHOUT_NETGRAPH_SUPPORT
766 .El
767 .It Va WITHOUT_NETGRAPH_SUPPORT
768 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam
769 Set to build libraries, programs, and kernel modules without netgraph support.
770 .It Va WITHOUT_NIS
771 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru
772 Set to not build
773 .Xr NIS 8
774 support and related programs.
775 If set, you might need to adopt your
776 .Xr nsswitch.conf 5
777 and remove
778 .Sq nis
779 entries.
780 .It Va WITHOUT_NLS
781 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru
782 Set to not build NLS catalogs.
783 .It Va WITHOUT_NLS_CATALOGS
784 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
785 Set to not build NLS catalog support for
786 .Xr csh 1 .
787 .It Va WITH_NMTREE
788 .\" from FreeBSD: stable/9/tools/build/options/WITH_NMTREE 245462 2013-01-15 16:46:51Z brooks
789 Set to install
790 .Xr nmtree 8
791 as
792 .Xr mtree 8 .
793 By default
794 .Xr fmtree 8
795 is installed as
796 .Xr mtree 8 .
797 .It Va WITHOUT_NS_CACHING
798 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru
799 Set to disable name caching in the
800 .Pa nsswitch
801 subsystem.
802 The generic caching daemon,
803 .Xr nscd 8 ,
804 will not be built either if this option is set.
805 .It Va WITHOUT_NTP
806 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam
807 Set to not build
808 .Xr ntpd 8
809 and related programs.
810 .It Va WITH_OFED
811 .\" $FreeBSD$
812 Set to build the
813 .Dq "OpenFabrics Enterprise Distribution"
814 Infiniband software stack.
815 .It Va WITHOUT_OPENSSH
816 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru
817 Set to not build OpenSSH.
818 .It Va WITH_OPENSSH_NONE_CIPHER
819 .\" from FreeBSD: stable/9/tools/build/options/WITH_OPENSSH_NONE_CIPHER 247515 2013-03-01 01:02:26Z des
820 Set to include the "None" cipher support in OpenSSH and its libraries.
821 Additional adjustments may need to be done to system configuration
822 files, such as
823 .Xr sshd_config 5 ,
824 to enable this cipher.
825 Please see
826 .Pa /usr/src/crypto/openssh/README.hpn
827 for full details.
828 .It Va WITHOUT_OPENSSL
829 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru
830 Set to not build OpenSSL.
831 When set, it also enforces the following options:
832 .Pp
833 .Bl -item -compact
834 .It
835 .Va WITHOUT_KERBEROS
836 .It
837 .Va WITHOUT_KERBEROS_SUPPORT
838 .It
839 .Va WITHOUT_OPENSSH
840 .El
841 .Pp
842 When set, the following options are also in effect:
843 .Pp
844 .Bl -inset -compact
845 .It Va WITHOUT_GSSAPI
846 (unless
847 .Va WITH_GSSAPI
848 is set explicitly)
849 .El
850 .It Va WITHOUT_PAM
851 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru
852 Set to not build PAM library and modules.
853 .Bf -symbolic
854 This option is deprecated and does nothing.
855 .Ef
856 When set, it also enforces the following options:
857 .Pp
858 .Bl -item -compact
859 .It
860 .Va WITHOUT_PAM_SUPPORT
861 .El
862 .It Va WITHOUT_PAM_SUPPORT
863 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru
864 Set to build some programs without PAM support, particularly
865 .Xr ftpd 8
866 and
867 .Xr ppp 8 .
868 .It Va WITHOUT_PC_SYSINSTALL
869 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PC_SYSINSTALL 246264 2013-02-02 23:01:54Z eadler
870 Set to not build
871 .Xr pc-sysinstall 8
872 and related programs.
873 .It Va WITHOUT_PF
874 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru
875 Set to not build PF firewall package.
876 When set, it also enforces the following options:
877 .Pp
878 .Bl -item -compact
879 .It
880 .Va WITHOUT_AUTHPF
881 .El
882 .It Va WITHOUT_PKGBOOTSTRAP
883 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PKGBOOTSTRAP 263053 2014-03-11 22:11:45Z gjb
884 Set to not build
885 .Xr pkg 7
886 bootstrap tool.
887 .It Va WITHOUT_PKGTOOLS
888 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PKGTOOLS 183242 2008-09-21 22:02:26Z sam
889 Set to not build
890 .Xr pkg_add 8
891 and related programs.
892 .It Va WITHOUT_PMC
893 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam
894 Set to not build
895 .Xr pmccontrol 8
896 and related programs.
897 .It Va WITHOUT_PORTSNAP
898 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam
899 Set to not build or install
900 .Xr portsnap 8
901 and related files.
902 .It Va WITHOUT_PPP
903 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam
904 Set to not build
905 .Xr ppp 8
906 and related programs.
907 .It Va WITHOUT_PROFILE
908 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PROFILE 156932 2006-03-21 07:50:50Z ru
909 Set to avoid compiling profiled libraries.
910 .It Va WITHOUT_QUOTAS
911 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam
912 Set to not build
913 .Xr quota 8
914 and related programs.
915 .It Va WITHOUT_RCMDS
916 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru
917 Disable building of the
918 .Bx
919 r-commands.
920 This includes
921 .Xr rlogin 1 ,
922 .Xr rsh 1 ,
923 etc.
924 .It Va WITHOUT_RCS
925 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_RCS 156932 2006-03-21 07:50:50Z ru
926 Set to not build
927 .Xr rcs 1
928 and related utilities.
929 .It Va WITHOUT_RESCUE
930 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru
931 Set to not build
932 .Xr rescue 8 .
933 .It Va WITHOUT_ROUTED
934 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam
935 Set to not build
936 .Xr routed 8
937 utility.
938 .It Va WITHOUT_SENDMAIL
939 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru
940 Set to not build
941 .Xr sendmail 8
942 and related programs.
943 .It Va WITHOUT_SETUID_LOGIN
944 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru
945 Set this to disable the installation of
946 .Xr login 1
947 as a set-user-ID root program.
948 .It Va WITHOUT_SHAREDOCS
949 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru
950 Set to not build the
951 .Bx 4.4
952 legacy docs.
953 .It Va WITH_SHARED_TOOLCHAIN
954 .\" from FreeBSD: stable/9/tools/build/options/WITH_SHARED_TOOLCHAIN 235587 2012-05-18 02:00:01Z gjb
955 Set to build the toolchain binaries shared.
956 The set includes
957 .Xr cc 1 ,
958 .Xr make 1
959 and necessary utilities like assembler, linker and library archive manager.
960 .It Va WITHOUT_SOURCELESS
961 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SOURCELESS 231905 2012-02-19 07:44:38Z rmh
962 Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU).
963 When set, it also enforces the following options:
964 .Pp
965 .Bl -item -compact
966 .It
967 .Va WITHOUT_SOURCELESS_HOST
968 .It
969 .Va WITHOUT_SOURCELESS_UCODE
970 .El
971 .It Va WITHOUT_SOURCELESS_HOST
972 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SOURCELESS_HOST 231905 2012-02-19 07:44:38Z rmh
973 Set to not build kernel modules that include sourceless native code for host CPU.
974 .It Va WITHOUT_SOURCELESS_UCODE
975 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SOURCELESS_UCODE 231905 2012-02-19 07:44:38Z rmh
976 Set to not build kernel modules that include sourceless microcode.
977 .It Va WITHOUT_SSP
978 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru
979 Set to not build world with propolice stack smashing protection.
980 .It Va WITHOUT_SYMVER
981 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen
982 Set to disable symbol versioning when building shared libraries.
983 .It Va WITHOUT_SYSCONS
984 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru
985 Set to not build
986 .Xr syscons 4
987 support files such as keyboard maps, fonts, and screen output maps.
988 .It Va WITHOUT_SYSINSTALL
989 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SYSINSTALL 183242 2008-09-21 22:02:26Z sam
990 Set to not build
991 .Xr sysinstall 8
992 and related programs.
993 .It Va WITHOUT_TCSH
994 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru
995 Set to not build and install
996 .Pa /bin/csh
997 (which is
998 .Xr tcsh 1 ) .
999 .It Va WITHOUT_TELNET
1000 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam
1001 Set to not build
1002 .Xr telnet 8
1003 and related programs.
1004 .It Va WITHOUT_TEXTPROC
1005 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam
1006 Set to not build
1007 programs used for text processing.
1008 When set, it also enforces the following options:
1009 .Pp
1010 .Bl -item -compact
1011 .It
1012 .Va WITHOUT_GROFF
1013 .El
1014 .It Va WITHOUT_TOOLCHAIN
1015 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_TOOLCHAIN 174550 2007-12-12 16:43:17Z ru
1016 Set to not install
1017 programs used for program development,
1018 compilers, debuggers etc.
1019 .Bf -symbolic
1020 The option does not work for build targets.
1021 .Ef
1022 When set, it also enforces the following options:
1023 .Pp
1024 .Bl -item -compact
1025 .It
1026 .Va WITHOUT_BINUTILS
1027 .It
1028 .Va WITHOUT_CLANG
1029 .It
1030 .Va WITHOUT_CLANG_EXTRAS
1031 .It
1032 .Va WITHOUT_CLANG_FULL
1033 .It
1034 .Va WITHOUT_CLANG_IS_CC
1035 .It
1036 .Va WITHOUT_GCC
1037 .It
1038 .Va WITHOUT_GDB
1039 .El
1040 .It Va WITHOUT_USB
1041 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru
1042 Set to not build USB-related programs and libraries.
1043 .It Va WITHOUT_UTMPX
1044 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_UTMPX 223209 2011-06-17 21:30:21Z ed
1045 Set to not build user accounting tools such as
1046 .Xr last 1 ,
1047 .Xr users 1 ,
1048 .Xr who 1 ,
1049 .Xr wtmpcvt 1 ,
1050 .Xr ac 8 ,
1051 .Xr lastlogin 8
1052 and
1053 .Xr utxrm 8 .
1054 .It Va WITHOUT_WIRELESS
1055 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam
1056 Set to not build programs used for 802.11 wireless networks; especially
1057 .Xr wpa_supplicant 8
1058 and
1059 .Xr hostapd 8 .
1060 When set, it also enforces the following options:
1061 .Pp
1062 .Bl -item -compact
1063 .It
1064 .Va WITHOUT_WIRELESS_SUPPORT
1065 .El
1066 .It Va WITHOUT_WIRELESS_SUPPORT
1067 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam
1068 Set to build libraries, programs, and kernel modules without
1069 802.11 wireless support.
1070 .It Va WITHOUT_WPA_SUPPLICANT_EAPOL
1071 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru
1072 Build
1073 .Xr wpa_supplicant 8
1074 without support for the IEEE 802.1X protocol and without
1075 support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
1076 protocols (usable only via 802.1X).
1077 .It Va WITHOUT_ZFS
1078 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd
1079 Set to not build ZFS file system.
1080 .It Va WITHOUT_ZONEINFO
1081 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_ZONEINFO 235587 2012-05-18 02:00:01Z gjb
1082 Set to not build the timezone database.
1083 .El
1084 .Sh FILES
1085 .Bl -tag -compact -width Pa
1086 .It Pa /etc/src.conf
1087 .It Pa /usr/share/mk/bsd.own.mk
1088 .El
1089 .Sh SEE ALSO
1090 .Xr make 1 ,
1091 .Xr make.conf 5 ,
1092 .Xr build 7 ,
1093 .Xr ports 7
1094 .Sh HISTORY
1095 The
1096 .Nm
1097 file appeared in
1098 .Fx 7.0 .
1099 .Sh AUTHORS
1100 This manual page was autogenerated.