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