]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - share/man/man5/src.conf.5
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.git] / share / man / man5 / src.conf.5
1 .\" DO NOT EDIT-- this file is automatically generated.
2 .\" from FreeBSD: head/tools/build/options/makeman 188848 2009-02-20 11:09:55Z mtm
3 .\" $FreeBSD$
4 .Dd June  1, 2009
5 .Dt SRC.CONF 5
6 .Os
7 .Sh NAME
8 .Nm src.conf
9 .Nd "source build options"
10 .Sh DESCRIPTION
11 The
12 .Nm
13 file contains settings that will apply to every build involving the
14 .Fx
15 source tree; see
16 .Xr build 7 .
17 .Pp
18 The
19 .Nm
20 file uses the standard makefile syntax.
21 However,
22 .Nm
23 should not specify any dependencies to
24 .Xr make 1 .
25 Instead,
26 .Nm
27 is to set
28 .Xr make 1
29 variables that control the aspects of how the system builds.
30 .Pp
31 The default location of
32 .Nm
33 is
34 .Pa /etc/src.conf ,
35 though an alternative location can be specified in the
36 .Xr make 1
37 variable
38 .Va SRCCONF .
39 Overriding the location of
40 .Nm
41 may be necessary if the system-wide settings are not suitable
42 for a particular build.
43 For instance, setting
44 .Va SRCCONF
45 to
46 .Pa /dev/null
47 effectively resets all build controls to their defaults.
48 .Pp
49 The only purpose of
50 .Nm
51 is to control the compilation of the
52 .Fx
53 source code, which is usually located in
54 .Pa /usr/src .
55 As a rule, the system administrator creates
56 .Nm
57 when the values of certain control variables need to be changed
58 from their defaults.
59 .Pp
60 In addition, control variables can be specified
61 for a particular build via the
62 .Fl D
63 option of
64 .Xr make 1
65 or in its environment; see
66 .Xr environ 7 .
67 .Pp
68 The values of variables are ignored regardless of their setting;
69 even if they would be set to
70 .Dq Li FALSE
71 or
72 .Dq Li NO .
73 Just the existence of an option will cause
74 it to be honoured by
75 .Xr make 1 .
76 .Pp
77 The following list provides a name and short description for variables
78 that can be used for source builds.
79 .Bl -tag -width indent
80 .It Va WITHOUT_ACCT
81 .\" from FreeBSD: head/tools/build/options/WITHOUT_ACCT 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: head/tools/build/options/WITHOUT_ACPI 156932 2006-03-21 07:50:50Z ru
88 Set to not build
89 .Xr acpiconf 8 ,
90 .Xr acpidump 8
91 and related programs.
92 .It Va WITHOUT_AMD
93 .\" from FreeBSD: head/tools/build/options/WITHOUT_AMD 183242 2008-09-21 22:02:26Z sam
94 Set to not build
95 .Xr amd 8 ,
96 and related programs.
97 .It Va WITHOUT_APM
98 .\" from FreeBSD: head/tools/build/options/WITHOUT_APM 183242 2008-09-21 22:02:26Z sam
99 Set to not build
100 .Xr apm 8 ,
101 .Xr apmd 8
102 and related programs.
103 .It Va WITHOUT_ASSERT_DEBUG
104 .\" from FreeBSD: head/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: head/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: head/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: head/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: head/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: head/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: head/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: head/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: head/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: head/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: head/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: head/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: head/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: head/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: head/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: head/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: head/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_BLUETOOTH
208 .\" from FreeBSD: head/tools/build/options/WITHOUT_BLUETOOTH 156932 2006-03-21 07:50:50Z ru
209 Set to not build Bluetooth related kernel modules, programs and libraries.
210 .It Va WITHOUT_BOOT
211 .\" from FreeBSD: head/tools/build/options/WITHOUT_BOOT 156932 2006-03-21 07:50:50Z ru
212 Set to not build the boot blocks and loader.
213 .It Va WITHOUT_BSD_CPIO
214 .\" from FreeBSD: head/tools/build/options/WITHOUT_BSD_CPIO 179813 2008-06-16 05:48:15Z dougb
215 Set to not build the BSD licensed version of cpio based on
216 .Xr libarchive 3 .
217 .It Va WITHOUT_BSNMP
218 .\" from FreeBSD: head/tools/build/options/WITHOUT_BSNMP 183306 2008-09-23 16:15:42Z sam
219 Set to not build or install
220 .Xr bsnmpd 1
221 and related libraries and data files.
222 .It Va WITHOUT_BZIP2
223 .\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2 174550 2007-12-12 16:43:17Z ru
224 Set to not build contributed bzip2 software as a part of the base system.
225 .Bf -symbolic
226 The option has no effect yet.
227 .Ef
228 When set, it also enforces the following options:
229 .Pp
230 .Bl -item -compact
231 .It
232 .Va WITHOUT_BZIP2_SUPPORT
233 .El
234 .It Va WITHOUT_BZIP2_SUPPORT
235 .\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2_SUPPORT 166255 2007-01-26 10:19:08Z delphij
236 Set to build some programs without optional bzip2 support.
237 .It Va WITHOUT_CALENDAR
238 .\" from FreeBSD: head/tools/build/options/WITHOUT_CALENDAR 156932 2006-03-21 07:50:50Z ru
239 Set to not build
240 .Xr calendar 1 .
241 .It Va WITHOUT_CDDL
242 .\" from FreeBSD: head/tools/build/options/WITHOUT_CDDL 163861 2006-11-01 09:02:11Z jb
243 Set to not build code licensed under Sun's CDDL.
244 When set, it also enforces the following options:
245 .Pp
246 .Bl -item -compact
247 .It
248 .Va WITHOUT_ZFS
249 .El
250 .It Va WITHOUT_CPP
251 .\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
252 Set to not build
253 .Xr cpp 1 .
254 .It Va WITHOUT_CRYPT
255 .\" from FreeBSD: head/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru
256 Set to not build any crypto code.
257 When set, it also enforces the following options:
258 .Pp
259 .Bl -item -compact
260 .It
261 .Va WITHOUT_GSSAPI
262 (can be overridden with
263 .Va WITH_GSSAPI )
264 .It
265 .Va WITHOUT_KERBEROS
266 .It
267 .Va WITHOUT_KERBEROS_SUPPORT
268 .It
269 .Va WITHOUT_OPENSSH
270 .It
271 .Va WITHOUT_OPENSSL
272 .El
273 .It Va WITHOUT_CTM
274 .\" from FreeBSD: head/tools/build/options/WITHOUT_CTM 183242 2008-09-21 22:02:26Z sam
275 Set to not build
276 .Xr ctm 1
277 and related utilities.
278 .It Va WITHOUT_CVS
279 .\" from FreeBSD: head/tools/build/options/WITHOUT_CVS 156932 2006-03-21 07:50:50Z ru
280 Set to not build CVS.
281 .It Va WITHOUT_CXX
282 .\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 156932 2006-03-21 07:50:50Z ru
283 Set to not build
284 .Xr g++ 1
285 and related libraries.
286 .It Va WITHOUT_DICT
287 .\" from FreeBSD: head/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru
288 Set to not build the Webster dictionary files.
289 .It Va WITHOUT_DYNAMICROOT
290 .\" from FreeBSD: head/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru
291 Set this if you do not want to link
292 .Pa /bin
293 and
294 .Pa /sbin
295 dynamically.
296 .It Va WITHOUT_EXAMPLES
297 .\" from FreeBSD: head/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru
298 Set to avoid installing examples to
299 .Pa /usr/share/examples/ .
300 .It Va WITHOUT_FLOPPY
301 .\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 183306 2008-09-23 16:15:42Z sam
302 Set to not build or install programs 
303 for operating floppy disk driver.
304 .It Va WITHOUT_FORTH
305 .\" from FreeBSD: head/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru
306 Set to build bootloaders without Forth support.
307 .It Va WITHOUT_FP_LIBC
308 .\" from FreeBSD: head/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru
309 Set to build
310 .Nm libc
311 without floating-point support.
312 .It Va WITHOUT_FREEBSD_UPDATE
313 .\" from FreeBSD: head/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam
314 Set to not build
315 .Xr freebsd-update 8 .
316 .It Va WITHOUT_GAMES
317 .\" from FreeBSD: head/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru
318 Set to not build games.
319 .It Va WITHOUT_GCOV
320 .\" from FreeBSD: head/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru
321 Set to not build the
322 .Xr gcov 1
323 tool.
324 .It Va WITHOUT_GDB
325 .\" from FreeBSD: head/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru
326 Set to not build
327 .Xr gdb 1 .
328 .It Va WITHOUT_GNU
329 .\" from FreeBSD: head/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru
330 Set to not build contributed GNU software as a part of the base system.
331 This option can be useful if the system built must not contain any code
332 covered by the GNU Public License due to legal reasons.
333 .Bf -symbolic
334 The option has no effect yet.
335 .Ef
336 When set, it also enforces the following options:
337 .Pp
338 .Bl -item -compact
339 .It
340 .Va WITHOUT_GNU_SUPPORT
341 .El
342 .It Va WITH_GNU_CPIO
343 .\" from FreeBSD: head/tools/build/options/WITH_GNU_CPIO 179813 2008-06-16 05:48:15Z dougb
344 Set to build GNU cpio as a part of the base system,
345 and symlink
346 .Pa /usr/bin/cpio
347 to this version.
348 (This will override the symlink to the BSD version.)
349 .It Va WITHOUT_GNU_GREP
350 .\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_GREP 179813 2008-06-16 05:48:15Z dougb
351 Set to not build GNU grep as a part of the base system.
352 .It Va WITHOUT_GNU_SUPPORT
353 .\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
354 Set to build some programs without optional GNU support.
355 .It Va WITHOUT_GPIB
356 .\" from FreeBSD: head/tools/build/options/WITHOUT_GPIB 156932 2006-03-21 07:50:50Z ru
357 Set to not build GPIB bus support.
358 .It Va WITHOUT_GROFF
359 .\" from FreeBSD: head/tools/build/options/WITHOUT_GROFF 156932 2006-03-21 07:50:50Z ru
360 Set to not build
361 .Xr groff 1 .
362 .It Va WITHOUT_GSSAPI
363 .\" from FreeBSD: head/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru
364 Set to not build libgssapi.
365 .It Va WITH_HESIOD
366 .\" from FreeBSD: head/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru
367 Set to build Hesiod support.
368 .It Va WITHOUT_HTML
369 .\" from FreeBSD: head/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru
370 Set to not build HTML docs.
371 .It Va WITH_IDEA
372 .\" from FreeBSD: head/tools/build/options/WITH_IDEA 156932 2006-03-21 07:50:50Z ru
373 Set to build the IDEA encryption code.
374 This code is patented in the USA and many European countries.
375 It is
376 .Em "YOUR RESPONSIBILITY"
377 to determine if you can legally use IDEA.
378 .It Va WITHOUT_INET6
379 .\" from FreeBSD: head/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru
380 Set to not build
381 programs and libraries related to IPv6 networking.
382 When set, it also enforces the following options:
383 .Pp
384 .Bl -item -compact
385 .It
386 .Va WITHOUT_INET6_SUPPORT
387 .El
388 .It Va WITHOUT_INET6_SUPPORT
389 .\" from FreeBSD: head/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru
390 Set to build libraries, programs, and kernel modules without IPv6 support.
391 .It Va WITHOUT_INFO
392 .\" from FreeBSD: head/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru
393 Set to not make or install
394 .Xr info 5
395 files.
396 .It Va WITHOUT_INSTALLLIB
397 .\" from FreeBSD: head/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb
398 Set this if you do not want to install optional libraries.
399 For example when creating a
400 .Xr nanobsd 8
401 image.
402 .It Va WITHOUT_IPFILTER
403 .\" from FreeBSD: head/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru
404 Set to not build IP Filter package.
405 .It Va WITHOUT_IPFW
406 .\" from FreeBSD: head/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam
407 Set to not build IPFW tools.
408 .It Va WITHOUT_IPX
409 .\" from FreeBSD: head/tools/build/options/WITHOUT_IPX 156932 2006-03-21 07:50:50Z ru
410 Set to not build programs and libraries related to IPX networking.
411 When set, it also enforces the following options:
412 .Pp
413 .Bl -item -compact
414 .It
415 .Va WITHOUT_IPX_SUPPORT
416 .It
417 .Va WITHOUT_NCP
418 .El
419 .It Va WITHOUT_IPX_SUPPORT
420 .\" from FreeBSD: head/tools/build/options/WITHOUT_IPX_SUPPORT 156932 2006-03-21 07:50:50Z ru
421 Set to build some programs without IPX support.
422 .It Va WITHOUT_JAIL
423 .\" from FreeBSD: head/tools/build/options/WITHOUT_JAIL 183242 2008-09-21 22:02:26Z sam
424 Set to not build tools for the support of jails; e.g.
425 .Xr jail 8 .
426 .It Va WITHOUT_KERBEROS
427 .\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru
428 Set this if you do not want to build Kerberos 5 (KTH Heimdal).
429 When set, it also enforces the following options:
430 .Pp
431 .Bl -item -compact
432 .It
433 .Va WITHOUT_GSSAPI
434 (can be overridden with
435 .Va WITH_GSSAPI )
436 .It
437 .Va WITHOUT_KERBEROS_SUPPORT
438 .El
439 .It Va WITHOUT_KERBEROS_SUPPORT
440 .\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS_SUPPORT 156932 2006-03-21 07:50:50Z ru
441 Set to build some programs without Kerberos support, like
442 .Xr cvs 1 ,
443 .Xr ssh 1 ,
444 .Xr telnet 1 ,
445 .Xr sshd 8 ,
446 and
447 .Xr telnetd 8 .
448 .It Va WITHOUT_KVM
449 .\" from FreeBSD: head/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru
450 Set to not build the
451 .Nm libkvm
452 library as a part of the base system.
453 .Bf -symbolic
454 The option has no effect yet.
455 .Ef
456 When set, it also enforces the following options:
457 .Pp
458 .Bl -item -compact
459 .It
460 .Va WITHOUT_KVM_SUPPORT
461 .El
462 .It Va WITHOUT_KVM_SUPPORT
463 .\" from FreeBSD: head/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin
464 Set to build some programs without optional
465 .Nm libkvm
466 support.
467 .It Va WITHOUT_LEGACY_CONSOLE
468 .\" from FreeBSD: head/tools/build/options/WITHOUT_LEGACY_CONSOLE 183242 2008-09-21 22:02:26Z sam
469 Set to not build programs that support a legacy PC console; e.g.
470 .Xr kbdcontrol 8
471 and
472 .Xr vidcontrol 8 .
473 .It Va WITHOUT_LIB32
474 .\" from FreeBSD: head/tools/build/options/WITHOUT_LIB32 156932 2006-03-21 07:50:50Z ru
475 On amd64, set to not build 32-bit library set and a
476 .Nm ld-elf32.so.1
477 runtime linker.
478 .It Va WITHOUT_LIBPTHREAD
479 .\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm
480 Set to not build the
481 .Nm libpthread
482 providing library,
483 .Nm libthr .
484 When set, it also enforces the following options:
485 .Pp
486 .Bl -item -compact
487 .It
488 .Va WITHOUT_BIND
489 .It
490 .Va WITHOUT_BIND_DNSSEC
491 .It
492 .Va WITHOUT_BIND_ETC
493 .It
494 .Va WITHOUT_BIND_LIBS_LWRES
495 .It
496 .Va WITHOUT_BIND_MTREE
497 .It
498 .Va WITHOUT_BIND_NAMED
499 .It
500 .Va WITHOUT_BIND_UTILS
501 .It
502 .Va WITHOUT_LIBTHR
503 .El
504 .It Va WITHOUT_LIBTHR
505 .\" from FreeBSD: head/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru
506 Set to not build the
507 .Nm libthr
508 (1:1 threading)
509 library.
510 When set, it also enforces the following options:
511 .Pp
512 .Bl -item -compact
513 .It
514 .Va WITHOUT_BIND
515 .It
516 .Va WITHOUT_BIND_DNSSEC
517 .It
518 .Va WITHOUT_BIND_ETC
519 .It
520 .Va WITHOUT_BIND_LIBS_LWRES
521 .It
522 .Va WITHOUT_BIND_MTREE
523 .It
524 .Va WITHOUT_BIND_NAMED
525 .It
526 .Va WITHOUT_BIND_UTILS
527 .El
528 .It Va WITHOUT_LOCALES
529 .\" from FreeBSD: head/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru
530 Set to not build localization files; see
531 .Xr locale 1 .
532 .It Va WITHOUT_LOCATE
533 .\" from FreeBSD: head/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam
534 Set to not build
535 .Xr locate 1
536 and related programs.
537 .It Va WITHOUT_LPR
538 .\" from FreeBSD: head/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru
539 Set to not build
540 .Xr lpr 1
541 and related programs.
542 .It Va WITHOUT_MAIL
543 .\" from FreeBSD: head/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam
544 Set to not build any mail support (MUA or MTA).
545 When set, it also enforces the following options:
546 .Pp
547 .Bl -item -compact
548 .It
549 .Va WITHOUT_MAILWRAPPER
550 .It
551 .Va WITHOUT_SENDMAIL
552 .El
553 .It Va WITHOUT_MAILWRAPPER
554 .\" from FreeBSD: head/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru
555 Set to not build the
556 .Xr mailwrapper 8
557 MTA selector.
558 .It Va WITHOUT_MAKE
559 .\" from FreeBSD: head/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam
560 Set to not install
561 .Xr make 1
562 and related support files.
563 .It Va WITHOUT_MAN
564 .\" from FreeBSD: head/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru
565 Set to not build manual pages.
566 .It Va WITHOUT_NCP
567 .\" from FreeBSD: head/tools/build/options/WITHOUT_NCP 156932 2006-03-21 07:50:50Z ru
568 Set to not build programs, libraries, and kernel modules
569 related to NetWare Core protocol.
570 .It Va WITHOUT_NDIS
571 .\" from FreeBSD: head/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam
572 Set to not build programs and libraries
573 related to NDIS emulation support.
574 .It Va WITHOUT_NETCAT
575 .\" from FreeBSD: head/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru
576 Set to not build
577 .Xr nc 1
578 utility.
579 .It Va WITHOUT_NETGRAPH
580 .\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam
581 Set to not build applications to support
582 .Xr netgraph 4 .
583 When set, it also enforces the following options:
584 .Pp
585 .Bl -item -compact
586 .It
587 .Va WITHOUT_NETGRAPH_SUPPORT
588 .El
589 .It Va WITHOUT_NETGRAPH_SUPPORT
590 .\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam
591 Set to build libraries, programs, and kernel modules without netgraph support.
592 .It Va WITHOUT_NIS
593 .\" from FreeBSD: head/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru
594 Set to not build
595 .Xr NIS 8
596 support and related programs.
597 If set, you might need to adopt your
598 .Xr nsswitch.conf 5
599 and remove
600 .Sq nis
601 entries.
602 .It Va WITHOUT_NLS
603 .\" from FreeBSD: head/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru
604 Set to not build NLS catalogs.
605 .It Va WITHOUT_NLS_CATALOGS
606 .\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
607 Set to not build NLS catalog support for
608 .Xr csh 1 .
609 .It Va WITHOUT_NS_CACHING
610 .\" from FreeBSD: head/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru
611 Set to disable name caching in the
612 .Pa nsswitch
613 subsystem.
614 The generic caching daemon,
615 .Xr nscd 8 ,
616 will not be built either if this option is set.
617 .It Va WITHOUT_NTP
618 .\" from FreeBSD: head/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam
619 Set to not build
620 .Xr ntpd 8
621 and related programs.
622 .It Va WITHOUT_OBJC
623 .\" from FreeBSD: head/tools/build/options/WITHOUT_OBJC 156932 2006-03-21 07:50:50Z ru
624 Set to not build Objective C support.
625 .It Va WITHOUT_OPENSSH
626 .\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru
627 Set to not build OpenSSH.
628 .It Va WITHOUT_OPENSSL
629 .\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru
630 Set to not build OpenSSL.
631 When set, it also enforces the following options:
632 .Pp
633 .Bl -item -compact
634 .It
635 .Va WITHOUT_GSSAPI
636 (can be overridden with
637 .Va WITH_GSSAPI )
638 .It
639 .Va WITHOUT_KERBEROS
640 .It
641 .Va WITHOUT_KERBEROS_SUPPORT
642 .It
643 .Va WITHOUT_OPENSSH
644 .El
645 .It Va WITHOUT_PAM
646 .\" from FreeBSD: head/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru
647 Set to not build PAM library and modules.
648 .Bf -symbolic
649 This option is deprecated and does nothing.
650 .Ef
651 When set, it also enforces the following options:
652 .Pp
653 .Bl -item -compact
654 .It
655 .Va WITHOUT_PAM_SUPPORT
656 .El
657 .It Va WITHOUT_PAM_SUPPORT
658 .\" from FreeBSD: head/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru
659 Set to build some programs without PAM support, particularly
660 .Xr ftpd 8
661 and
662 .Xr ppp 8 .
663 .It Va WITHOUT_PF
664 .\" from FreeBSD: head/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru
665 Set to not build PF firewall package.
666 When set, it also enforces the following options:
667 .Pp
668 .Bl -item -compact
669 .It
670 .Va WITHOUT_AUTHPF
671 .El
672 .It Va WITHOUT_PKGTOOLS
673 .\" from FreeBSD: head/tools/build/options/WITHOUT_PKGTOOLS 183242 2008-09-21 22:02:26Z sam
674 Set to not build
675 .Xr pkg_add 8
676 and related programs.
677 .It Va WITHOUT_PMC
678 .\" from FreeBSD: head/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam
679 Set to not build
680 .Xr pmccontrol 8
681 and related programs.
682 .It Va WITHOUT_PORTSNAP
683 .\" from FreeBSD: head/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam
684 Set to not build or install
685 .Xr portsnap 8
686 and related files.
687 .It Va WITHOUT_PPP
688 .\" from FreeBSD: head/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam
689 Set to not build
690 .Xr ppp 8
691 and related programs.
692 .It Va WITHOUT_PROFILE
693 .\" from FreeBSD: head/tools/build/options/WITHOUT_PROFILE 156932 2006-03-21 07:50:50Z ru
694 Set to avoid compiling profiled libraries.
695 .It Va WITHOUT_QUOTAS
696 .\" from FreeBSD: head/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam
697 Set to not build
698 .Xr quota 8
699 and related programs.
700 .It Va WITHOUT_RCMDS
701 .\" from FreeBSD: head/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru
702 Disable building of the
703 .Bx
704 r-commands.
705 This includes
706 .Xr rlogin 1 ,
707 .Xr rsh 1 ,
708 etc.
709 .It Va WITHOUT_RCS
710 .\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 156932 2006-03-21 07:50:50Z ru
711 Set to not build
712 .Xr rcs 1
713 and related utilities.
714 .It Va WITHOUT_RESCUE
715 .\" from FreeBSD: head/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru
716 Set to not build
717 .Xr rescue 8 .
718 .It Va WITHOUT_ROUTED
719 .\" from FreeBSD: head/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam
720 Set to not build
721 .Xr routed 8
722 utility.
723 .It Va WITHOUT_SENDMAIL
724 .\" from FreeBSD: head/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru
725 Set to not build
726 .Xr sendmail 8
727 and related programs.
728 .It Va WITHOUT_SETUID_LOGIN
729 .\" from FreeBSD: head/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru
730 Set this to disable the installation of
731 .Xr login 1
732 as a set-user-ID root program.
733 .It Va WITHOUT_SHAREDOCS
734 .\" from FreeBSD: head/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru
735 Set to not build the
736 .Bx 4.4
737 legacy docs.
738 .It Va WITHOUT_SSP
739 .\" from FreeBSD: head/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru
740 Set to not build world with propolice stack smashing protection.
741 .It Va WITHOUT_SYMVER
742 .\" from FreeBSD: head/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen
743 Set to disable symbol versioning when building shared libraries.
744 .It Va WITHOUT_SYSCONS
745 .\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru
746 Set to not build
747 .Xr syscons 4
748 support files such as keyboard maps, fonts, and screen output maps.
749 .It Va WITHOUT_SYSINSTALL
750 .\" from FreeBSD: head/tools/build/options/WITHOUT_SYSINSTALL 183242 2008-09-21 22:02:26Z sam
751 Set to not build
752 .Xr sysinstall 8
753 and related programs.
754 .It Va WITHOUT_TCSH
755 .\" from FreeBSD: head/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru
756 Set to not build and install
757 .Pa /bin/csh
758 (which is
759 .Xr tcsh 1 ) .
760 .It Va WITHOUT_TELNET
761 .\" from FreeBSD: head/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam
762 Set to not build
763 .Xr telnet 8
764 and related programs.
765 .It Va WITHOUT_TEXTPROC
766 .\" from FreeBSD: head/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam
767 Set to not build
768 programs used for text processing.
769 When set, it also enforces the following options:
770 .Pp
771 .Bl -item -compact
772 .It
773 .Va WITHOUT_GROFF
774 .El
775 .It Va WITHOUT_TOOLCHAIN
776 .\" from FreeBSD: head/tools/build/options/WITHOUT_TOOLCHAIN 174550 2007-12-12 16:43:17Z ru
777 Set to not install
778 programs used for program development,
779 compilers, debuggers etc.
780 .Bf -symbolic
781 The option does not work for build targets.
782 .Ef
783 When set, it also enforces the following options:
784 .Pp
785 .Bl -item -compact
786 .It
787 .Va WITHOUT_GDB
788 .El
789 .It Va WITHOUT_USB
790 .\" from FreeBSD: head/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru
791 Set to not build USB-related programs and libraries.
792 .It Va WITHOUT_WIRELESS
793 .\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam
794 Set to not build programs used for 802.11 wireless networks; especially
795 .Xr wpa_supplicant 8
796 and
797 .Xr hostapd 8 .
798 When set, it also enforces the following options:
799 .Pp
800 .Bl -item -compact
801 .It
802 .Va WITHOUT_WIRELESS_SUPPORT
803 .El
804 .It Va WITHOUT_WIRELESS_SUPPORT
805 .\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam
806 Set to build libraries, programs, and kernel modules without
807 802.11 wireless support.
808 .It Va WITHOUT_WPA_SUPPLICANT_EAPOL
809 .\" from FreeBSD: head/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru
810 Build
811 .Xr wpa_supplicant 8
812 without support for the IEEE 802.1X protocol and without
813 support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
814 protocols (usable only via 802.1X).
815 .It Va WITHOUT_ZFS
816 .\" from FreeBSD: head/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd
817 Set to not build ZFS file system.
818 .It Va WITHOUT_ZONEINFO
819 .\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 171994 2007-08-27 20:01:08Z remko
820 Set to not build the timezone database
821 .El
822 .Sh FILES
823 .Bl -tag -compact
824 .It Pa /etc/src.conf
825 .It Pa /usr/share/mk/bsd.own.mk
826 .El
827 .Sh SEE ALSO
828 .Xr make 1 ,
829 .Xr make.conf 5 ,
830 .Xr build 7 ,
831 .Xr ports 7
832 .Sh HISTORY
833 The
834 .Nm
835 file appeared in
836 .Fx 7.0 .
837 .Sh AUTHORS
838 This manual page was autogenerated.