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