xref: /freebsd/share/man/man5/src.conf.5 (revision 4ec234c813eed05c166859bba82c882e40826eb9)
1.\" DO NOT EDIT-- this file is automatically generated.
2.\" from FreeBSD: head/tools/build/options/makeman 255964 2013-10-01 07:22:04Z des
3.\" $FreeBSD$
4.Dd December 4, 2013
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 its 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_ACCT
81.\" from FreeBSD: head/tools/build/options/WITHOUT_ACCT 223201 2011-06-17 20:47:44Z ed
82Set to not build process accounting tools such as
83.Xr accton 8
84and
85.Xr sa 8 .
86.It Va WITHOUT_ACPI
87.\" from FreeBSD: head/tools/build/options/WITHOUT_ACPI 156932 2006-03-21 07:50:50Z ru
88Set to not build
89.Xr acpiconf 8 ,
90.Xr acpidump 8
91and related programs.
92.It Va WITHOUT_AMD
93.\" from FreeBSD: head/tools/build/options/WITHOUT_AMD 183242 2008-09-21 22:02:26Z sam
94Set to not build
95.Xr amd 8 ,
96and related programs.
97.It Va WITHOUT_APM
98.\" from FreeBSD: head/tools/build/options/WITHOUT_APM 183242 2008-09-21 22:02:26Z sam
99Set to not build
100.Xr apm 8 ,
101.Xr apmd 8
102and related programs.
103.It Va WITHOUT_ARM_EABI
104.\" from FreeBSD: head/tools/build/options/WITHOUT_ARM_EABI 253396 2013-07-16 19:15:19Z andrew
105Set the ARM ABI to OABI.
106.It Va WITHOUT_ASSERT_DEBUG
107.\" from FreeBSD: head/tools/build/options/WITHOUT_ASSERT_DEBUG 162215 2006-09-11 13:55:27Z ru
108Set to compile programs and libraries without the
109.Xr assert 3
110checks.
111.It Va WITHOUT_AT
112.\" from FreeBSD: head/tools/build/options/WITHOUT_AT 183242 2008-09-21 22:02:26Z sam
113Set to not build
114.Xr at 1
115and related utilities.
116.It Va WITHOUT_ATF
117.\" from FreeBSD: head/tools/build/options/WITHOUT_ATF 241823 2012-10-22 01:18:41Z marcel
118Set to not build programs and libraries related to the ATF testing framework.
119.It Va WITHOUT_ATM
120.\" from FreeBSD: head/tools/build/options/WITHOUT_ATM 156932 2006-03-21 07:50:50Z ru
121Set to not build
122programs and libraries related to ATM networking.
123.It Va WITHOUT_AUDIT
124.\" from FreeBSD: head/tools/build/options/WITHOUT_AUDIT 156932 2006-03-21 07:50:50Z ru
125Set to not build audit support into system programs.
126.It Va WITHOUT_AUTHPF
127.\" from FreeBSD: head/tools/build/options/WITHOUT_AUTHPF 156932 2006-03-21 07:50:50Z ru
128Set to not build
129.Xr authpf 8 .
130.It Va WITHOUT_BINUTILS
131.\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS 255974 2013-10-01 17:40:56Z emaste
132Set to not install binutils (as, c++-filt, gconv,
133ld, nm, objcopy, objdump, readelf, size and strip).
134.Bf -symbolic
135The option does not generally work for build targets, unless some alternative
136toolchain is enabled.
137.Ef
138.It Va WITHOUT_BLUETOOTH
139.\" from FreeBSD: head/tools/build/options/WITHOUT_BLUETOOTH 156932 2006-03-21 07:50:50Z ru
140Set to not build Bluetooth related kernel modules, programs and libraries.
141.It Va WITHOUT_BMAKE
142.\" from FreeBSD: head/tools/build/options/WITHOUT_BMAKE 250839 2013-05-21 00:41:49Z delphij
143Set to not build and install the portable BSD make (bmake) as
144.Xr make 1
145instead of the traditional FreeBSD make.
146This build option is temporary.
147It allows developers to switch to bmake in order to work out any remaining
148kinks or issues.
149This option will be removed in due time.
150.It Va WITHOUT_BOOT
151.\" from FreeBSD: head/tools/build/options/WITHOUT_BOOT 156932 2006-03-21 07:50:50Z ru
152Set to not build the boot blocks and loader.
153.It Va WITHOUT_BSD_CPIO
154.\" from FreeBSD: head/tools/build/options/WITHOUT_BSD_CPIO 179813 2008-06-16 05:48:15Z dougb
155Set to not build the BSD licensed version of cpio based on
156.Xr libarchive 3 .
157.It Va WITH_BSD_GREP
158.\" from FreeBSD: head/tools/build/options/WITH_BSD_GREP 222273 2011-05-25 01:04:12Z obrien
159Install BSD-licensed grep as '[ef]grep' instead of GNU grep.
160.It Va WITHOUT_BSNMP
161.\" from FreeBSD: head/tools/build/options/WITHOUT_BSNMP 183306 2008-09-23 16:15:42Z sam
162Set to not build or install
163.Xr bsnmpd 1
164and related libraries and data files.
165.It Va WITHOUT_BZIP2
166.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2 174550 2007-12-12 16:43:17Z ru
167Set to not build contributed bzip2 software as a part of the base system.
168.Bf -symbolic
169The option has no effect yet.
170.Ef
171When set, it also enforces the following options:
172.Pp
173.Bl -item -compact
174.It
175.Va WITHOUT_BZIP2_SUPPORT
176.El
177.It Va WITHOUT_BZIP2_SUPPORT
178.\" from FreeBSD: head/tools/build/options/WITHOUT_BZIP2_SUPPORT 166255 2007-01-26 10:19:08Z delphij
179Set to build some programs without optional bzip2 support.
180.It Va WITHOUT_CALENDAR
181.\" from FreeBSD: head/tools/build/options/WITHOUT_CALENDAR 156932 2006-03-21 07:50:50Z ru
182Set to not build
183.Xr calendar 1 .
184.It Va WITHOUT_CAPSICUM
185.\" from FreeBSD: head/tools/build/options/WITHOUT_CAPSICUM 229319 2012-01-02 21:57:58Z rwatson
186Set to not build Capsicum support into system programs.
187.It Va WITHOUT_CASPER
188.\" from FreeBSD: head/tools/build/options/WITHOUT_CASPER 258838 2013-12-02 08:21:28Z pjd
189Set to not build Casper program and related libraries.
190.It Va WITHOUT_CDDL
191.\" from FreeBSD: head/tools/build/options/WITHOUT_CDDL 163861 2006-11-01 09:02:11Z jb
192Set to not build code licensed under Sun's CDDL.
193When set, it also enforces the following options:
194.Pp
195.Bl -item -compact
196.It
197.Va WITHOUT_CTF
198.It
199.Va WITHOUT_ZFS
200.El
201.It Va WITHOUT_CLANG
202.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG 208971 2010-06-10 06:20:26Z ed
203Set to not build the Clang C/C++ compiler.
204.Pp
205It is a default setting on
206arm/armeb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64.
207When set, it also enforces the following options:
208.Pp
209.Bl -item -compact
210.It
211.Va WITHOUT_CLANG_EXTRAS
212.It
213.Va WITHOUT_CLANG_FULL
214.El
215.It Va WITH_CLANG
216.\" from FreeBSD: head/tools/build/options/WITH_CLANG 221730 2011-05-10 11:14:40Z ru
217Set to build the Clang C/C++ compiler.
218.Pp
219It is a default setting on
220amd64/amd64, arm/arm, arm/armv6, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
221.It Va WITH_CLANG_EXTRAS
222.\" from FreeBSD: head/tools/build/options/WITH_CLANG_EXTRAS 231057 2012-02-05 23:56:22Z dim
223Set to build additional clang and llvm tools, such as bugpoint.
224.It Va WITHOUT_CLANG_FULL
225.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_FULL 246259 2013-02-02 22:28:29Z dim
226Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of
227the Clang C/C++ compiler.
228.Pp
229It is a default setting on
230arm/arm, arm/armeb, arm/armv6, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64.
231.It Va WITH_CLANG_FULL
232.\" from FreeBSD: head/tools/build/options/WITH_CLANG_FULL 246259 2013-02-02 22:28:29Z dim
233Set to build the ARCMigrate, Rewriter and StaticAnalyzer components of the
234Clang C/C++ compiler.
235.Pp
236It is a default setting on
237amd64/amd64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
238.It Va WITHOUT_CLANG_IS_CC
239.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_IS_CC 242629 2012-11-05 21:53:23Z brooks
240Set to install the GCC compiler as
241.Pa /usr/bin/cc ,
242.Pa /usr/bin/c++
243and
244.Pa /usr/bin/cpp .
245.Pp
246It is a default setting on
247arm/armeb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
248When set, it also enforces the following options:
249.Pp
250.Bl -item -compact
251.It
252.Va WITHOUT_LLDB
253.El
254.It Va WITH_CLANG_IS_CC
255.\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 235342 2012-05-12 16:12:36Z gjb
256Set to install the Clang C/C++ compiler as
257.Pa /usr/bin/cc ,
258.Pa /usr/bin/c++
259and
260.Pa /usr/bin/cpp .
261.Pp
262It is a default setting on
263amd64/amd64, arm/arm, arm/armv6, i386/i386 and pc98/i386.
264.It Va WITHOUT_CPP
265.\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
266Set to not build
267.Xr cpp 1 .
268.It Va WITHOUT_CROSS_COMPILER
269.\" from FreeBSD: head/tools/build/options/WITHOUT_CROSS_COMPILER 250659 2013-05-15 14:30:03Z brooks
270Set to not build a cross compiler in the cross-tools stage of
271buildworld, buildkernel, etc.
272.It Va WITHOUT_CRYPT
273.\" from FreeBSD: head/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru
274Set to not build any crypto code.
275When set, it also enforces the following options:
276.Pp
277.Bl -item -compact
278.It
279.Va WITHOUT_KERBEROS
280.It
281.Va WITHOUT_KERBEROS_SUPPORT
282.It
283.Va WITHOUT_OPENSSH
284.It
285.Va WITHOUT_OPENSSL
286.El
287.Pp
288When set, the following options are also in effect:
289.Pp
290.Bl -inset -compact
291.It Va WITHOUT_GSSAPI
292(unless
293.Va WITH_GSSAPI
294is set explicitly)
295.El
296.It Va WITH_CTF
297.\" from FreeBSD: head/tools/build/options/WITH_CTF 228159 2011-11-30 18:22:44Z fjoe
298Set to compile with CTF (Compact C Type Format) data.
299CTF data encapsulates a reduced form of debugging information
300similar to DWARF and the venerable stabs and is required for DTrace.
301.It Va WITHOUT_CTM
302.\" from FreeBSD: head/tools/build/options/WITHOUT_CTM 183242 2008-09-21 22:02:26Z sam
303Set to not build
304.Xr ctm 1
305and related utilities.
306.It Va WITHOUT_CXX
307.\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 220402 2011-04-06 20:19:07Z uqs
308Set to not build
309.Xr g++ 1
310and related libraries.
311It will also prevent building of
312.Xr gperf 1
313and
314.Xr devd 8 .
315When set, it also enforces the following options:
316.Pp
317.Bl -item -compact
318.It
319.Va WITHOUT_CLANG
320.It
321.Va WITHOUT_CLANG_EXTRAS
322.It
323.Va WITHOUT_CLANG_FULL
324.It
325.Va WITHOUT_GROFF
326.El
327.It Va WITH_DEBUG_FILES
328.\" from FreeBSD: head/tools/build/options/WITH_DEBUG_FILES 251512 2013-06-07 21:40:02Z emaste
329Set to strip debug info into a separate file for each executable binary
330and shared library.
331The debug files will be placed in a subdirectory of
332.Pa /usr/lib/debug
333and are located automatically by
334.Xr gdb 1 .
335.It Va WITHOUT_DICT
336.\" from FreeBSD: head/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru
337Set to not build the Webster dictionary files.
338.It Va WITHOUT_DYNAMICROOT
339.\" from FreeBSD: head/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru
340Set this if you do not want to link
341.Pa /bin
342and
343.Pa /sbin
344dynamically.
345.It Va WITHOUT_ED_CRYPTO
346.\" from FreeBSD: head/tools/build/options/WITHOUT_ED_CRYPTO 235660 2012-05-19 20:05:27Z marcel
347Set to build
348.Xr ed 1
349without support for encryption/decryption.
350.It Va WITHOUT_EXAMPLES
351.\" from FreeBSD: head/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru
352Set to avoid installing examples to
353.Pa /usr/share/examples/ .
354.It Va WITHOUT_FDT
355.\" from FreeBSD: head/tools/build/options/WITHOUT_FDT 221539 2011-05-06 19:10:27Z ru
356Set to not build Flattened Device Tree support as part of the base system.
357This includes the device tree compiler (dtc) and libfdt support library.
358.Pp
359It is a default setting on
360amd64/amd64, i386/i386, ia64/ia64, pc98/i386 and sparc64/sparc64.
361.It Va WITH_FDT
362.\" from FreeBSD: head/tools/build/options/WITH_FDT 221730 2011-05-10 11:14:40Z ru
363Set to build Flattened Device Tree support as part of the base system.
364This includes the device tree compiler (dtc) and libfdt support library.
365.Pp
366It is a default setting on
367arm/arm, arm/armeb, arm/armv6, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc and powerpc/powerpc64.
368.It Va WITHOUT_FLOPPY
369.\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru
370Set to not build or install programs
371for operating floppy disk driver.
372.It Va WITHOUT_FORMAT_EXTENSIONS
373.\" from FreeBSD: head/tools/build/options/WITHOUT_FORMAT_EXTENSIONS 250658 2013-05-15 13:04:10Z brooks
374Set to not enable
375.Fl fformat-extensions
376when compiling the kernel.
377Also disables all format checking.
378.It Va WITHOUT_FORTH
379.\" from FreeBSD: head/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru
380Set to build bootloaders without Forth support.
381.It Va WITHOUT_FP_LIBC
382.\" from FreeBSD: head/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru
383Set to build
384.Nm libc
385without floating-point support.
386.It Va WITHOUT_FREEBSD_UPDATE
387.\" from FreeBSD: head/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam
388Set to not build
389.Xr freebsd-update 8 .
390.It Va WITHOUT_GAMES
391.\" from FreeBSD: head/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru
392Set to not build games.
393.It Va WITHOUT_GCC
394.\" from FreeBSD: head/tools/build/options/WITHOUT_GCC 255326 2013-09-06 20:49:48Z zeising
395Set to not build and install gcc and g++.
396.Pp
397It is a default setting on
398amd64/amd64, arm/arm, arm/armv6 and i386/i386.
399.It Va WITH_GCC
400.\" from FreeBSD: head/tools/build/options/WITH_GCC 255326 2013-09-06 20:49:48Z zeising
401Set to build and install gcc and g++.
402.Pp
403It is a default setting on
404arm/armeb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
405.It Va WITHOUT_GCOV
406.\" from FreeBSD: head/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru
407Set to not build the
408.Xr gcov 1
409tool.
410.It Va WITHOUT_GDB
411.\" from FreeBSD: head/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru
412Set to not build
413.Xr gdb 1 .
414.It Va WITHOUT_GNU
415.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru
416Set to not build contributed GNU software as a part of the base system.
417This option can be useful if the system built must not contain any code
418covered by the GNU Public License due to legal reasons.
419.Bf -symbolic
420The option has no effect yet.
421.Ef
422When set, it also enforces the following options:
423.Pp
424.Bl -item -compact
425.It
426.Va WITHOUT_GNU_SUPPORT
427.El
428.It Va WITHOUT_GNUCXX
429.\" from FreeBSD: head/tools/build/options/WITHOUT_GNUCXX 255321 2013-09-06 20:08:03Z theraven
430Do not build the GNU C++ stack (g++, libstdc++).
431This is the default on platforms where clang is the system compiler.
432.Pp
433It is a default setting on
434amd64/amd64, arm/arm, arm/armv6, i386/i386 and pc98/i386.
435.It Va WITH_GNUCXX
436.\" from FreeBSD: head/tools/build/options/WITH_GNUCXX 255321 2013-09-06 20:08:03Z theraven
437Build the GNU C++ stack (g++, libstdc++).
438This is the default on platforms where gcc is the system compiler.
439.Pp
440It is a default setting on
441arm/armeb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
442.It Va WITHOUT_GNU_SUPPORT
443.\" from FreeBSD: head/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
444Set to build some programs without optional GNU support.
445.It Va WITHOUT_GPIB
446.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIB 156932 2006-03-21 07:50:50Z ru
447Set to not build GPIB bus support.
448.It Va WITHOUT_GPIO
449.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIO 228081 2011-11-28 17:54:34Z dim
450Set to not build
451.Xr gpioctl 8
452as part of the base system.
453.It Va WITH_GPL_DTC
454.\" from FreeBSD: head/tools/build/options/WITH_GPL_DTC 246262 2013-02-02 22:42:46Z dim
455Set to build the GPL'd version of the device tree compiler from elinux.org,
456instead of the BSD licensed one.
457.It Va WITHOUT_GROFF
458.\" from FreeBSD: head/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs
459Set to not build
460.Xr groff 1
461and
462.Xr vgrind 1 .
463You should consider installing the textproc/groff port to not break
464.Xr man 1 .
465.It Va WITHOUT_GSSAPI
466.\" from FreeBSD: head/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru
467Set to not build libgssapi.
468.It Va WITH_HESIOD
469.\" from FreeBSD: head/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru
470Set to build Hesiod support.
471.It Va WITHOUT_HTML
472.\" from FreeBSD: head/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru
473Set to not build HTML docs.
474.It Va WITHOUT_ICONV
475.\" from FreeBSD: head/tools/build/options/WITHOUT_ICONV 254919 2013-08-26 17:15:56Z antoine
476Set to not build iconv as part of libc.
477.It Va WITHOUT_INET
478.\" from FreeBSD: head/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz
479Set to not build programs and libraries related to IPv4 networking.
480When set, it also enforces the following options:
481.Pp
482.Bl -item -compact
483.It
484.Va WITHOUT_INET_SUPPORT
485.El
486.It Va WITHOUT_INET6
487.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru
488Set to not build
489programs and libraries related to IPv6 networking.
490When set, it also enforces the following options:
491.Pp
492.Bl -item -compact
493.It
494.Va WITHOUT_INET6_SUPPORT
495.El
496.It Va WITHOUT_INET6_SUPPORT
497.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru
498Set to build libraries, programs, and kernel modules without IPv6 support.
499.It Va WITHOUT_INET_SUPPORT
500.\" from FreeBSD: head/tools/build/options/WITHOUT_INET_SUPPORT 221266 2011-04-30 17:58:28Z bz
501Set to build libraries, programs, and kernel modules without IPv4 support.
502.It Va WITHOUT_INFO
503.\" from FreeBSD: head/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru
504Set to not make or install
505.Xr info 5
506files.
507.It Va WITHOUT_INSTALLLIB
508.\" from FreeBSD: head/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb
509Set this if you do not want to install optional libraries.
510For example when creating a
511.Xr nanobsd 8
512image.
513.It Va WITH_INSTALL_AS_USER
514.\" from FreeBSD: head/tools/build/options/WITH_INSTALL_AS_USER 238021 2012-07-02 20:24:01Z marcel
515Set to make install targets succeed for non-root users by installing
516files with owner and group attributes set to that of the user running
517the
518.Xr make 1
519command.
520The user still has to set the
521.Va DESTDIR
522variable to point to a directory where the user has write permissions.
523.It Va WITHOUT_IPFILTER
524.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru
525Set to not build IP Filter package.
526.It Va WITHOUT_IPFW
527.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam
528Set to not build IPFW tools.
529.It Va WITHOUT_IPX
530.\" from FreeBSD: head/tools/build/options/WITHOUT_IPX 156932 2006-03-21 07:50:50Z ru
531Set to not build programs and libraries related to IPX networking.
532When set, it also enforces the following options:
533.Pp
534.Bl -item -compact
535.It
536.Va WITHOUT_IPX_SUPPORT
537.El
538.It Va WITHOUT_IPX_SUPPORT
539.\" from FreeBSD: head/tools/build/options/WITHOUT_IPX_SUPPORT 156932 2006-03-21 07:50:50Z ru
540Set to build some programs without IPX support.
541.It Va WITHOUT_JAIL
542.\" from FreeBSD: head/tools/build/options/WITHOUT_JAIL 249966 2013-04-27 04:09:09Z eadler
543Set to not build tools for the support of jails; e.g.,
544.Xr jail 8 .
545.It Va WITHOUT_KDUMP
546.\" from FreeBSD: head/tools/build/options/WITHOUT_KDUMP 240690 2012-09-19 11:38:37Z zeising
547Set to not build
548.Xr kdump 1
549and
550.Xr truss 1 .
551.It Va WITHOUT_KERBEROS
552.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru
553Set this if you do not want to build Kerberos 5 (KTH Heimdal).
554When set, it also enforces the following options:
555.Pp
556.Bl -item -compact
557.It
558.Va WITHOUT_KERBEROS_SUPPORT
559.El
560.Pp
561When set, the following options are also in effect:
562.Pp
563.Bl -inset -compact
564.It Va WITHOUT_GSSAPI
565(unless
566.Va WITH_GSSAPI
567is set explicitly)
568.El
569.It Va WITHOUT_KERBEROS_SUPPORT
570.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS_SUPPORT 251794 2013-06-15 20:29:07Z eadler
571Set to build some programs without Kerberos support, like
572.Xr ssh 1 ,
573.Xr telnet 1 ,
574.Xr sshd 8 ,
575and
576.Xr telnetd 8 .
577.It Va WITHOUT_KERNEL_SYMBOLS
578.\" from FreeBSD: head/tools/build/options/WITHOUT_KERNEL_SYMBOLS 222189 2011-05-22 18:23:17Z imp
579Set to not install kernel symbol files.
580.Bf -symbolic
581This option is recommended for those people who have small root partitions.
582.Ef
583.It Va WITHOUT_KVM
584.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru
585Set to not build the
586.Nm libkvm
587library as a part of the base system.
588.Bf -symbolic
589The option has no effect yet.
590.Ef
591When set, it also enforces the following options:
592.Pp
593.Bl -item -compact
594.It
595.Va WITHOUT_KVM_SUPPORT
596.El
597.It Va WITHOUT_KVM_SUPPORT
598.\" from FreeBSD: head/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin
599Set to build some programs without optional
600.Nm libkvm
601support.
602.It Va WITHOUT_LDNS
603.\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS 255591 2013-09-15 13:11:13Z des
604Setting this variable will prevent the LDNS library from being built.
605When set, it also enforces the following options:
606.Pp
607.Bl -item -compact
608.It
609.Va WITHOUT_LDNS_UTILS
610.It
611.Va WITHOUT_UNBOUND
612.El
613.It Va WITHOUT_LDNS_UTILS
614.\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS_UTILS 255850 2013-09-24 14:33:31Z des
615Setting this variable will prevent building the LDNS utilities
616.Xr drill 1
617and
618.Xr host 1 .
619.It Va WITHOUT_LEGACY_CONSOLE
620.\" from FreeBSD: head/tools/build/options/WITHOUT_LEGACY_CONSOLE 249966 2013-04-27 04:09:09Z eadler
621Set to not build programs that support a legacy PC console; e.g.,
622.Xr kbdcontrol 8
623and
624.Xr vidcontrol 8 .
625.It Va WITHOUT_LIB32
626.\" from FreeBSD: head/tools/build/options/WITHOUT_LIB32 156932 2006-03-21 07:50:50Z ru
627On amd64, set to not build 32-bit library set and a
628.Nm ld-elf32.so.1
629runtime linker.
630.It Va WITHOUT_LIBCPLUSPLUS
631.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBCPLUSPLUS 246262 2013-02-02 22:42:46Z dim
632Set to avoid building libcxxrt and libc++.
633.It Va WITHOUT_LIBPTHREAD
634.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm
635Set to not build the
636.Nm libpthread
637providing library,
638.Nm libthr .
639When set, it also enforces the following options:
640.Pp
641.Bl -item -compact
642.It
643.Va WITHOUT_LIBTHR
644.El
645.It Va WITHOUT_LIBTHR
646.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru
647Set to not build the
648.Nm libthr
649(1:1 threading)
650library.
651.It Va WITH_LLDB
652.\" from FreeBSD: head/tools/build/options/WITH_LLDB 255722 2013-09-20 01:52:02Z emaste
653Set to build the LLDB debugger.
654.It Va WITHOUT_LOCALES
655.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru
656Set to not build localization files; see
657.Xr locale 1 .
658.It Va WITHOUT_LOCATE
659.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam
660Set to not build
661.Xr locate 1
662and related programs.
663.It Va WITHOUT_LPR
664.\" from FreeBSD: head/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru
665Set to not build
666.Xr lpr 1
667and related programs.
668.It Va WITHOUT_LS_COLORS
669.\" from FreeBSD: head/tools/build/options/WITHOUT_LS_COLORS 235660 2012-05-19 20:05:27Z marcel
670Set to build
671.Xr ls 1
672without support for colors to distinguish file types.
673.It Va WITHOUT_MAIL
674.\" from FreeBSD: head/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam
675Set to not build any mail support (MUA or MTA).
676When set, it also enforces the following options:
677.Pp
678.Bl -item -compact
679.It
680.Va WITHOUT_MAILWRAPPER
681.It
682.Va WITHOUT_SENDMAIL
683.El
684.It Va WITHOUT_MAILWRAPPER
685.\" from FreeBSD: head/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru
686Set to not build the
687.Xr mailwrapper 8
688MTA selector.
689.It Va WITHOUT_MAKE
690.\" from FreeBSD: head/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam
691Set to not install
692.Xr make 1
693and related support files.
694.It Va WITHOUT_MAN
695.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru
696Set to not build manual pages.
697When set, the following options are also in effect:
698.Pp
699.Bl -inset -compact
700.It Va WITHOUT_MAN_UTILS
701(unless
702.Va WITH_MAN_UTILS
703is set explicitly)
704.El
705.It Va WITHOUT_MAN_UTILS
706.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim
707Set to not build utilities for manual pages,
708.Xr apropos 1 ,
709.Xr catman 1 ,
710.Xr makewhatis 1 ,
711.Xr man 1 ,
712.Xr whatis 1 ,
713.Xr manctl 8 ,
714and related support files.
715.It Va WITH_NAND
716.\" from FreeBSD: head/tools/build/options/WITH_NAND 235537 2012-05-17 10:11:18Z gber
717Set to build the NAND Flash components.
718.It Va WITHOUT_NDIS
719.\" from FreeBSD: head/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam
720Set to not build programs and libraries
721related to NDIS emulation support.
722.It Va WITHOUT_NETCAT
723.\" from FreeBSD: head/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru
724Set to not build
725.Xr nc 1
726utility.
727.It Va WITHOUT_NETGRAPH
728.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam
729Set to not build applications to support
730.Xr netgraph 4 .
731When set, it also enforces the following options:
732.Pp
733.Bl -item -compact
734.It
735.Va WITHOUT_ATM
736.It
737.Va WITHOUT_BLUETOOTH
738.It
739.Va WITHOUT_NETGRAPH_SUPPORT
740.El
741.It Va WITHOUT_NETGRAPH_SUPPORT
742.\" from FreeBSD: head/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam
743Set to build libraries, programs, and kernel modules without netgraph support.
744.It Va WITHOUT_NIS
745.\" from FreeBSD: head/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru
746Set to not build
747.Xr NIS 8
748support and related programs.
749If set, you might need to adopt your
750.Xr nsswitch.conf 5
751and remove
752.Sq nis
753entries.
754.It Va WITHOUT_NLS
755.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru
756Set to not build NLS catalogs.
757.It Va WITHOUT_NLS_CATALOGS
758.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
759Set to not build NLS catalog support for
760.Xr csh 1 .
761.It Va WITHOUT_NMTREE
762.\" from FreeBSD: head/tools/build/options/WITHOUT_NMTREE 257138 2013-10-25 22:45:18Z brooks
763Set to install
764.Xr fmtree 8
765as
766.Xr mtree 8 .
767By default
768.Xr nmtree 8
769is installed as
770.Xr mtree 8 .
771.It Va WITHOUT_NS_CACHING
772.\" from FreeBSD: head/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru
773Set to disable name caching in the
774.Pa nsswitch
775subsystem.
776The generic caching daemon,
777.Xr nscd 8 ,
778will not be built either if this option is set.
779.It Va WITHOUT_NTP
780.\" from FreeBSD: head/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam
781Set to not build
782.Xr ntpd 8
783and related programs.
784.It Va WITH_OFED
785.\" from FreeBSD: head/tools/build/options/WITH_OFED 228081 2011-11-28 17:54:34Z dim
786Set to build the
787.Dq "OpenFabrics Enterprise Distribution"
788Infiniband software stack.
789.It Va WITHOUT_OPENSSH
790.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru
791Set to not build OpenSSH.
792.It Va WITH_OPENSSH_NONE_CIPHER
793.\" from FreeBSD: head/tools/build/options/WITH_OPENSSH_NONE_CIPHER 245527 2013-01-17 01:51:04Z bz
794Set to include the "None" cipher support in OpenSSH and its libraries.
795Additional adjustments may need to be done to system configuration
796files, such as
797.Xr sshd_config 5 ,
798to enable this cipher.
799Please see
800.Pa /usr/src/crypto/openssh/README.hpn
801for full details.
802.It Va WITHOUT_OPENSSL
803.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru
804Set to not build OpenSSL.
805When set, it also enforces the following options:
806.Pp
807.Bl -item -compact
808.It
809.Va WITHOUT_KERBEROS
810.It
811.Va WITHOUT_KERBEROS_SUPPORT
812.It
813.Va WITHOUT_OPENSSH
814.El
815.Pp
816When set, the following options are also in effect:
817.Pp
818.Bl -inset -compact
819.It Va WITHOUT_GSSAPI
820(unless
821.Va WITH_GSSAPI
822is set explicitly)
823.El
824.It Va WITHOUT_PAM
825.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru
826Set to not build PAM library and modules.
827.Bf -symbolic
828This option is deprecated and does nothing.
829.Ef
830When set, it also enforces the following options:
831.Pp
832.Bl -item -compact
833.It
834.Va WITHOUT_PAM_SUPPORT
835.El
836.It Va WITHOUT_PAM_SUPPORT
837.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru
838Set to build some programs without PAM support, particularly
839.Xr ftpd 8
840and
841.Xr ppp 8 .
842.It Va WITHOUT_PC_SYSINSTALL
843.\" from FreeBSD: head/tools/build/options/WITHOUT_PC_SYSINSTALL 245606 2013-01-18 15:57:09Z eadler
844Set to not build
845.Xr pc-sysinstall 8
846and related programs.
847.It Va WITHOUT_PF
848.\" from FreeBSD: head/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru
849Set to not build PF firewall package.
850When set, it also enforces the following options:
851.Pp
852.Bl -item -compact
853.It
854.Va WITHOUT_AUTHPF
855.El
856.It Va WITHOUT_PKGBOOTSTRAP
857.\" from FreeBSD: head/tools/build/options/WITHOUT_PKGBOOTSTRAP 258924 2013-12-04 15:58:42Z bdrewery
858Set to not build
859.Xr pkg 7
860bootstrap tool.
861.It Va WITHOUT_PMC
862.\" from FreeBSD: head/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam
863Set to not build
864.Xr pmccontrol 8
865and related programs.
866.It Va WITHOUT_PORTSNAP
867.\" from FreeBSD: head/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam
868Set to not build or install
869.Xr portsnap 8
870and related files.
871.It Va WITHOUT_PPP
872.\" from FreeBSD: head/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam
873Set to not build
874.Xr ppp 8
875and related programs.
876.It Va WITHOUT_PROFILE
877.\" from FreeBSD: head/tools/build/options/WITHOUT_PROFILE 228196 2011-12-02 09:09:54Z fjoe
878Set to avoid compiling profiled libraries.
879.It Va WITHOUT_QUOTAS
880.\" from FreeBSD: head/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam
881Set to not build
882.Xr quota 8
883and related programs.
884.It Va WITHOUT_RCMDS
885.\" from FreeBSD: head/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru
886Disable building of the
887.Bx
888r-commands.
889This includes
890.Xr rlogin 1 ,
891.Xr rsh 1 ,
892etc.
893.It Va WITHOUT_RCS
894.\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 256198 2013-10-09 17:07:20Z gjb
895Set to not build
896.Xr rcs 1
897and related utilities.
898.It Va WITHOUT_RESCUE
899.\" from FreeBSD: head/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru
900Set to not build
901.Xr rescue 8 .
902.It Va WITHOUT_ROUTED
903.\" from FreeBSD: head/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam
904Set to not build
905.Xr routed 8
906utility.
907.It Va WITHOUT_SENDMAIL
908.\" from FreeBSD: head/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru
909Set to not build
910.Xr sendmail 8
911and related programs.
912.It Va WITHOUT_SETUID_LOGIN
913.\" from FreeBSD: head/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru
914Set this to disable the installation of
915.Xr login 1
916as a set-user-ID root program.
917.It Va WITHOUT_SHAREDOCS
918.\" from FreeBSD: head/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru
919Set to not build the
920.Bx 4.4
921legacy docs.
922.It Va WITH_SHARED_TOOLCHAIN
923.\" from FreeBSD: head/tools/build/options/WITH_SHARED_TOOLCHAIN 235342 2012-05-12 16:12:36Z gjb
924Set to build the toolchain binaries shared.
925The set includes
926.Xr cc 1 ,
927.Xr make 1
928and necessary utilities like assembler, linker and library archive manager.
929.It Va WITHOUT_SOURCELESS
930.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh
931Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU).
932When set, it also enforces the following options:
933.Pp
934.Bl -item -compact
935.It
936.Va WITHOUT_SOURCELESS_HOST
937.It
938.Va WITHOUT_SOURCELESS_UCODE
939.El
940.It Va WITHOUT_SOURCELESS_HOST
941.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_HOST 230972 2012-02-04 00:54:43Z rmh
942Set to not build kernel modules that include sourceless native code for host CPU.
943.It Va WITHOUT_SOURCELESS_UCODE
944.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS_UCODE 230972 2012-02-04 00:54:43Z rmh
945Set to not build kernel modules that include sourceless microcode.
946.It Va WITHOUT_SSP
947.\" from FreeBSD: head/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru
948Set to not build world with propolice stack smashing protection.
949.It Va WITH_SVN
950.\" from FreeBSD: head/tools/build/options/WITH_SVN 252561 2013-07-03 12:36:47Z zeising
951Set to install
952.Xr svnlite 1
953as
954.Xr svn 1 .
955.It Va WITHOUT_SVNLITE
956.\" from FreeBSD: head/tools/build/options/WITHOUT_SVNLITE 252561 2013-07-03 12:36:47Z zeising
957Set to not build
958.Xr svnlite 1
959and related programs.
960.It Va WITHOUT_SYMVER
961.\" from FreeBSD: head/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen
962Set to disable symbol versioning when building shared libraries.
963.It Va WITHOUT_SYSCONS
964.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru
965Set to not build
966.Xr syscons 4
967support files such as keyboard maps, fonts, and screen output maps.
968.It Va WITHOUT_SYSINSTALL
969.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSINSTALL 183242 2008-09-21 22:02:26Z sam
970Set to not build
971.Xr sysinstall 8
972and related programs.
973.It Va WITHOUT_TCSH
974.\" from FreeBSD: head/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru
975Set to not build and install
976.Pa /bin/csh
977(which is
978.Xr tcsh 1 ) .
979.It Va WITHOUT_TELNET
980.\" from FreeBSD: head/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam
981Set to not build
982.Xr telnet 8
983and related programs.
984.It Va WITH_TESTS
985.\" from FreeBSD: head/tools/build/options/WITH_TESTS 258014 2013-11-11 21:13:14Z gjb
986Set to install the Kyua test suite.
987.It Va WITHOUT_TEXTPROC
988.\" from FreeBSD: head/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam
989Set to not build
990programs used for text processing.
991When set, it also enforces the following options:
992.Pp
993.Bl -item -compact
994.It
995.Va WITHOUT_GROFF
996.El
997.It Va WITHOUT_TOOLCHAIN
998.\" from FreeBSD: head/tools/build/options/WITHOUT_TOOLCHAIN 174550 2007-12-12 16:43:17Z ru
999Set to not install
1000programs used for program development,
1001compilers, debuggers etc.
1002.Bf -symbolic
1003The option does not work for build targets.
1004.Ef
1005When set, it also enforces the following options:
1006.Pp
1007.Bl -item -compact
1008.It
1009.Va WITHOUT_BINUTILS
1010.It
1011.Va WITHOUT_CLANG
1012.It
1013.Va WITHOUT_CLANG_EXTRAS
1014.It
1015.Va WITHOUT_CLANG_FULL
1016.It
1017.Va WITHOUT_GCC
1018.It
1019.Va WITHOUT_GDB
1020.El
1021.It Va WITHOUT_UNBOUND
1022.\" from FreeBSD: head/tools/build/options/WITHOUT_UNBOUND 255597 2013-09-15 14:51:23Z des
1023Set to not build
1024.Xr unbound 8
1025and related programs.
1026.It Va WITHOUT_USB
1027.\" from FreeBSD: head/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru
1028Set to not build USB-related programs and libraries.
1029.It Va WITH_USB_GADGET_EXAMPLES
1030.\" from FreeBSD: head/tools/build/options/WITH_USB_GADGET_EXAMPLES 254919 2013-08-26 17:15:56Z antoine
1031Set to build USB gadget kernel modules.
1032.It Va WITHOUT_UTMPX
1033.\" from FreeBSD: head/tools/build/options/WITHOUT_UTMPX 231530 2012-02-11 20:28:42Z ed
1034Set to not build user accounting tools such as
1035.Xr last 1 ,
1036.Xr users 1 ,
1037.Xr who 1 ,
1038.Xr ac 8 ,
1039.Xr lastlogin 8
1040and
1041.Xr utx 8 .
1042.It Va WITHOUT_WIRELESS
1043.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam
1044Set to not build programs used for 802.11 wireless networks; especially
1045.Xr wpa_supplicant 8
1046and
1047.Xr hostapd 8 .
1048When set, it also enforces the following options:
1049.Pp
1050.Bl -item -compact
1051.It
1052.Va WITHOUT_WIRELESS_SUPPORT
1053.El
1054.It Va WITHOUT_WIRELESS_SUPPORT
1055.\" from FreeBSD: head/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam
1056Set to build libraries, programs, and kernel modules without
1057802.11 wireless support.
1058.It Va WITHOUT_WPA_SUPPLICANT_EAPOL
1059.\" from FreeBSD: head/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru
1060Build
1061.Xr wpa_supplicant 8
1062without support for the IEEE 802.1X protocol and without
1063support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
1064protocols (usable only via 802.1X).
1065.It Va WITHOUT_ZFS
1066.\" from FreeBSD: head/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd
1067Set to not build ZFS file system.
1068.It Va WITHOUT_ZONEINFO
1069.\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 235342 2012-05-12 16:12:36Z gjb
1070Set to not build the timezone database.
1071.El
1072.Sh FILES
1073.Bl -tag -compact -width Pa
1074.It Pa /etc/src.conf
1075.It Pa /usr/share/mk/bsd.own.mk
1076.El
1077.Sh SEE ALSO
1078.Xr make 1 ,
1079.Xr make.conf 5 ,
1080.Xr build 7 ,
1081.Xr ports 7
1082.Sh HISTORY
1083The
1084.Nm
1085file appeared in
1086.Fx 7.0 .
1087.Sh AUTHORS
1088This manual page was autogenerated.
1089