xref: /freebsd/share/man/man5/src.conf.5 (revision 271c3a9060f2ee55607ebe146523f888e1db2654)
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 June 26, 2008
5.Dt SRC.CONF 5
6.Os
7.Sh NAME
8.Nm src.conf
9.Nd "source build options"
10.Sh DESCRIPTION
11The
12.Nm
13file contains settings that will apply to every build involving the
14.Fx
15source tree; see
16.Xr build 7 .
17.Pp
18The
19.Nm
20file uses the standard makefile syntax.
21However,
22.Nm
23should not specify any dependencies to
24.Xr make 1 .
25Instead,
26.Nm
27is to set
28.Xr make 1
29variables that control the aspects of how the system builds.
30.Pp
31The default location of
32.Nm
33is
34.Pa /etc/src.conf ,
35though an alternative location can be specified in the
36.Xr make 1
37variable
38.Va SRCCONF .
39Overriding the location of
40.Nm
41may be necessary if the system-wide settings are not suitable
42for a particular build.
43For instance, setting
44.Va SRCCONF
45to
46.Pa /dev/null
47effectively resets all build controls to their defaults.
48.Pp
49The only purpose of
50.Nm
51is to control the compilation of the
52.Fx
53source code, which is usually located in
54.Pa /usr/src .
55As a rule, the system administrator creates
56.Nm
57when the values of certain control variables need to be changed
58from their defaults.
59.Pp
60In addition, control variables can be specified
61for a particular build via the
62.Fl D
63option of
64.Xr make 1
65or in environment; see
66.Xr environ 7 .
67.Pp
68The values of variables are ignored regardless of their setting;
69even if they would be set to
70.Dq Li FALSE
71or
72.Dq Li NO .
73Just the existence of an option will cause
74it to be honoured by
75.Xr make 1 .
76.Pp
77The following list provides a name and short description for variables
78that can be used for source builds.
79.Bl -tag -width indent
80.It Va WITHOUT_ACPI
81.\" from FreeBSD: head/tools/build/options/WITHOUT_ACPI 156932 2006-03-21 07:50:50Z ru
82Set to not build
83.Xr acpiconf 8 ,
84.Xr acpidump 8
85and related programs.
86.It Va WITHOUT_ASSERT_DEBUG
87.\" from FreeBSD: head/tools/build/options/WITHOUT_ASSERT_DEBUG 162215 2006-09-11 13:55:27Z ru
88Set to compile programs and libraries without the
89.Xr assert 3
90checks.
91.It Va WITHOUT_ATM
92.\" from FreeBSD: head/tools/build/options/WITHOUT_ATM 156932 2006-03-21 07:50:50Z ru
93Set to not build
94programs and libraries related to ATM networking.
95.It Va WITHOUT_AUDIT
96.\" from FreeBSD: head/tools/build/options/WITHOUT_AUDIT 156932 2006-03-21 07:50:50Z ru
97Set to not build audit support into system programs.
98.It Va WITHOUT_AUTHPF
99.\" from FreeBSD: head/tools/build/options/WITHOUT_AUTHPF 156932 2006-03-21 07:50:50Z ru
100Set to not build
101.Xr authpf 8 .
102.It Va WITHOUT_BIND
103.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND 156932 2006-03-21 07:50:50Z ru
104Setting this variable will prevent any part of BIND from being built.
105When 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: head/tools/build/options/WITHOUT_BIND_DNSSEC 156932 2006-03-21 07:50:50Z ru
123Set to avoid building or installing the DNSSEC related binaries,
124.Xr dnssec-keygen 8
125and
126.Xr dnssec-signzone 8 .
127.It Va WITHOUT_BIND_ETC
128.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_ETC 156932 2006-03-21 07:50:50Z ru
129Set to avoid installing the default files to
130.Pa /var/named/etc/namedb .
131.It Va WITH_BIND_LIBS
132.\" from FreeBSD: head/tools/build/options/WITH_BIND_LIBS 156932 2006-03-21 07:50:50Z ru
133Set to install BIND libraries and include files.
134.It Va WITHOUT_BIND_LIBS_LWRES
135.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_LIBS_LWRES 156932 2006-03-21 07:50:50Z ru
136Set to avoid installing the lightweight resolver library in
137.Pa /usr/lib .
138.It Va WITHOUT_BIND_MTREE
139.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_MTREE 157717 2006-04-13 10:37:29Z ru
140Set to avoid running
141.Xr mtree 8
142to create the chroot directory structure under
143.Pa /var/named ,
144and avoid creating an
145.Pa /etc/namedb
146symlink to the chroot directory.
147When 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: head/tools/build/options/WITHOUT_BIND_NAMED 156932 2006-03-21 07:50:50Z ru
155Set 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 ,
161and
162.Xr rndc-confgen 8 .
163.It Va WITHOUT_BIND_UTILS
164.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_UTILS 156932 2006-03-21 07:50:50Z ru
165Set to avoid building or installing the BIND userland utilities,
166.Xr dig 1 ,
167.Xr host 1 ,
168.Xr nslookup 1 ,
169and
170.Xr nsupdate 8 .
171.It Va WITHOUT_BLUETOOTH
172.\" from FreeBSD: head/tools/build/options/WITHOUT_BLUETOOTH 156932 2006-03-21 07:50:50Z ru
173Set to not build Bluetooth related kernel modules, programs and libraries.
174.It Va WITHOUT_BOOT
175.\" from FreeBSD: head/tools/build/options/WITHOUT_BOOT 156932 2006-03-21 07:50:50Z ru
176Set to not build the boot blocks and loader.
177.It Va WITHOUT_BSD_CPIO
178.\" from FreeBSD: head/tools/build/options/WITHOUT_BSD_CPIO 179813 2008-06-16 05:48:15Z dougb
179Set to not build the BSD licensed version of cpio based on
180.Xr libarchive 3 .
181.It Va WITHOUT_BZIP2
182.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2 174550 2007-12-12 16:43:17Z ru
183Set to not build contributed bzip2 software as a part of the base system.
184.Bf -symbolic
185The option has no effect yet.
186.Ef
187When set, it also enforces the following options:
188.Pp
189.Bl -item -compact
190.It
191.Va WITHOUT_BZIP2_SUPPORT
192.El
193.It Va WITHOUT_BZIP2_SUPPORT
194.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2_SUPPORT 166255 2007-01-26 10:19:08Z delphij
195Set to build some programs without optional bzip2 support.
196.It Va WITHOUT_CALENDAR
197.\" from FreeBSD: head/tools/build/options/WITHOUT_CALENDAR 156932 2006-03-21 07:50:50Z ru
198Set to not build
199.Xr calendar 1 .
200.It Va WITHOUT_CDDL
201.\" from FreeBSD: head/tools/build/options/WITHOUT_CDDL 163861 2006-11-01 09:02:11Z jb
202Set to not build code licensed under Sun's CDDL.
203When set, it also enforces the following options:
204.Pp
205.Bl -item -compact
206.It
207.Va WITHOUT_ZFS
208.El
209.It Va WITHOUT_CPP
210.\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
211Set to not build
212.Xr cpp 1 .
213.It Va WITHOUT_CRYPT
214.\" from FreeBSD: head/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru
215Set to not build any crypto code.
216When set, it also enforces the following options:
217.Pp
218.Bl -item -compact
219.It
220.Va WITHOUT_GSSAPI
221(can be overridden with
222.Va WITH_GSSAPI )
223.It
224.Va WITHOUT_KERBEROS
225.It
226.Va WITHOUT_KERBEROS_SUPPORT
227.It
228.Va WITHOUT_OPENSSH
229.It
230.Va WITHOUT_OPENSSL
231.El
232.It Va WITHOUT_CVS
233.\" from FreeBSD: head/tools/build/options/WITHOUT_CVS 156932 2006-03-21 07:50:50Z ru
234Set to not build CVS.
235.It Va WITHOUT_CXX
236.\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 156932 2006-03-21 07:50:50Z ru
237Set to not build
238.Xr g++ 1
239and related libraries.
240.It Va WITHOUT_DICT
241.\" from FreeBSD: head/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru
242Set to not build the Webster dictionary files.
243.It Va WITHOUT_DYNAMICROOT
244.\" from FreeBSD: head/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru
245Set this if you do not want to link
246.Pa /bin
247and
248.Pa /sbin
249dynamically.
250.It Va WITHOUT_EXAMPLES
251.\" from FreeBSD: head/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru
252Set to avoid installing examples to
253.Pa /usr/share/examples/ .
254.It Va WITHOUT_FORTH
255.\" from FreeBSD: head/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru
256Set to build bootloaders without Forth support.
257.It Va WITHOUT_FP_LIBC
258.\" from FreeBSD: head/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru
259Set to build
260.Nm libc
261without floating-point support.
262.It Va WITHOUT_GAMES
263.\" from FreeBSD: head/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru
264Set to not build games.
265.It Va WITHOUT_GCOV
266.\" from FreeBSD: head/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru
267Set to not build the
268.Xr gcov 1
269tool.
270.It Va WITHOUT_GDB
271.\" from FreeBSD: head/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru
272Set to not build
273.Xr gdb 1 .
274.It Va WITHOUT_GNU
275.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru
276Set to not build contributed GNU software as a part of the base system.
277This option can be useful if the system built must not contain any code
278covered by the GNU Public License due to legal reasons.
279.Bf -symbolic
280The option has no effect yet.
281.Ef
282When set, it also enforces the following options:
283.Pp
284.Bl -item -compact
285.It
286.Va WITHOUT_GNU_SUPPORT
287.El
288.It Va WITH_GNU_CPIO
289.\" from FreeBSD: head/tools/build/options/WITH_GNU_CPIO 179813 2008-06-16 05:48:15Z dougb
290Set to build GNU cpio as a part of the base system,
291and symlink
292.Pa /usr/bin/cpio
293to this version.
294(This will override the symlink to the BSD version.)
295.It Va WITHOUT_GNU_GREP
296.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_GREP 179813 2008-06-16 05:48:15Z dougb
297Set to not build GNU grep as a part of the base system.
298.It Va WITHOUT_GNU_SUPPORT
299.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
300Set to build some programs without optional GNU support.
301.It Va WITHOUT_GPIB
302.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIB 156932 2006-03-21 07:50:50Z ru
303Set to not build GPIB bus support.
304.It Va WITHOUT_GROFF
305.\" from FreeBSD: head/tools/build/options/WITHOUT_GROFF 156932 2006-03-21 07:50:50Z ru
306Set to not build
307.Xr groff 1 .
308.It Va WITHOUT_GSSAPI
309.\" from FreeBSD: head/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru
310Set to not build libgssapi.
311.It Va WITH_HESIOD
312.\" from FreeBSD: head/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru
313Set to build Hesiod support.
314.It Va WITHOUT_HTML
315.\" from FreeBSD: head/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru
316Set to not build HTML docs.
317.It Va WITH_IDEA
318.\" from FreeBSD: head/tools/build/options/WITH_IDEA 156932 2006-03-21 07:50:50Z ru
319Set to build the IDEA encryption code.
320This code is patented in the USA and many European countries.
321It is
322.Em "YOUR RESPONSIBILITY"
323to determine if you can legally use IDEA.
324.It Va WITHOUT_INET6
325.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru
326Set to not build
327programs and libraries related to IPv6 networking.
328When set, it also enforces the following options:
329.Pp
330.Bl -item -compact
331.It
332.Va WITHOUT_INET6_SUPPORT
333.El
334.It Va WITHOUT_INET6_SUPPORT
335.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru
336Set to build libraries, programs, and kernel modules without IPv6 support.
337.It Va WITHOUT_INFO
338.\" from FreeBSD: head/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru
339Set to not make or install
340.Xr info 5
341files.
342.It Va WITHOUT_INSTALLLIB
343.\" from FreeBSD: head/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb
344Set this if you do not want to install optional libraries.
345For example when creating a
346.Xr nanobsd 8
347image.
348.It Va WITHOUT_IPFILTER
349.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru
350Set to not build IP Filter package.
351.It Va WITHOUT_IPX
352.\" from FreeBSD: head/tools/build/options/WITHOUT_IPX 156932 2006-03-21 07:50:50Z ru
353Set to not build programs and libraries related to IPX networking.
354When set, it also enforces the following options:
355.Pp
356.Bl -item -compact
357.It
358.Va WITHOUT_IPX_SUPPORT
359.It
360.Va WITHOUT_NCP
361.El
362.It Va WITHOUT_IPX_SUPPORT
363.\" from FreeBSD: head/tools/build/options/WITHOUT_IPX_SUPPORT 156932 2006-03-21 07:50:50Z ru
364Set to build some programs without IPX support.
365.It Va WITHOUT_KERBEROS
366.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru
367Set this if you do not want to build Kerberos 5 (KTH Heimdal).
368When set, it also enforces the following options:
369.Pp
370.Bl -item -compact
371.It
372.Va WITHOUT_GSSAPI
373(can be overridden with
374.Va WITH_GSSAPI )
375.It
376.Va WITHOUT_KERBEROS_SUPPORT
377.El
378.It Va WITHOUT_KERBEROS_SUPPORT
379.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS_SUPPORT 156932 2006-03-21 07:50:50Z ru
380Set to build some programs without Kerberos support, like
381.Xr cvs 1 ,
382.Xr ssh 1 ,
383.Xr telnet 1 ,
384.Xr sshd 8 ,
385and
386.Xr telnetd 8 .
387.It Va WITHOUT_KVM
388.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru
389Set to not build the
390.Nm libkvm
391library as a part of the base system.
392.Bf -symbolic
393The option has no effect yet.
394.Ef
395When set, it also enforces the following options:
396.Pp
397.Bl -item -compact
398.It
399.Va WITHOUT_KVM_SUPPORT
400.El
401.It Va WITHOUT_KVM_SUPPORT
402.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin
403Set to build some programs without optional
404.Nm libkvm
405support.
406.It Va WITHOUT_LIB32
407.\" from FreeBSD: head/tools/build/options/WITHOUT_LIB32 156932 2006-03-21 07:50:50Z ru
408On amd64, set to not build 32-bit library set and a
409.Nm ld-elf32.so.1
410runtime linker.
411.It Va WITHOUT_LIBPTHREAD
412.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 172498 2007-10-09 17:53:33Z obrien
413Set to not build either of the
414.Nm libpthread
415providing libraries
416.Nm ( libthr
417(1:1) &
418.Nm libkse
419(M:N)).
420When set, it also enforces the following options:
421.Pp
422.Bl -item -compact
423.It
424.Va WITHOUT_BIND
425.It
426.Va WITHOUT_BIND_DNSSEC
427.It
428.Va WITHOUT_BIND_ETC
429.It
430.Va WITHOUT_BIND_LIBS_LWRES
431.It
432.Va WITHOUT_BIND_MTREE
433.It
434.Va WITHOUT_BIND_NAMED
435.It
436.Va WITHOUT_BIND_UTILS
437.It
438.Va WITHOUT_LIBTHR
439.El
440.It Va WITHOUT_LIBTHR
441.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru
442Set to not build the
443.Nm libthr
444(1:1 threading)
445library.
446When set, it also enforces the following options:
447.Pp
448.Bl -item -compact
449.It
450.Va WITHOUT_BIND
451.It
452.Va WITHOUT_BIND_DNSSEC
453.It
454.Va WITHOUT_BIND_ETC
455.It
456.Va WITHOUT_BIND_LIBS_LWRES
457.It
458.Va WITHOUT_BIND_MTREE
459.It
460.Va WITHOUT_BIND_NAMED
461.It
462.Va WITHOUT_BIND_UTILS
463.El
464.It Va WITHOUT_LOCALES
465.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru
466Set to not build localization files; see
467.Xr locale 1 .
468.It Va WITHOUT_LPR
469.\" from FreeBSD: head/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru
470Set to not build
471.Xr lpr 1
472and related programs.
473.It Va WITHOUT_MAILWRAPPER
474.\" from FreeBSD: head/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru
475Set to not build the
476.Xr mailwrapper 8
477MTA selector.
478.It Va WITHOUT_MAN
479.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru
480Set to not build manual pages.
481.It Va WITHOUT_NCP
482.\" from FreeBSD: head/tools/build/options/WITHOUT_NCP 156932 2006-03-21 07:50:50Z ru
483Set to not build programs, libraries, and kernel modules
484related to NetWare Core protocol.
485.It Va WITHOUT_NETCAT
486.\" from FreeBSD: head/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru
487Set to not build
488.Xr nc 1
489utility.
490.It Va WITHOUT_NIS
491.\" from FreeBSD: head/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru
492Set to not build
493.Xr NIS 8
494support and related programs.
495If set, you might need to adopt your
496.Xr nsswitch.conf 5
497and remove
498.Sq nis
499entries.
500.It Va WITHOUT_NLS
501.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru
502Set to not build NLS catalogs.
503.It Va WITHOUT_NLS_CATALOGS
504.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
505Set to not build NLS catalog support for
506.Xr csh 1 .
507.It Va WITHOUT_NS_CACHING
508.\" from FreeBSD: head/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru
509Set to disable name caching in the
510.Pa nsswitch
511subsystem.
512The generic caching daemon,
513.Xr nscd 8 ,
514will not be built either if this option is set.
515.It Va WITHOUT_OBJC
516.\" from FreeBSD: head/tools/build/options/WITHOUT_OBJC 156932 2006-03-21 07:50:50Z ru
517Set to not build Objective C support.
518.It Va WITHOUT_OPENSSH
519.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru
520Set to not build OpenSSH.
521.It Va WITHOUT_OPENSSL
522.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru
523Set to not build OpenSSL.
524When set, it also enforces the following options:
525.Pp
526.Bl -item -compact
527.It
528.Va WITHOUT_GSSAPI
529(can be overridden with
530.Va WITH_GSSAPI )
531.It
532.Va WITHOUT_KERBEROS
533.It
534.Va WITHOUT_KERBEROS_SUPPORT
535.It
536.Va WITHOUT_OPENSSH
537.El
538.It Va WITHOUT_PAM
539.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru
540Set to not build PAM library and modules.
541.Bf -symbolic
542This option is deprecated and does nothing.
543.Ef
544When set, it also enforces the following options:
545.Pp
546.Bl -item -compact
547.It
548.Va WITHOUT_PAM_SUPPORT
549.El
550.It Va WITHOUT_PAM_SUPPORT
551.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru
552Set to build some programs without PAM support, particularly
553.Xr ftpd 8
554and
555.Xr ppp 8 .
556.It Va WITHOUT_PF
557.\" from FreeBSD: head/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru
558Set to not build PF firewall package.
559When set, it also enforces the following options:
560.Pp
561.Bl -item -compact
562.It
563.Va WITHOUT_AUTHPF
564.El
565.It Va WITHOUT_PROFILE
566.\" from FreeBSD: head/tools/build/options/WITHOUT_PROFILE 156932 2006-03-21 07:50:50Z ru
567Set to avoid compiling profiled libraries.
568.It Va WITHOUT_RCMDS
569.\" from FreeBSD: head/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru
570Disable building of the
571.Bx
572r-commands.
573This includes
574.Xr rlogin 1 ,
575.Xr rsh 1 ,
576etc.
577.It Va WITHOUT_RCS
578.\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 156932 2006-03-21 07:50:50Z ru
579Set to not build
580.Xr rcs 1
581and related utilities.
582.It Va WITHOUT_RESCUE
583.\" from FreeBSD: head/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru
584Set to not build
585.Xr rescue 8 .
586.It Va WITHOUT_SENDMAIL
587.\" from FreeBSD: head/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru
588Set to not build
589.Xr sendmail 8
590and related programs.
591.It Va WITHOUT_SETUID_LOGIN
592.\" from FreeBSD: head/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru
593Set this to disable the installation of
594.Xr login 1
595as a set-user-ID root program.
596.It Va WITHOUT_SHAREDOCS
597.\" from FreeBSD: head/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru
598Set to not build the
599.Bx 4.4
600legacy docs.
601.It Va WITHOUT_SSP
602.\" from FreeBSD: head/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru
603Set to not build world with propolice stack smashing protection.
604.It Va WITHOUT_SYMVER
605.\" from FreeBSD: head/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen
606Set to disable symbol versioning when building shared libraries.
607.It Va WITHOUT_SYSCONS
608.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru
609Set to not build
610.Xr syscons 4
611support files such as keyboard maps, fonts, and screen output maps.
612.It Va WITHOUT_TCSH
613.\" from FreeBSD: head/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru
614Set to not build and install
615.Pa /bin/csh
616(which is
617.Xr tcsh 1 ) .
618.It Va WITHOUT_TOOLCHAIN
619.\" from FreeBSD: head/tools/build/options/WITHOUT_TOOLCHAIN 174550 2007-12-12 16:43:17Z ru
620Set to not install
621programs used for program development,
622compilers, debuggers etc.
623.Bf -symbolic
624The option does not work for build targets.
625.Ef
626When set, it also enforces the following options:
627.Pp
628.Bl -item -compact
629.It
630.Va WITHOUT_GDB
631.El
632.It Va WITHOUT_USB
633.\" from FreeBSD: head/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru
634Set to not build USB-related programs and libraries.
635.It Va WITHOUT_WPA_SUPPLICANT_EAPOL
636.\" from FreeBSD: head/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru
637Build
638.Xr wpa_supplicant 8
639without support for the IEEE 802.1X protocol and without
640support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
641protocols (usable only via 802.1X).
642.It Va WITHOUT_ZFS
643.\" from FreeBSD: head/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd
644Set to not build ZFS file system.
645.It Va WITHOUT_ZONEINFO
646.\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 171994 2007-08-27 20:01:08Z remko
647Set to not build the timezone database
648.El
649.Sh FILES
650.Bl -tag -compact
651.It Pa /etc/src.conf
652.It Pa /usr/share/mk/bsd.own.mk
653.El
654.Sh SEE ALSO
655.Xr make 1 ,
656.Xr make.conf 5 ,
657.Xr build 7 ,
658.Xr ports 7
659.Sh HISTORY
660The
661.Nm
662file appeared in
663.Fx 7.0 .
664.Sh AUTHORS
665This manual page was autogenerated.
666