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