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