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