]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - share/man/man5/src.conf.5
MFC r235337:
[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 188848 2009-02-20 11:09:55Z mtm
3 .\" $FreeBSD$
4 .Dd January  4, 2012
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_BLUETOOTH
208 .\" from FreeBSD: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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: stable/8/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 WITHOUT_GNU_GREP
343 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GNU_GREP 179813 2008-06-16 05:48:15Z dougb
344 Set to not build GNU grep as a part of the base system.
345 .It Va WITHOUT_GNU_SUPPORT
346 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
347 Set to build some programs without optional GNU support.
348 .It Va WITHOUT_GPIB
349 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GPIB 156932 2006-03-21 07:50:50Z ru
350 Set to not build GPIB bus support.
351 .It Va WITHOUT_GROFF
352 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GROFF 156932 2006-03-21 07:50:50Z ru
353 Set to not build
354 .Xr groff 1 .
355 .It Va WITHOUT_GSSAPI
356 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru
357 Set to not build libgssapi.
358 .It Va WITH_HESIOD
359 .\" from FreeBSD: stable/8/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru
360 Set to build Hesiod support.
361 .It Va WITHOUT_HTML
362 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru
363 Set to not build HTML docs.
364 .It Va WITH_IDEA
365 .\" from FreeBSD: stable/8/tools/build/options/WITH_IDEA 156932 2006-03-21 07:50:50Z ru
366 Set to build the IDEA encryption code.
367 This code is patented in the USA and many European countries.
368 It is
369 .Em "YOUR RESPONSIBILITY"
370 to determine if you can legally use IDEA.
371 .It Va WITHOUT_INET
372 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_INET 229514 2012-01-04 19:50:10Z bz
373 Set to not build programs and libraries related to IPv4 networking.
374 When set, it also enforces the following options:
375 .Pp
376 .Bl -item -compact
377 .It
378 .Va WITHOUT_INET_SUPPORT
379 .El
380 .It Va WITHOUT_INET6
381 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru
382 Set to not build
383 programs and libraries related to IPv6 networking.
384 When set, it also enforces the following options:
385 .Pp
386 .Bl -item -compact
387 .It
388 .Va WITHOUT_INET6_SUPPORT
389 .El
390 .It Va WITHOUT_INET6_SUPPORT
391 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru
392 Set to build libraries, programs, and kernel modules without IPv6 support.
393 .It Va WITHOUT_INET_SUPPORT
394 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_INET_SUPPORT 229514 2012-01-04 19:50:10Z bz
395 Set to build libraries, programs, and kernel modules without IPv4 support.
396 .It Va WITHOUT_INFO
397 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru
398 Set to not make or install
399 .Xr info 5
400 files.
401 .It Va WITHOUT_INSTALLLIB
402 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb
403 Set this if you do not want to install optional libraries.
404 For example when creating a
405 .Xr nanobsd 8
406 image.
407 .It Va WITHOUT_IPFILTER
408 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru
409 Set to not build IP Filter package.
410 .It Va WITHOUT_IPFW
411 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam
412 Set to not build IPFW tools.
413 .It Va WITHOUT_IPX
414 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_IPX 156932 2006-03-21 07:50:50Z ru
415 Set to not build programs and libraries related to IPX networking.
416 When set, it also enforces the following options:
417 .Pp
418 .Bl -item -compact
419 .It
420 .Va WITHOUT_IPX_SUPPORT
421 .It
422 .Va WITHOUT_NCP
423 .El
424 .It Va WITHOUT_IPX_SUPPORT
425 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_IPX_SUPPORT 156932 2006-03-21 07:50:50Z ru
426 Set to build some programs without IPX support.
427 .It Va WITHOUT_JAIL
428 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_JAIL 183242 2008-09-21 22:02:26Z sam
429 Set to not build tools for the support of jails; e.g.
430 .Xr jail 8 .
431 .It Va WITHOUT_KERBEROS
432 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru
433 Set this if you do not want to build Kerberos 5 (KTH Heimdal).
434 When set, it also enforces the following options:
435 .Pp
436 .Bl -item -compact
437 .It
438 .Va WITHOUT_GSSAPI
439 (can be overridden with
440 .Va WITH_GSSAPI )
441 .It
442 .Va WITHOUT_KERBEROS_SUPPORT
443 .El
444 .It Va WITHOUT_KERBEROS_SUPPORT
445 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_KERBEROS_SUPPORT 156932 2006-03-21 07:50:50Z ru
446 Set to build some programs without Kerberos support, like
447 .Xr cvs 1 ,
448 .Xr ssh 1 ,
449 .Xr telnet 1 ,
450 .Xr sshd 8 ,
451 and
452 .Xr telnetd 8 .
453 .It Va WITHOUT_KVM
454 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru
455 Set to not build the
456 .Nm libkvm
457 library as a part of the base system.
458 .Bf -symbolic
459 The option has no effect yet.
460 .Ef
461 When set, it also enforces the following options:
462 .Pp
463 .Bl -item -compact
464 .It
465 .Va WITHOUT_KVM_SUPPORT
466 .El
467 .It Va WITHOUT_KVM_SUPPORT
468 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin
469 Set to build some programs without optional
470 .Nm libkvm
471 support.
472 .It Va WITHOUT_LEGACY_CONSOLE
473 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_LEGACY_CONSOLE 183242 2008-09-21 22:02:26Z sam
474 Set to not build programs that support a legacy PC console; e.g.
475 .Xr kbdcontrol 8
476 and
477 .Xr vidcontrol 8 .
478 .It Va WITHOUT_LIB32
479 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_LIB32 156932 2006-03-21 07:50:50Z ru
480 On amd64, set to not build 32-bit library set and a
481 .Nm ld-elf32.so.1
482 runtime linker.
483 .It Va WITHOUT_LIBPTHREAD
484 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm
485 Set to not build the
486 .Nm libpthread
487 providing library,
488 .Nm libthr .
489 When set, it also enforces the following options:
490 .Pp
491 .Bl -item -compact
492 .It
493 .Va WITHOUT_BIND
494 .It
495 .Va WITHOUT_BIND_DNSSEC
496 .It
497 .Va WITHOUT_BIND_ETC
498 .It
499 .Va WITHOUT_BIND_LIBS_LWRES
500 .It
501 .Va WITHOUT_BIND_MTREE
502 .It
503 .Va WITHOUT_BIND_NAMED
504 .It
505 .Va WITHOUT_BIND_UTILS
506 .It
507 .Va WITHOUT_LIBTHR
508 .El
509 .It Va WITHOUT_LIBTHR
510 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru
511 Set to not build the
512 .Nm libthr
513 (1:1 threading)
514 library.
515 When set, it also enforces the following options:
516 .Pp
517 .Bl -item -compact
518 .It
519 .Va WITHOUT_BIND
520 .It
521 .Va WITHOUT_BIND_DNSSEC
522 .It
523 .Va WITHOUT_BIND_ETC
524 .It
525 .Va WITHOUT_BIND_LIBS_LWRES
526 .It
527 .Va WITHOUT_BIND_MTREE
528 .It
529 .Va WITHOUT_BIND_NAMED
530 .It
531 .Va WITHOUT_BIND_UTILS
532 .El
533 .It Va WITHOUT_LOCALES
534 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru
535 Set to not build localization files; see
536 .Xr locale 1 .
537 .It Va WITHOUT_LOCATE
538 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam
539 Set to not build
540 .Xr locate 1
541 and related programs.
542 .It Va WITHOUT_LPR
543 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru
544 Set to not build
545 .Xr lpr 1
546 and related programs.
547 .It Va WITHOUT_MAIL
548 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam
549 Set to not build any mail support (MUA or MTA).
550 When set, it also enforces the following options:
551 .Pp
552 .Bl -item -compact
553 .It
554 .Va WITHOUT_MAILWRAPPER
555 .It
556 .Va WITHOUT_SENDMAIL
557 .El
558 .It Va WITHOUT_MAILWRAPPER
559 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru
560 Set to not build the
561 .Xr mailwrapper 8
562 MTA selector.
563 .It Va WITHOUT_MAKE
564 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam
565 Set to not install
566 .Xr make 1
567 and related support files.
568 .It Va WITHOUT_MAN
569 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru
570 Set to not build manual pages.
571 When set, it also enforces the following options:
572 .Pp
573 .Bl -item -compact
574 .It
575 .Va WITHOUT_MAN_UTILS
576 (can be overridden with
577 .Va WITH_MAN_UTILS )
578 .El
579 .It Va WITHOUT_MAN_UTILS
580 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_MAN_UTILS 208547 2010-05-25 20:19:31Z jkim
581 Set to not build utilities for manual pages,
582 .Xr apropos 1 ,
583 .Xr catman 1 ,
584 .Xr makewhatis 1 ,
585 .Xr man 1 ,
586 .Xr whatis 1 ,
587 .Xr manctl 8 ,
588 and related support files.
589 .It Va WITHOUT_NCP
590 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NCP 156932 2006-03-21 07:50:50Z ru
591 Set to not build programs, libraries, and kernel modules
592 related to NetWare Core protocol.
593 .It Va WITHOUT_NDIS
594 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam
595 Set to not build programs and libraries
596 related to NDIS emulation support.
597 .It Va WITHOUT_NETCAT
598 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru
599 Set to not build
600 .Xr nc 1
601 utility.
602 .It Va WITHOUT_NETGRAPH
603 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam
604 Set to not build applications to support
605 .Xr netgraph 4 .
606 When set, it also enforces the following options:
607 .Pp
608 .Bl -item -compact
609 .It
610 .Va WITHOUT_ATM
611 .It
612 .Va WITHOUT_BLUETOOTH
613 .It
614 .Va WITHOUT_NETGRAPH_SUPPORT
615 .El
616 .It Va WITHOUT_NETGRAPH_SUPPORT
617 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam
618 Set to build libraries, programs, and kernel modules without netgraph support.
619 .It Va WITHOUT_NIS
620 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru
621 Set to not build
622 .Xr NIS 8
623 support and related programs.
624 If set, you might need to adopt your
625 .Xr nsswitch.conf 5
626 and remove
627 .Sq nis
628 entries.
629 .It Va WITHOUT_NLS
630 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru
631 Set to not build NLS catalogs.
632 .It Va WITHOUT_NLS_CATALOGS
633 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
634 Set to not build NLS catalog support for
635 .Xr csh 1 .
636 .It Va WITHOUT_NS_CACHING
637 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru
638 Set to disable name caching in the
639 .Pa nsswitch
640 subsystem.
641 The generic caching daemon,
642 .Xr nscd 8 ,
643 will not be built either if this option is set.
644 .It Va WITHOUT_NTP
645 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam
646 Set to not build
647 .Xr ntpd 8
648 and related programs.
649 .It Va WITHOUT_OBJC
650 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_OBJC 156932 2006-03-21 07:50:50Z ru
651 Set to not build Objective C support.
652 .It Va WITHOUT_OPENSSH
653 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru
654 Set to not build OpenSSH.
655 .It Va WITHOUT_OPENSSL
656 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru
657 Set to not build OpenSSL.
658 When set, it also enforces the following options:
659 .Pp
660 .Bl -item -compact
661 .It
662 .Va WITHOUT_GSSAPI
663 (can be overridden with
664 .Va WITH_GSSAPI )
665 .It
666 .Va WITHOUT_KERBEROS
667 .It
668 .Va WITHOUT_KERBEROS_SUPPORT
669 .It
670 .Va WITHOUT_OPENSSH
671 .El
672 .It Va WITHOUT_PAM
673 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru
674 Set to not build PAM library and modules.
675 .Bf -symbolic
676 This option is deprecated and does nothing.
677 .Ef
678 When set, it also enforces the following options:
679 .Pp
680 .Bl -item -compact
681 .It
682 .Va WITHOUT_PAM_SUPPORT
683 .El
684 .It Va WITHOUT_PAM_SUPPORT
685 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru
686 Set to build some programs without PAM support, particularly
687 .Xr ftpd 8
688 and
689 .Xr ppp 8 .
690 .It Va WITHOUT_PF
691 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru
692 Set to not build PF firewall package.
693 When set, it also enforces the following options:
694 .Pp
695 .Bl -item -compact
696 .It
697 .Va WITHOUT_AUTHPF
698 .El
699 .It Va WITHOUT_PKGTOOLS
700 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PKGTOOLS 183242 2008-09-21 22:02:26Z sam
701 Set to not build
702 .Xr pkg_add 8
703 and related programs.
704 .It Va WITHOUT_PMC
705 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam
706 Set to not build
707 .Xr pmccontrol 8
708 and related programs.
709 .It Va WITHOUT_PORTSNAP
710 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam
711 Set to not build or install
712 .Xr portsnap 8
713 and related files.
714 .It Va WITHOUT_PPP
715 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam
716 Set to not build
717 .Xr ppp 8
718 and related programs.
719 .It Va WITHOUT_PROFILE
720 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_PROFILE 156932 2006-03-21 07:50:50Z ru
721 Set to avoid compiling profiled libraries.
722 .It Va WITHOUT_QUOTAS
723 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam
724 Set to not build
725 .Xr quota 8
726 and related programs.
727 .It Va WITHOUT_RCMDS
728 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru
729 Disable building of the
730 .Bx
731 r-commands.
732 This includes
733 .Xr rlogin 1 ,
734 .Xr rsh 1 ,
735 etc.
736 .It Va WITHOUT_RCS
737 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_RCS 156932 2006-03-21 07:50:50Z ru
738 Set to not build
739 .Xr rcs 1
740 and related utilities.
741 .It Va WITHOUT_RESCUE
742 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru
743 Set to not build
744 .Xr rescue 8 .
745 .It Va WITHOUT_ROUTED
746 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam
747 Set to not build
748 .Xr routed 8
749 utility.
750 .It Va WITHOUT_SENDMAIL
751 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru
752 Set to not build
753 .Xr sendmail 8
754 and related programs.
755 .It Va WITHOUT_SETUID_LOGIN
756 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru
757 Set this to disable the installation of
758 .Xr login 1
759 as a set-user-ID root program.
760 .It Va WITHOUT_SHAREDOCS
761 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru
762 Set to not build the
763 .Bx 4.4
764 legacy docs.
765 .It Va WITHOUT_SSP
766 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru
767 Set to not build world with propolice stack smashing protection.
768 .It Va WITHOUT_SYMVER
769 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen
770 Set to disable symbol versioning when building shared libraries.
771 .It Va WITHOUT_SYSCONS
772 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru
773 Set to not build
774 .Xr syscons 4
775 support files such as keyboard maps, fonts, and screen output maps.
776 .It Va WITHOUT_SYSINSTALL
777 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_SYSINSTALL 183242 2008-09-21 22:02:26Z sam
778 Set to not build
779 .Xr sysinstall 8
780 and related programs.
781 .It Va WITHOUT_TCSH
782 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru
783 Set to not build and install
784 .Pa /bin/csh
785 (which is
786 .Xr tcsh 1 ) .
787 .It Va WITHOUT_TELNET
788 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam
789 Set to not build
790 .Xr telnet 8
791 and related programs.
792 .It Va WITHOUT_TEXTPROC
793 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam
794 Set to not build
795 programs used for text processing.
796 When set, it also enforces the following options:
797 .Pp
798 .Bl -item -compact
799 .It
800 .Va WITHOUT_GROFF
801 .El
802 .It Va WITHOUT_TOOLCHAIN
803 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_TOOLCHAIN 174550 2007-12-12 16:43:17Z ru
804 Set to not install
805 programs used for program development,
806 compilers, debuggers etc.
807 .Bf -symbolic
808 The option does not work for build targets.
809 .Ef
810 When set, it also enforces the following options:
811 .Pp
812 .Bl -item -compact
813 .It
814 .Va WITHOUT_GDB
815 .El
816 .It Va WITHOUT_USB
817 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru
818 Set to not build USB-related programs and libraries.
819 .It Va WITHOUT_WIRELESS
820 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam
821 Set to not build programs used for 802.11 wireless networks; especially
822 .Xr wpa_supplicant 8
823 and
824 .Xr hostapd 8 .
825 When set, it also enforces the following options:
826 .Pp
827 .Bl -item -compact
828 .It
829 .Va WITHOUT_WIRELESS_SUPPORT
830 .El
831 .It Va WITHOUT_WIRELESS_SUPPORT
832 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam
833 Set to build libraries, programs, and kernel modules without
834 802.11 wireless support.
835 .It Va WITHOUT_WPA_SUPPLICANT_EAPOL
836 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru
837 Build
838 .Xr wpa_supplicant 8
839 without support for the IEEE 802.1X protocol and without
840 support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
841 protocols (usable only via 802.1X).
842 .It Va WITHOUT_ZFS
843 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd
844 Set to not build ZFS file system.
845 .It Va WITHOUT_ZONEINFO
846 .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_ZONEINFO 171994 2007-08-27 20:01:08Z remko
847 Set to not build the timezone database
848 .El
849 .Sh FILES
850 .Bl -tag -compact
851 .It Pa /etc/src.conf
852 .It Pa /usr/share/mk/bsd.own.mk
853 .El
854 .Sh SEE ALSO
855 .Xr make 1 ,
856 .Xr make.conf 5 ,
857 .Xr build 7 ,
858 .Xr ports 7
859 .Sh HISTORY
860 The
861 .Nm
862 file appeared in
863 .Fx 7.0 .
864 .Sh AUTHORS
865 This manual page was autogenerated.