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