]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - share/man/man5/src.conf.5
MFC r297884
[FreeBSD/stable/8.git] / share / man / man5 / src.conf.5
1 .\" DO NOT EDIT-- this file is automatically generated.
2 .\" from FreeBSD: stable/8/tools/build/options/makeman 236431 2012-06-02 02:26:49Z gjb
3 .\" $FreeBSD$
4 .Dd August 31, 2014
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/8/tools/build/options/WITHOUT_ACCT 183242 2008-09-21 22:02:26Z sam
82 Set to not build process accounting tools such as
83 .Xr ac 8 
84 and
85 .Xr accton 8 .
86 .It Va WITHOUT_ACPI
87 .\" from FreeBSD: stable/8/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/8/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/8/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/8/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/8/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/8/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/8/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/8/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/8/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_LWRES
136 .It
137 .Va WITHOUT_BIND_MTREE
138 .It
139 .Va WITHOUT_BIND_NAMED
140 .It
141 .Va WITHOUT_BIND_UTILS
142 .El
143 .It Va WITHOUT_BIND_DNSSEC
144 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_BIND_DNSSEC 156932 2006-03-21 07:50:50Z ru
145 Set to avoid building or installing the DNSSEC related binaries,
146 .Xr dnssec-keygen 8
147 and
148 .Xr dnssec-signzone 8 .
149 .It Va WITHOUT_BIND_ETC
150 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_BIND_ETC 156932 2006-03-21 07:50:50Z ru
151 Set to avoid installing the default files to
152 .Pa /var/named/etc/namedb .
153 .It Va WITH_BIND_IDN
154 .\" from FreeBSD: stable/8/tools/build/options/WITH_BIND_IDN 193280 2009-06-01 21:58:59Z dougb
155 Set to enable IDN support for dig, host, and nslookup.
156 This requires ports/dns/idnkit to be installed in /usr/local.
157 .It Va WITH_BIND_LARGE_FILE
158 .\" from FreeBSD: stable/8/tools/build/options/WITH_BIND_LARGE_FILE 193280 2009-06-01 21:58:59Z dougb
159 Set to enable 64-bit file support.
160 .It Va WITH_BIND_LIBS
161 .\" from FreeBSD: stable/8/tools/build/options/WITH_BIND_LIBS 193280 2009-06-01 21:58:59Z dougb
162 Set to install BIND libraries and include files.
163 .It Va WITHOUT_BIND_LIBS_LWRES
164 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_BIND_LIBS_LWRES 156932 2006-03-21 07:50:50Z ru
165 Set to avoid installing the lightweight resolver library in
166 .Pa /usr/lib .
167 .It Va WITHOUT_BIND_MTREE
168 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_BIND_MTREE 157717 2006-04-13 10:37:29Z ru
169 Set to avoid running
170 .Xr mtree 8
171 to create the chroot directory structure under
172 .Pa /var/named ,
173 and avoid creating an
174 .Pa /etc/namedb
175 symlink to the chroot directory.
176 When set, it also enforces the following options:
177 .Pp
178 .Bl -item -compact
179 .It
180 .Va WITHOUT_BIND_ETC
181 .El
182 .It Va WITHOUT_BIND_NAMED
183 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_BIND_NAMED 156932 2006-03-21 07:50:50Z ru
184 Set to avoid building or installing
185 .Xr named 8 ,
186 .Xr named.reload 8 ,
187 .Xr named-checkconf 8 ,
188 .Xr named-checkzone 8 ,
189 .Xr rndc 8 ,
190 and
191 .Xr rndc-confgen 8 .
192 .It Va WITH_BIND_SIGCHASE
193 .\" from FreeBSD: stable/8/tools/build/options/WITH_BIND_SIGCHASE 193280 2009-06-01 21:58:59Z dougb
194 Set to enable DNSSEC validation support for dig, host, and nslookup.
195 .It Va WITHOUT_BIND_UTILS
196 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_BIND_UTILS 156932 2006-03-21 07:50:50Z ru
197 Set to avoid building or installing the BIND userland utilities,
198 .Xr dig 1 ,
199 .Xr host 1 ,
200 .Xr nslookup 1 ,
201 and
202 .Xr nsupdate 8 .
203 .It Va WITH_BIND_XML
204 .\" from FreeBSD: stable/8/tools/build/options/WITH_BIND_XML 193280 2009-06-01 21:58:59Z dougb
205 Set to enable the http statistics interface for named.
206 This requires ports/textproc/libxml2 to be installed in /usr/local.
207 .It Va WITHOUT_BINUTILS
208 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_BINUTILS 236342 2012-05-30 22:31:45Z obrien
209 Set to not install binutils (as, c++-filt, gconv, gnu-ar, gnu-randlib,
210 ld, nm, objcopy, objdump, readelf, size and strip)
211 .Bf -symbolic
212 The option does not generally work for build targets, unless some alternative
213 toolchain is enabled.
214 .Ef
215 .It Va WITHOUT_BLUETOOTH
216 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_BLUETOOTH 156932 2006-03-21 07:50:50Z ru
217 Set to not build Bluetooth related kernel modules, programs and libraries.
218 .It Va WITHOUT_BOOT
219 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_BOOT 156932 2006-03-21 07:50:50Z ru
220 Set to not build the boot blocks and loader.
221 .It Va WITHOUT_BSD_CPIO
222 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_BSD_CPIO 179813 2008-06-16 05:48:15Z dougb
223 Set to not build the BSD licensed version of cpio based on
224 .Xr libarchive 3 .
225 .It Va WITHOUT_BSNMP
226 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_BSNMP 183306 2008-09-23 16:15:42Z sam
227 Set to not build or install
228 .Xr bsnmpd 1
229 and related libraries and data files.
230 .It Va WITHOUT_BZIP2
231 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_BZIP2 174550 2007-12-12 16:43:17Z ru
232 Set to not build contributed bzip2 software as a part of the base system.
233 .Bf -symbolic
234 The option has no effect yet.
235 .Ef
236 When set, it also enforces the following options:
237 .Pp
238 .Bl -item -compact
239 .It
240 .Va WITHOUT_BZIP2_SUPPORT
241 .El
242 .It Va WITHOUT_BZIP2_SUPPORT
243 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_BZIP2_SUPPORT 166255 2007-01-26 10:19:08Z delphij
244 Set to build some programs without optional bzip2 support.
245 .It Va WITHOUT_CALENDAR
246 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_CALENDAR 156932 2006-03-21 07:50:50Z ru
247 Set to not build
248 .Xr calendar 1 .
249 .It Va WITHOUT_CDDL
250 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_CDDL 163861 2006-11-01 09:02:11Z jb
251 Set to not build code licensed under Sun's CDDL.
252 When set, it also enforces the following options:
253 .Pp
254 .Bl -item -compact
255 .It
256 .Va WITHOUT_ZFS
257 .El
258 .It Va WITHOUT_CPP
259 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
260 Set to not build
261 .Xr cpp 1 .
262 .It Va WITHOUT_CRYPT
263 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru
264 Set to not build any crypto code.
265 When set, it also enforces the following options:
266 .Pp
267 .Bl -item -compact
268 .It
269 .Va WITHOUT_GSSAPI
270 (can be overridden with
271 .Va WITH_GSSAPI )
272 .It
273 .Va WITHOUT_KERBEROS
274 .It
275 .Va WITHOUT_KERBEROS_SUPPORT
276 .It
277 .Va WITHOUT_OPENSSH
278 .It
279 .Va WITHOUT_OPENSSL
280 .El
281 .It Va WITHOUT_CTM
282 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_CTM 183242 2008-09-21 22:02:26Z sam
283 Set to not build
284 .Xr ctm 1
285 and related utilities.
286 .It Va WITHOUT_CVS
287 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_CVS 156932 2006-03-21 07:50:50Z ru
288 Set to not build CVS.
289 .It Va WITHOUT_CXX
290 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_CXX 156932 2006-03-21 07:50:50Z ru
291 Set to not build
292 .Xr g++ 1
293 and related libraries.
294 .It Va WITHOUT_DICT
295 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru
296 Set to not build the Webster dictionary files.
297 .It Va WITHOUT_DYNAMICROOT
298 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru
299 Set this if you do not want to link
300 .Pa /bin
301 and
302 .Pa /sbin
303 dynamically.
304 .It Va WITHOUT_EXAMPLES
305 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru
306 Set to avoid installing examples to
307 .Pa /usr/share/examples/ .
308 .It Va WITHOUT_FLOPPY
309 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_FLOPPY 183306 2008-09-23 16:15:42Z sam
310 Set to not build or install programs 
311 for operating floppy disk driver.
312 .It Va WITHOUT_FORTH
313 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru
314 Set to build bootloaders without Forth support.
315 .It Va WITHOUT_FP_LIBC
316 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru
317 Set to build
318 .Nm libc
319 without floating-point support.
320 .It Va WITHOUT_FREEBSD_UPDATE
321 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam
322 Set to not build
323 .Xr freebsd-update 8 .
324 .It Va WITHOUT_GAMES
325 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru
326 Set to not build games.
327 .It Va WITHOUT_GCC
328 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GCC 236342 2012-05-30 22:31:45Z obrien
329 Set to not install gcc and g++.
330 .Bf -symbolic
331 The option does not generally work for build targets, unless some alternative
332 toolchain is enabled.
333 .Ef
334 .It Va WITHOUT_GCOV
335 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru
336 Set to not build the
337 .Xr gcov 1
338 tool.
339 .It Va WITHOUT_GDB
340 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru
341 Set to not build
342 .Xr gdb 1 .
343 .It Va WITHOUT_GNU
344 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru
345 Set to not build contributed GNU software as a part of the base system.
346 This option can be useful if the system built must not contain any code
347 covered by the GNU Public License due to legal reasons.
348 .Bf -symbolic
349 The option has no effect yet.
350 .Ef
351 When set, it also enforces the following options:
352 .Pp
353 .Bl -item -compact
354 .It
355 .Va WITHOUT_GNU_SUPPORT
356 .El
357 .It Va WITHOUT_GNU_GREP
358 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GNU_GREP 179813 2008-06-16 05:48:15Z dougb
359 Set to not build GNU grep as a part of the base system.
360 .It Va WITHOUT_GNU_SUPPORT
361 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
362 Set to build some programs without optional GNU support.
363 .It Va WITHOUT_GPIB
364 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GPIB 156932 2006-03-21 07:50:50Z ru
365 Set to not build GPIB bus support.
366 .It Va WITHOUT_GROFF
367 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GROFF 156932 2006-03-21 07:50:50Z ru
368 Set to not build
369 .Xr groff 1 .
370 .It Va WITHOUT_GSSAPI
371 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru
372 Set to not build libgssapi.
373 .It Va WITH_HESIOD
374 .\" from FreeBSD: stable/8/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru
375 Set to build Hesiod support.
376 .It Va WITHOUT_HTML
377 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru
378 Set to not build HTML docs.
379 .It Va WITH_IDEA
380 .\" from FreeBSD: stable/8/tools/build/options/WITH_IDEA 156932 2006-03-21 07:50:50Z ru
381 Set to build the IDEA encryption code.
382 This code is patented in the USA and many European countries.
383 It is
384 .Em "YOUR RESPONSIBILITY"
385 to determine if you can legally use IDEA.
386 .It Va WITHOUT_INET
387 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_INET 229514 2012-01-04 19:50:10Z bz
388 Set to not build programs and libraries related to IPv4 networking.
389 When set, it also enforces the following options:
390 .Pp
391 .Bl -item -compact
392 .It
393 .Va WITHOUT_INET_SUPPORT
394 .El
395 .It Va WITHOUT_INET6
396 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru
397 Set to not build
398 programs and libraries related to IPv6 networking.
399 When set, it also enforces the following options:
400 .Pp
401 .Bl -item -compact
402 .It
403 .Va WITHOUT_INET6_SUPPORT
404 .El
405 .It Va WITHOUT_INET6_SUPPORT
406 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru
407 Set to build libraries, programs, and kernel modules without IPv6 support.
408 .It Va WITHOUT_INET_SUPPORT
409 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_INET_SUPPORT 229514 2012-01-04 19:50:10Z bz
410 Set to build libraries, programs, and kernel modules without IPv4 support.
411 .It Va WITHOUT_INFO
412 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru
413 Set to not make or install
414 .Xr info 5
415 files.
416 .It Va WITHOUT_INSTALLLIB
417 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb
418 Set this if you do not want to install optional libraries.
419 For example when creating a
420 .Xr nanobsd 8
421 image.
422 .It Va WITHOUT_IPFILTER
423 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru
424 Set to not build IP Filter package.
425 .It Va WITHOUT_IPFW
426 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam
427 Set to not build IPFW tools.
428 .It Va WITHOUT_IPX
429 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_IPX 156932 2006-03-21 07:50:50Z ru
430 Set to not build programs and libraries related to IPX networking.
431 When set, it also enforces the following options:
432 .Pp
433 .Bl -item -compact
434 .It
435 .Va WITHOUT_IPX_SUPPORT
436 .It
437 .Va WITHOUT_NCP
438 .El
439 .It Va WITHOUT_IPX_SUPPORT
440 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_IPX_SUPPORT 156932 2006-03-21 07:50:50Z ru
441 Set to build some programs without IPX support.
442 .It Va WITHOUT_JAIL
443 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_JAIL 183242 2008-09-21 22:02:26Z sam
444 Set to not build tools for the support of jails; e.g.
445 .Xr jail 8 .
446 .It Va WITHOUT_KERBEROS
447 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru
448 Set this if you do not want to build Kerberos 5 (KTH Heimdal).
449 When set, it also enforces the following options:
450 .Pp
451 .Bl -item -compact
452 .It
453 .Va WITHOUT_GSSAPI
454 (can be overridden with
455 .Va WITH_GSSAPI )
456 .It
457 .Va WITHOUT_KERBEROS_SUPPORT
458 .El
459 .It Va WITHOUT_KERBEROS_SUPPORT
460 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_KERBEROS_SUPPORT 156932 2006-03-21 07:50:50Z ru
461 Set to build some programs without Kerberos support, like
462 .Xr cvs 1 ,
463 .Xr ssh 1 ,
464 .Xr telnet 1 ,
465 .Xr sshd 8 ,
466 and
467 .Xr telnetd 8 .
468 .It Va WITHOUT_KVM
469 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru
470 Set to not build the
471 .Nm libkvm
472 library as a part of the base system.
473 .Bf -symbolic
474 The option has no effect yet.
475 .Ef
476 When set, it also enforces the following options:
477 .Pp
478 .Bl -item -compact
479 .It
480 .Va WITHOUT_KVM_SUPPORT
481 .El
482 .It Va WITHOUT_KVM_SUPPORT
483 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin
484 Set to build some programs without optional
485 .Nm libkvm
486 support.
487 .It Va WITHOUT_LEGACY_CONSOLE
488 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_LEGACY_CONSOLE 183242 2008-09-21 22:02:26Z sam
489 Set to not build programs that support a legacy PC console; e.g.
490 .Xr kbdcontrol 8
491 and
492 .Xr vidcontrol 8 .
493 .It Va WITHOUT_LIB32
494 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_LIB32 156932 2006-03-21 07:50:50Z ru
495 On amd64, set to not build 32-bit library set and a
496 .Nm ld-elf32.so.1
497 runtime linker.
498 .It Va WITHOUT_LIBPTHREAD
499 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm
500 Set to not build the
501 .Nm libpthread
502 providing library,
503 .Nm libthr .
504 When set, it also enforces the following options:
505 .Pp
506 .Bl -item -compact
507 .It
508 .Va WITHOUT_BIND
509 .It
510 .Va WITHOUT_BIND_DNSSEC
511 .It
512 .Va WITHOUT_BIND_ETC
513 .It
514 .Va WITHOUT_BIND_LIBS_LWRES
515 .It
516 .Va WITHOUT_BIND_MTREE
517 .It
518 .Va WITHOUT_BIND_NAMED
519 .It
520 .Va WITHOUT_BIND_UTILS
521 .It
522 .Va WITHOUT_LIBTHR
523 .El
524 .It Va WITHOUT_LIBTHR
525 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru
526 Set to not build the
527 .Nm libthr
528 (1:1 threading)
529 library.
530 When set, it also enforces the following options:
531 .Pp
532 .Bl -item -compact
533 .It
534 .Va WITHOUT_BIND
535 .It
536 .Va WITHOUT_BIND_DNSSEC
537 .It
538 .Va WITHOUT_BIND_ETC
539 .It
540 .Va WITHOUT_BIND_LIBS_LWRES
541 .It
542 .Va WITHOUT_BIND_MTREE
543 .It
544 .Va WITHOUT_BIND_NAMED
545 .It
546 .Va WITHOUT_BIND_UTILS
547 .El
548 .It Va WITHOUT_LOCALES
549 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru
550 Set to not build localization files; see
551 .Xr locale 1 .
552 .It Va WITHOUT_LOCATE
553 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam
554 Set to not build
555 .Xr locate 1
556 and related programs.
557 .It Va WITHOUT_LPR
558 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru
559 Set to not build
560 .Xr lpr 1
561 and related programs.
562 .It Va WITHOUT_MAIL
563 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam
564 Set to not build any mail support (MUA or MTA).
565 When set, it also enforces the following options:
566 .Pp
567 .Bl -item -compact
568 .It
569 .Va WITHOUT_MAILWRAPPER
570 .It
571 .Va WITHOUT_SENDMAIL
572 .El
573 .It Va WITHOUT_MAILWRAPPER
574 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru
575 Set to not build the
576 .Xr mailwrapper 8
577 MTA selector.
578 .It Va WITHOUT_MAKE
579 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam
580 Set to not install
581 .Xr make 1
582 and related support files.
583 .It Va WITHOUT_MAN
584 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru
585 Set to not build manual pages.
586 When set, it also enforces the following options:
587 .Pp
588 .Bl -item -compact
589 .It
590 .Va WITHOUT_MAN_UTILS
591 (can be overridden with
592 .Va WITH_MAN_UTILS )
593 .El
594 .It Va WITHOUT_MAN_UTILS
595 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_MAN_UTILS 208547 2010-05-25 20:19:31Z jkim
596 Set to not build utilities for manual pages,
597 .Xr apropos 1 ,
598 .Xr catman 1 ,
599 .Xr makewhatis 1 ,
600 .Xr man 1 ,
601 .Xr whatis 1 ,
602 .Xr manctl 8 ,
603 and related support files.
604 .It Va WITHOUT_NCP
605 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NCP 156932 2006-03-21 07:50:50Z ru
606 Set to not build programs, libraries, and kernel modules
607 related to NetWare Core protocol.
608 .It Va WITHOUT_NDIS
609 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam
610 Set to not build programs and libraries
611 related to NDIS emulation support.
612 .It Va WITHOUT_NETCAT
613 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru
614 Set to not build
615 .Xr nc 1
616 utility.
617 .It Va WITHOUT_NETGRAPH
618 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam
619 Set to not build applications to support
620 .Xr netgraph 4 .
621 When set, it also enforces the following options:
622 .Pp
623 .Bl -item -compact
624 .It
625 .Va WITHOUT_ATM
626 .It
627 .Va WITHOUT_BLUETOOTH
628 .It
629 .Va WITHOUT_NETGRAPH_SUPPORT
630 .El
631 .It Va WITHOUT_NETGRAPH_SUPPORT
632 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam
633 Set to build libraries, programs, and kernel modules without netgraph support.
634 .It Va WITHOUT_NIS
635 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru
636 Set to not build
637 .Xr NIS 8
638 support and related programs.
639 If set, you might need to adopt your
640 .Xr nsswitch.conf 5
641 and remove
642 .Sq nis
643 entries.
644 .It Va WITHOUT_NLS
645 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru
646 Set to not build NLS catalogs.
647 .It Va WITHOUT_NLS_CATALOGS
648 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
649 Set to not build NLS catalog support for
650 .Xr csh 1 .
651 .It Va WITHOUT_NS_CACHING
652 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru
653 Set to disable name caching in the
654 .Pa nsswitch
655 subsystem.
656 The generic caching daemon,
657 .Xr nscd 8 ,
658 will not be built either if this option is set.
659 .It Va WITHOUT_NTP
660 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam
661 Set to not build
662 .Xr ntpd 8
663 and related programs.
664 .It Va WITHOUT_OBJC
665 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_OBJC 156932 2006-03-21 07:50:50Z ru
666 Set to not build Objective C support.
667 .It Va WITHOUT_OPENSSH
668 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru
669 Set to not build OpenSSH.
670 .It Va WITH_OPENSSH_NONE_CIPHER
671 .\" from FreeBSD: stable/8/tools/build/options/WITH_OPENSSH_NONE_CIPHER 247521 2013-03-01 02:06:04Z des
672 Set to include the "None" cipher support in OpenSSH and its libraries.
673 Additional adjustments may need to be done to system configuration
674 files, such as
675 .Xr sshd_config 5 ,
676 to enable this cipher.
677 Please see
678 .Pa /usr/src/crypto/openssh/README.hpn
679 for full details.
680 .It Va WITHOUT_OPENSSL
681 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru
682 Set to not build OpenSSL.
683 When set, it also enforces the following options:
684 .Pp
685 .Bl -item -compact
686 .It
687 .Va WITHOUT_GSSAPI
688 (can be overridden with
689 .Va WITH_GSSAPI )
690 .It
691 .Va WITHOUT_KERBEROS
692 .It
693 .Va WITHOUT_KERBEROS_SUPPORT
694 .It
695 .Va WITHOUT_OPENSSH
696 .El
697 .It Va WITHOUT_PAM
698 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru
699 Set to not build PAM library and modules.
700 .Bf -symbolic
701 This option is deprecated and does nothing.
702 .Ef
703 When set, it also enforces the following options:
704 .Pp
705 .Bl -item -compact
706 .It
707 .Va WITHOUT_PAM_SUPPORT
708 .El
709 .It Va WITHOUT_PAM_SUPPORT
710 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru
711 Set to build some programs without PAM support, particularly
712 .Xr ftpd 8
713 and
714 .Xr ppp 8 .
715 .It Va WITHOUT_PF
716 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru
717 Set to not build PF firewall package.
718 When set, it also enforces the following options:
719 .Pp
720 .Bl -item -compact
721 .It
722 .Va WITHOUT_AUTHPF
723 .El
724 .It Va WITHOUT_PKGBOOTSTRAP
725 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PKGBOOTSTRAP 270887 2014-08-31 20:14:22Z peter
726 Set to not build
727 .Xr pkg 7
728 bootstrap tool.
729 .It Va WITHOUT_PKGTOOLS
730 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PKGTOOLS 183242 2008-09-21 22:02:26Z sam
731 Set to not build
732 .Xr pkg_add 8
733 and related programs.
734 .It Va WITHOUT_PMC
735 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam
736 Set to not build
737 .Xr pmccontrol 8
738 and related programs.
739 .It Va WITHOUT_PORTSNAP
740 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam
741 Set to not build or install
742 .Xr portsnap 8
743 and related files.
744 .It Va WITHOUT_PPP
745 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam
746 Set to not build
747 .Xr ppp 8
748 and related programs.
749 .It Va WITHOUT_PROFILE
750 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PROFILE 156932 2006-03-21 07:50:50Z ru
751 Set to avoid compiling profiled libraries.
752 .It Va WITHOUT_QUOTAS
753 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam
754 Set to not build
755 .Xr quota 8
756 and related programs.
757 .It Va WITHOUT_RCMDS
758 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru
759 Disable building of the
760 .Bx
761 r-commands.
762 This includes
763 .Xr rlogin 1 ,
764 .Xr rsh 1 ,
765 etc.
766 .It Va WITHOUT_RCS
767 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_RCS 156932 2006-03-21 07:50:50Z ru
768 Set to not build
769 .Xr rcs 1
770 and related utilities.
771 .It Va WITHOUT_RESCUE
772 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru
773 Set to not build
774 .Xr rescue 8 .
775 .It Va WITHOUT_ROUTED
776 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam
777 Set to not build
778 .Xr routed 8
779 utility.
780 .It Va WITHOUT_SENDMAIL
781 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru
782 Set to not build
783 .Xr sendmail 8
784 and related programs.
785 .It Va WITHOUT_SETUID_LOGIN
786 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru
787 Set this to disable the installation of
788 .Xr login 1
789 as a set-user-ID root program.
790 .It Va WITHOUT_SHAREDOCS
791 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru
792 Set to not build the
793 .Bx 4.4
794 legacy docs.
795 .It Va WITHOUT_SSP
796 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru
797 Set to not build world with propolice stack smashing protection.
798 .It Va WITHOUT_SYMVER
799 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen
800 Set to disable symbol versioning when building shared libraries.
801 .It Va WITHOUT_SYSCONS
802 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru
803 Set to not build
804 .Xr syscons 4
805 support files such as keyboard maps, fonts, and screen output maps.
806 .It Va WITHOUT_SYSINSTALL
807 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_SYSINSTALL 183242 2008-09-21 22:02:26Z sam
808 Set to not build
809 .Xr sysinstall 8
810 and related programs.
811 .It Va WITHOUT_TCSH
812 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru
813 Set to not build and install
814 .Pa /bin/csh
815 (which is
816 .Xr tcsh 1 ) .
817 .It Va WITHOUT_TELNET
818 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam
819 Set to not build
820 .Xr telnet 8
821 and related programs.
822 .It Va WITHOUT_TEXTPROC
823 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam
824 Set to not build
825 programs used for text processing.
826 When set, it also enforces the following options:
827 .Pp
828 .Bl -item -compact
829 .It
830 .Va WITHOUT_GROFF
831 .El
832 .It Va WITHOUT_TOOLCHAIN
833 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_TOOLCHAIN 174550 2007-12-12 16:43:17Z ru
834 Set to not install
835 programs used for program development,
836 compilers, debuggers etc.
837 .Bf -symbolic
838 The option does not work for build targets.
839 .Ef
840 When set, it also enforces the following options:
841 .Pp
842 .Bl -item -compact
843 .It
844 .Va WITHOUT_BINUTILS
845 .It
846 .Va WITHOUT_GCC
847 .It
848 .Va WITHOUT_GDB
849 .El
850 .It Va WITHOUT_USB
851 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru
852 Set to not build USB-related programs and libraries.
853 .It Va WITHOUT_WIRELESS
854 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam
855 Set to not build programs used for 802.11 wireless networks; especially
856 .Xr wpa_supplicant 8
857 and
858 .Xr hostapd 8 .
859 When set, it also enforces the following options:
860 .Pp
861 .Bl -item -compact
862 .It
863 .Va WITHOUT_WIRELESS_SUPPORT
864 .El
865 .It Va WITHOUT_WIRELESS_SUPPORT
866 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam
867 Set to build libraries, programs, and kernel modules without
868 802.11 wireless support.
869 .It Va WITHOUT_WPA_SUPPLICANT_EAPOL
870 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru
871 Build
872 .Xr wpa_supplicant 8
873 without support for the IEEE 802.1X protocol and without
874 support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
875 protocols (usable only via 802.1X).
876 .It Va WITHOUT_ZFS
877 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd
878 Set to not build ZFS file system.
879 .It Va WITHOUT_ZONEINFO
880 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_ZONEINFO 235588 2012-05-18 02:00:41Z gjb
881 Set to not build the timezone database.
882 .El
883 .Sh FILES
884 .Bl -tag -compact -width Pa
885 .It Pa /etc/src.conf
886 .It Pa /usr/share/mk/bsd.own.mk
887 .El
888 .Sh SEE ALSO
889 .Xr make 1 ,
890 .Xr make.conf 5 ,
891 .Xr build 7 ,
892 .Xr ports 7
893 .Sh HISTORY
894 The
895 .Nm
896 file appeared in
897 .Fx 7.0 .
898 .Sh AUTHORS
899 This manual page was autogenerated.