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