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