]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man5/src.conf.5
This commit was generated by cvs2svn to compensate for changes in r165743,
[FreeBSD/FreeBSD.git] / share / man / man5 / src.conf.5
1 .\" DO NOT EDIT-- this file is automatically generated.
2 .\" from FreeBSD: src/tools/build/options/makeman,v 1.6 2006/09/11 13:39:44 ru Exp
3 .\" $FreeBSD$
4 .Dd September 30, 2006
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 maybe 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_ACPI
81 .\" from FreeBSD: src/tools/build/options/WITHOUT_ACPI,v 1.1 2006/03/21 07:50:49 ru Exp
82 Set to not build
83 .Xr acpiconf 8 ,
84 .Xr acpidump 8
85 and related programs.
86 .It Va WITHOUT_ASSERT_DEBUG
87 .\" from FreeBSD: src/tools/build/options/WITHOUT_ASSERT_DEBUG,v 1.1 2006/09/11 13:55:27 ru Exp
88 Set to compile programs and libraries without the
89 .Xr assert 3
90 checks.
91 .It Va WITHOUT_ATM
92 .\" from FreeBSD: src/tools/build/options/WITHOUT_ATM,v 1.1 2006/03/21 07:50:49 ru Exp
93 Set to not build
94 programs and libraries related to ATM networking.
95 .It Va WITHOUT_AUDIT
96 .\" from FreeBSD: src/tools/build/options/WITHOUT_AUDIT,v 1.1 2006/03/21 07:50:49 ru Exp
97 Set to not build audit support into system programs.
98 .It Va WITHOUT_AUTHPF
99 .\" from FreeBSD: src/tools/build/options/WITHOUT_AUTHPF,v 1.1 2006/03/21 07:50:49 ru Exp
100 Set to not build
101 .Xr authpf 8 .
102 .It Va WITHOUT_BIND
103 .\" from FreeBSD: src/tools/build/options/WITHOUT_BIND,v 1.1 2006/03/21 07:50:49 ru Exp
104 Setting this variable will prevent any part of BIND from being built.
105 When set, it also enforces the following options:
106 .Pp
107 .Bl -item -compact
108 .It
109 .Va WITHOUT_BIND_DNSSEC
110 .It
111 .Va WITHOUT_BIND_ETC
112 .It
113 .Va WITHOUT_BIND_LIBS_LWRES
114 .It
115 .Va WITHOUT_BIND_MTREE
116 .It
117 .Va WITHOUT_BIND_NAMED
118 .It
119 .Va WITHOUT_BIND_UTILS
120 .El
121 .It Va WITHOUT_BIND_DNSSEC
122 .\" from FreeBSD: src/tools/build/options/WITHOUT_BIND_DNSSEC,v 1.1 2006/03/21 07:50:49 ru Exp
123 Set to avoid building or installing the DNSSEC related binaries,
124 .Xr dnssec-keygen 8
125 and
126 .Xr dnssec-signzone 8 .
127 .It Va WITHOUT_BIND_ETC
128 .\" from FreeBSD: src/tools/build/options/WITHOUT_BIND_ETC,v 1.1 2006/03/21 07:50:49 ru Exp
129 Set to avoid installing the default files to
130 .Pa /var/named/etc/namedb .
131 .It Va WITH_BIND_LIBS
132 .\" from FreeBSD: src/tools/build/options/WITH_BIND_LIBS,v 1.1 2006/03/21 07:50:50 ru Exp
133 Set to install BIND libraries and include files.
134 .It Va WITHOUT_BIND_LIBS_LWRES
135 .\" from FreeBSD: src/tools/build/options/WITHOUT_BIND_LIBS_LWRES,v 1.1 2006/03/21 07:50:49 ru Exp
136 Set to avoid installing the lightweight resolver library in
137 .Pa /usr/lib .
138 .It Va WITHOUT_BIND_MTREE
139 .\" from FreeBSD: src/tools/build/options/WITHOUT_BIND_MTREE,v 1.3 2006/04/13 10:37:29 ru Exp
140 Set to avoid running
141 .Xr mtree 8
142 to create the chroot directory structure under
143 .Pa /var/named ,
144 and avoid creating an
145 .Pa /etc/namedb
146 symlink to the chroot directory.
147 When set, it also enforces the following options:
148 .Pp
149 .Bl -item -compact
150 .It
151 .Va WITHOUT_BIND_ETC
152 .El
153 .It Va WITHOUT_BIND_NAMED
154 .\" from FreeBSD: src/tools/build/options/WITHOUT_BIND_NAMED,v 1.1 2006/03/21 07:50:49 ru Exp
155 Set to avoid building or installing
156 .Xr named 8 ,
157 .Xr named.reload 8 ,
158 .Xr named-checkconf 8 ,
159 .Xr named-checkzone 8 ,
160 .Xr rndc 8 ,
161 and
162 .Xr rndc-confgen 8 .
163 .It Va WITHOUT_BIND_UTILS
164 .\" from FreeBSD: src/tools/build/options/WITHOUT_BIND_UTILS,v 1.1 2006/03/21 07:50:49 ru Exp
165 Set to avoid building or installing the BIND userland utilities,
166 .Xr dig 1 ,
167 .Xr host 1 ,
168 .Xr nslookup 1 ,
169 and
170 .Xr nsupdate 8 .
171 .It Va WITHOUT_BLUETOOTH
172 .\" from FreeBSD: src/tools/build/options/WITHOUT_BLUETOOTH,v 1.1 2006/03/21 07:50:49 ru Exp
173 Set to not build Bluetooth related kernel modules, programs and libraries.
174 .It Va WITHOUT_BOOT
175 .\" from FreeBSD: src/tools/build/options/WITHOUT_BOOT,v 1.1 2006/03/21 07:50:49 ru Exp
176 Set to not build the boot blocks and loader.
177 .It Va WITHOUT_CALENDAR
178 .\" from FreeBSD: src/tools/build/options/WITHOUT_CALENDAR,v 1.1 2006/03/21 07:50:49 ru Exp
179 Set to not build
180 .Xr calendar 1 .
181 .It Va WITHOUT_CPP
182 .\" from FreeBSD: src/tools/build/options/WITHOUT_CPP,v 1.1 2006/03/21 07:50:49 ru Exp
183 Set to not build
184 .Xr cpp 1 .
185 .It Va WITHOUT_CRYPT
186 .\" from FreeBSD: src/tools/build/options/WITHOUT_CRYPT,v 1.1 2006/03/21 07:50:49 ru Exp
187 Set to not build any crypto code.
188 When set, it also enforces the following options:
189 .Pp
190 .Bl -item -compact
191 .It
192 .Va WITHOUT_KERBEROS
193 .It
194 .Va WITHOUT_KERBEROS_SUPPORT
195 .It
196 .Va WITHOUT_OPENSSH
197 .It
198 .Va WITHOUT_OPENSSL
199 .El
200 .It Va WITHOUT_CVS
201 .\" from FreeBSD: src/tools/build/options/WITHOUT_CVS,v 1.1 2006/03/21 07:50:49 ru Exp
202 Set to not build CVS.
203 .It Va WITHOUT_CXX
204 .\" from FreeBSD: src/tools/build/options/WITHOUT_CXX,v 1.1 2006/03/21 07:50:49 ru Exp
205 Set to not build
206 .Xr g++ 1
207 and related libraries.
208 .It Va WITHOUT_DICT
209 .\" from FreeBSD: src/tools/build/options/WITHOUT_DICT,v 1.1 2006/03/21 07:50:49 ru Exp
210 Set to not build the Webster dictionary files.
211 .It Va WITHOUT_DYNAMICROOT
212 .\" from FreeBSD: src/tools/build/options/WITHOUT_DYNAMICROOT,v 1.1 2006/03/21 07:50:49 ru Exp
213 Set this if you do not want to link
214 .Pa /bin
215 and
216 .Pa /sbin
217 dynamically.
218 .It Va WITHOUT_EXAMPLES
219 .\" from FreeBSD: src/tools/build/options/WITHOUT_EXAMPLES,v 1.2 2006/03/21 09:06:24 ru Exp
220 Set to avoid installing examples to
221 .Pa /usr/share/examples/ .
222 .It Va WITHOUT_FORTH
223 .\" from FreeBSD: src/tools/build/options/WITHOUT_FORTH,v 1.1 2006/03/21 07:50:49 ru Exp
224 Set to build bootloaders without Forth support.
225 .It Va WITHOUT_FORTRAN
226 .\" from FreeBSD: src/tools/build/options/WITHOUT_FORTRAN,v 1.1 2006/03/21 07:50:49 ru Exp
227 Set to not build
228 .Xr g77 1
229 and related libraries.
230 .It Va WITHOUT_FP_LIBC
231 .\" from FreeBSD: src/tools/build/options/WITHOUT_FP_LIBC,v 1.1 2006/03/21 07:50:49 ru Exp
232 Set to build
233 .Nm libc
234 without floating-point support.
235 .It Va WITHOUT_GAMES
236 .\" from FreeBSD: src/tools/build/options/WITHOUT_GAMES,v 1.1 2006/03/21 07:50:49 ru Exp
237 Set to not build games.
238 .It Va WITHOUT_GCOV
239 .\" from FreeBSD: src/tools/build/options/WITHOUT_GCOV,v 1.1 2006/03/21 07:50:49 ru Exp
240 Set to not build the
241 .Xr gcov 1
242 tool.
243 .It Va WITHOUT_GDB
244 .\" from FreeBSD: src/tools/build/options/WITHOUT_GDB,v 1.1 2006/03/21 07:50:49 ru Exp
245 Set to not build
246 .Xr gdb 1 .
247 .It Va WITHOUT_GNU
248 .\" from FreeBSD: src/tools/build/options/WITHOUT_GNU,v 1.2 2006/07/31 13:53:27 yar Exp
249 Set to not build contributed GNU software as a part of the base system.
250 This option can be useful if the system built must not contain any code
251 covered by the GNU Public License due to legal reasons.
252 .Sy "The option has no effect yet."
253 When set, it also enforces the following options:
254 .Pp
255 .Bl -item -compact
256 .It
257 .Va WITHOUT_GNU_SUPPORT
258 .El
259 .It Va WITHOUT_GNU_SUPPORT
260 .\" from FreeBSD: src/tools/build/options/WITHOUT_GNU_SUPPORT,v 1.1 2006/03/21 07:50:49 ru Exp
261 Set to build some programs without optional GNU support.
262 .It Va WITHOUT_GPIB
263 .\" from FreeBSD: src/tools/build/options/WITHOUT_GPIB,v 1.1 2006/03/21 07:50:49 ru Exp
264 Set to not build GPIB bus support.
265 .It Va WITHOUT_GROFF
266 .\" from FreeBSD: src/tools/build/options/WITHOUT_GROFF,v 1.1 2006/03/21 07:50:49 ru Exp
267 Set to not build
268 .Xr groff 1 .
269 .It Va WITH_HESIOD
270 .\" from FreeBSD: src/tools/build/options/WITH_HESIOD,v 1.1 2006/03/21 07:50:50 ru Exp
271 Set to build Hesiod support.
272 .It Va WITHOUT_HTML
273 .\" from FreeBSD: src/tools/build/options/WITHOUT_HTML,v 1.1 2006/03/21 07:50:49 ru Exp
274 Set to not build HTML docs.
275 .It Va WITHOUT_I4B
276 .\" from FreeBSD: src/tools/build/options/WITHOUT_I4B,v 1.1 2006/03/21 07:50:50 ru Exp
277 Set to not build isdn4bsd package.
278 .It Va WITH_IDEA
279 .\" from FreeBSD: src/tools/build/options/WITH_IDEA,v 1.1 2006/03/21 07:50:50 ru Exp
280 Set to build the IDEA encryption code.
281 This code is patented in the USA and many European countries.
282 It is
283 .Em "YOUR RESPONSIBILITY"
284 to determine if you can legally use IDEA.
285 .It Va WITHOUT_INET6
286 .\" from FreeBSD: src/tools/build/options/WITHOUT_INET6,v 1.1 2006/03/21 07:50:50 ru Exp
287 Set to not build
288 programs and libraries related to IPv6 networking.
289 When set, it also enforces the following options:
290 .Pp
291 .Bl -item -compact
292 .It
293 .Va WITHOUT_INET6_SUPPORT
294 .El
295 .It Va WITHOUT_INET6_SUPPORT
296 .\" from FreeBSD: src/tools/build/options/WITHOUT_INET6_SUPPORT,v 1.1 2006/03/21 07:50:50 ru Exp
297 Set to build libraries, programs, and kernel modules without IPv6 support.
298 .It Va WITHOUT_INFO
299 .\" from FreeBSD: src/tools/build/options/WITHOUT_INFO,v 1.1 2006/03/21 07:50:50 ru Exp
300 Set to not make or install
301 .Xr info 5
302 files.
303 .It Va WITHOUT_IPFILTER
304 .\" from FreeBSD: src/tools/build/options/WITHOUT_IPFILTER,v 1.1 2006/03/21 07:50:50 ru Exp
305 Set to not build IP Filter package.
306 .It Va WITHOUT_IPX
307 .\" from FreeBSD: src/tools/build/options/WITHOUT_IPX,v 1.1 2006/03/21 07:50:50 ru Exp
308 Set to not build programs and libraries related to IPX networking.
309 When set, it also enforces the following options:
310 .Pp
311 .Bl -item -compact
312 .It
313 .Va WITHOUT_IPX_SUPPORT
314 .It
315 .Va WITHOUT_NCP
316 .El
317 .It Va WITHOUT_IPX_SUPPORT
318 .\" from FreeBSD: src/tools/build/options/WITHOUT_IPX_SUPPORT,v 1.1 2006/03/21 07:50:50 ru Exp
319 Set to build some programs without IPX support.
320 .It Va WITHOUT_KERBEROS
321 .\" from FreeBSD: src/tools/build/options/WITHOUT_KERBEROS,v 1.1 2006/03/21 07:50:50 ru Exp
322 Set this if you do not want to build Kerberos 5 (KTH Heimdal).
323 When set, it also enforces the following options:
324 .Pp
325 .Bl -item -compact
326 .It
327 .Va WITHOUT_KERBEROS_SUPPORT
328 .El
329 .It Va WITHOUT_KERBEROS_SUPPORT
330 .\" from FreeBSD: src/tools/build/options/WITHOUT_KERBEROS_SUPPORT,v 1.1 2006/03/21 07:50:50 ru Exp
331 Set to build some programs without Kerberos support, like
332 .Xr cvs 1 ,
333 .Xr ssh 1 ,
334 .Xr telnet 1 ,
335 .Xr sshd 8 ,
336 and
337 .Xr telnetd 8 .
338 .It Va WITHOUT_LIB32
339 .\" from FreeBSD: src/tools/build/options/WITHOUT_LIB32,v 1.1 2006/03/21 07:50:50 ru Exp
340 On amd64, set to not build 32-bit library set and a
341 .Nm ld-elf32.so.1
342 runtime linker.
343 .It Va WITHOUT_LIBPTHREAD
344 .\" from FreeBSD: src/tools/build/options/WITHOUT_LIBPTHREAD,v 1.1 2006/03/21 07:50:50 ru Exp
345 Set to not build the
346 .Nm libpthread
347 (M:N threading)
348 library.
349 .It Va WITHOUT_LIBTHR
350 .\" from FreeBSD: src/tools/build/options/WITHOUT_LIBTHR,v 1.1 2006/03/21 07:50:50 ru Exp
351 Set to not build the
352 .Nm libthr
353 (1:1 threading)
354 library.
355 .It Va WITHOUT_LOCALES
356 .\" from FreeBSD: src/tools/build/options/WITHOUT_LOCALES,v 1.1 2006/03/21 07:50:50 ru Exp
357 Set to not build localization files; see
358 .Xr locale 1 .
359 .It Va WITHOUT_LPR
360 .\" from FreeBSD: src/tools/build/options/WITHOUT_LPR,v 1.1 2006/03/21 07:50:50 ru Exp
361 Set to not build
362 .Xr lpr 1
363 and related programs.
364 .It Va WITHOUT_MAILWRAPPER
365 .\" from FreeBSD: src/tools/build/options/WITHOUT_MAILWRAPPER,v 1.1 2006/03/21 07:50:50 ru Exp
366 Set to not build the
367 .Xr mailwrapper 8
368 MTA selector.
369 .It Va WITHOUT_MAN
370 .\" from FreeBSD: src/tools/build/options/WITHOUT_MAN,v 1.1 2006/03/21 07:50:50 ru Exp
371 Set to not build manual pages.
372 .It Va WITHOUT_NCP
373 .\" from FreeBSD: src/tools/build/options/WITHOUT_NCP,v 1.1 2006/03/21 07:50:50 ru Exp
374 Set to not build programs, libraries, and kernel modules
375 related to NetWare Core protocol.
376 .It Va WITHOUT_NETCAT
377 .\" from FreeBSD: src/tools/build/options/WITHOUT_NETCAT,v 1.1 2006/03/21 07:50:50 ru Exp
378 Set to not build
379 .Xr nc 1
380 utility.
381 .It Va WITHOUT_NIS
382 .\" from FreeBSD: src/tools/build/options/WITHOUT_NIS,v 1.1 2006/03/21 07:50:50 ru Exp
383 Set to not build
384 .Xr NIS 8
385 support and related programs.
386 If set, you might need to adopt your
387 .Xr nsswitch.conf 5
388 and remove
389 .Sq nis
390 entries.
391 .It Va WITHOUT_NLS
392 .\" from FreeBSD: src/tools/build/options/WITHOUT_NLS,v 1.1 2006/03/21 07:50:50 ru Exp
393 Set to not build NLS catalogs.
394 .It Va WITHOUT_NLS_CATALOGS
395 .\" from FreeBSD: src/tools/build/options/WITHOUT_NLS_CATALOGS,v 1.1 2006/03/21 07:50:50 ru Exp
396 Set to not build NLS catalog support for
397 .Xr csh 1 .
398 .It Va WITHOUT_NS_CACHING
399 .\" from FreeBSD: src/tools/build/options/WITHOUT_NS_CACHING,v 1.1 2006/07/31 13:08:47 yar Exp
400 Set to disable name caching in the
401 .Pa nsswitch
402 subsystem.
403 The generic caching daemon,
404 .Xr cached 8 ,
405 will not be built either if this option is set.
406 .It Va WITHOUT_OBJC
407 .\" from FreeBSD: src/tools/build/options/WITHOUT_OBJC,v 1.1 2006/03/21 07:50:50 ru Exp
408 Set to not build Objective C support.
409 .It Va WITHOUT_OPENSSH
410 .\" from FreeBSD: src/tools/build/options/WITHOUT_OPENSSH,v 1.1 2006/03/21 07:50:50 ru Exp
411 Set to not build OpenSSH.
412 .It Va WITHOUT_OPENSSL
413 .\" from FreeBSD: src/tools/build/options/WITHOUT_OPENSSL,v 1.1 2006/03/21 07:50:50 ru Exp
414 Set to not build OpenSSL.
415 When set, it also enforces the following options:
416 .Pp
417 .Bl -item -compact
418 .It
419 .Va WITHOUT_KERBEROS
420 .It
421 .Va WITHOUT_KERBEROS_SUPPORT
422 .It
423 .Va WITHOUT_OPENSSH
424 .El
425 .It Va WITHOUT_PAM
426 .\" from FreeBSD: src/tools/build/options/WITHOUT_PAM,v 1.2 2006/07/31 13:53:27 yar Exp
427 Set to not build PAM library and modules.
428 .Sy "This option is deprecated and does nothing."
429 When set, it also enforces the following options:
430 .Pp
431 .Bl -item -compact
432 .It
433 .Va WITHOUT_PAM_SUPPORT
434 .El
435 .It Va WITHOUT_PAM_SUPPORT
436 .\" from FreeBSD: src/tools/build/options/WITHOUT_PAM_SUPPORT,v 1.1 2006/03/21 07:50:50 ru Exp
437 Set to build some programs without PAM support, particularly
438 .Xr ftpd 8
439 and
440 .Xr ppp 8 .
441 .It Va WITHOUT_PF
442 .\" from FreeBSD: src/tools/build/options/WITHOUT_PF,v 1.1 2006/03/21 07:50:50 ru Exp
443 Set to not build PF firewall package.
444 When set, it also enforces the following options:
445 .Pp
446 .Bl -item -compact
447 .It
448 .Va WITHOUT_AUTHPF
449 .El
450 .It Va WITHOUT_PROFILE
451 .\" from FreeBSD: src/tools/build/options/WITHOUT_PROFILE,v 1.1 2006/03/21 07:50:50 ru Exp
452 Set to avoid compiling profiled libraries.
453 .It Va WITHOUT_RCMDS
454 .\" from FreeBSD: src/tools/build/options/WITHOUT_RCMDS,v 1.1 2006/03/21 07:50:50 ru Exp
455 Disable building of the
456 .Bx
457 r-commands.
458 This includes
459 .Xr rlogin 1 ,
460 .Xr rsh 1 ,
461 etc.
462 .It Va WITHOUT_RCS
463 .\" from FreeBSD: src/tools/build/options/WITHOUT_RCS,v 1.1 2006/03/21 07:50:50 ru Exp
464 Set to not build
465 .Xr rcs 1
466 and related utilities.
467 .It Va WITHOUT_RESCUE
468 .\" from FreeBSD: src/tools/build/options/WITHOUT_RESCUE,v 1.1 2006/03/21 07:50:50 ru Exp
469 Set to not build
470 .Xr rescue 8 .
471 .It Va WITHOUT_SENDMAIL
472 .\" from FreeBSD: src/tools/build/options/WITHOUT_SENDMAIL,v 1.1 2006/03/21 07:50:50 ru Exp
473 Set to not build
474 .Xr sendmail 8
475 and related programs.
476 .It Va WITHOUT_SETUID_LOGIN
477 .\" from FreeBSD: src/tools/build/options/WITHOUT_SETUID_LOGIN,v 1.1 2006/03/21 07:50:50 ru Exp
478 Set this to disable the installation of
479 .Xr login 1
480 as a set-user-ID root program.
481 .It Va WITHOUT_SHAREDOCS
482 .\" from FreeBSD: src/tools/build/options/WITHOUT_SHAREDOCS,v 1.1 2006/03/21 07:50:50 ru Exp
483 Set to not build the
484 .Bx 4.4
485 legacy docs.
486 .It Va WITHOUT_SYSCONS
487 .\" from FreeBSD: src/tools/build/options/WITHOUT_SYSCONS,v 1.1 2006/03/21 07:50:50 ru Exp
488 Set to not build
489 .Xr syscons 4
490 support files such as keyboard maps, fonts, and screen output maps.
491 .It Va WITHOUT_TCSH
492 .\" from FreeBSD: src/tools/build/options/WITHOUT_TCSH,v 1.1 2006/03/21 07:50:50 ru Exp
493 Set to not build and install
494 .Pa /bin/csh
495 (which is
496 .Xr tcsh 1 ) .
497 .It Va WITHOUT_TOOLCHAIN
498 .\" from FreeBSD: src/tools/build/options/WITHOUT_TOOLCHAIN,v 1.1 2006/03/21 07:50:50 ru Exp
499 Set to not build
500 programs used for program development,
501 compilers, debuggers etc.
502 When set, it also enforces the following options:
503 .Pp
504 .Bl -item -compact
505 .It
506 .Va WITHOUT_GDB
507 .El
508 .It Va WITHOUT_USB
509 .\" from FreeBSD: src/tools/build/options/WITHOUT_USB,v 1.1 2006/03/21 07:50:50 ru Exp
510 Set to not build USB-related programs and libraries.
511 .It Va WITHOUT_WPA_SUPPLICANT_EAPOL
512 .\" from FreeBSD: src/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL,v 1.1 2006/03/21 07:50:50 ru Exp
513 Build
514 .Xr wpa_supplicant 8
515 without support for the IEEE 802.1X protocol and without
516 support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
517 protocols (usable only via 802.1X).
518 .El
519 .Sh FILES
520 .Bl -tag -compact
521 .It Pa /etc/src.conf
522 .It Pa /usr/share/mk/bsd.own.mk
523 .El
524 .Sh SEE ALSO
525 .Xr make 1 ,
526 .Xr make.conf 5 ,
527 .Xr build 7 ,
528 .Xr ports 7
529 .Sh HISTORY
530 The
531 .Nm
532 file appeared in
533 .Fx 7.0 .
534 .Sh AUTHORS
535 This manual page was autogenerated.