]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - share/man/man5/src.conf.5
MFC r244562,245241,245435
[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 221733 2011-05-10 13:01:11Z ru
3 .\" $FreeBSD$
4 .Dd January 14, 2013
5 .Dt SRC.CONF 5
6 .Os
7 .Sh NAME
8 .Nm src.conf
9 .Nd "source build options"
10 .Sh DESCRIPTION
11 The
12 .Nm
13 file contains settings that will apply to every build involving the
14 .Fx
15 source tree; see
16 .Xr build 7 .
17 .Pp
18 The
19 .Nm
20 file uses the standard makefile syntax.
21 However,
22 .Nm
23 should not specify any dependencies to
24 .Xr make 1 .
25 Instead,
26 .Nm
27 is to set
28 .Xr make 1
29 variables that control the aspects of how the system builds.
30 .Pp
31 The default location of
32 .Nm
33 is
34 .Pa /etc/src.conf ,
35 though an alternative location can be specified in the
36 .Xr make 1
37 variable
38 .Va SRCCONF .
39 Overriding the location of
40 .Nm
41 may be necessary if the system-wide settings are not suitable
42 for a particular build.
43 For instance, setting
44 .Va SRCCONF
45 to
46 .Pa /dev/null
47 effectively resets all build controls to their defaults.
48 .Pp
49 The only purpose of
50 .Nm
51 is to control the compilation of the
52 .Fx
53 source code, which is usually located in
54 .Pa /usr/src .
55 As a rule, the system administrator creates
56 .Nm
57 when the values of certain control variables need to be changed
58 from their defaults.
59 .Pp
60 In addition, control variables can be specified
61 for a particular build via the
62 .Fl D
63 option of
64 .Xr make 1
65 or in its environment; see
66 .Xr environ 7 .
67 .Pp
68 The values of variables are ignored regardless of their setting;
69 even if they would be set to
70 .Dq Li FALSE
71 or
72 .Dq Li NO .
73 Just the existence of an option will cause
74 it to be honoured by
75 .Xr make 1 .
76 .Pp
77 The following list provides a name and short description for variables
78 that can be used for source builds.
79 .Bl -tag -width indent
80 .It Va WITHOUT_ACCT
81 .\" from FreeBSD: stable/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 222090 2011-05-19 05:13:25Z imp
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_BSD_CPIO
224 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_BSD_CPIO 179813 2008-06-16 05:48:15Z dougb
225 Set to not build the BSD licensed version of cpio based on
226 .Xr libarchive 3 .
227 .It Va WITH_BSD_GREP
228 .\" from FreeBSD: stable/9/tools/build/options/WITH_BSD_GREP 222273 2011-05-25 01:04:12Z obrien
229 Install BSD-licensed grep as '[ef]grep' instead of GNU grep.
230 .It Va WITHOUT_BSNMP
231 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_BSNMP 183306 2008-09-23 16:15:42Z sam
232 Set to not build or install
233 .Xr bsnmpd 1
234 and related libraries and data files.
235 .It Va WITHOUT_BZIP2
236 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_BZIP2 174550 2007-12-12 16:43:17Z ru
237 Set to not build contributed bzip2 software as a part of the base system.
238 .Bf -symbolic
239 The option has no effect yet.
240 .Ef
241 When set, it also enforces the following options:
242 .Pp
243 .Bl -item -compact
244 .It
245 .Va WITHOUT_BZIP2_SUPPORT
246 .El
247 .It Va WITHOUT_BZIP2_SUPPORT
248 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_BZIP2_SUPPORT 166255 2007-01-26 10:19:08Z delphij
249 Set to build some programs without optional bzip2 support.
250 .It Va WITHOUT_CALENDAR
251 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_CALENDAR 156932 2006-03-21 07:50:50Z ru
252 Set to not build
253 .Xr calendar 1 .
254 .It Va WITHOUT_CDDL
255 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_CDDL 163861 2006-11-01 09:02:11Z jb
256 Set to not build code licensed under Sun's CDDL.
257 When set, it also enforces the following options:
258 .Pp
259 .Bl -item -compact
260 .It
261 .Va WITHOUT_ZFS
262 .El
263 .It Va WITHOUT_CLANG
264 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_CLANG 208971 2010-06-10 06:20:26Z ed
265 Set to not build the Clang C/C++ compiler.
266 .Pp
267 It is a default setting on
268 arm/arm, arm/armeb, ia64/ia64, mips/mipsel, mips/mipseb, mips/mips64el, mips/mips64eb, mips/mipsn32eb and sparc64/sparc64.
269 When set, it also enforces the following options:
270 .Pp
271 .Bl -item -compact
272 .It
273 .Va WITHOUT_CLANG_EXTRAS
274 .It
275 .Va WITHOUT_CLANG_IS_CC
276 .El
277 .It Va WITH_CLANG
278 .\" from FreeBSD: stable/9/tools/build/options/WITH_CLANG 221730 2011-05-10 11:14:40Z ru
279 Set to build the Clang C/C++ compiler.
280 .Pp
281 It is a default setting on
282 amd64/amd64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
283 .It Va WITH_CLANG_EXTRAS
284 .\" from FreeBSD: stable/9/tools/build/options/WITH_CLANG_EXTRAS 231919 2012-02-19 23:35:56Z dim
285 Set to build additional clang and llvm tools, such as bugpoint.
286 .It Va WITH_CLANG_IS_CC
287 .\" from FreeBSD: stable/9/tools/build/options/WITH_CLANG_IS_CC 233099 2012-03-17 22:29:05Z dim
288 Set to install the Clang C/C++ compiler as
289 .Pa /usr/bin/cc ,
290 .Pa /usr/bin/c++
291 and
292 .Pa /usr/bin/cpp .
293 .It Va WITHOUT_CPP
294 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
295 Set to not build
296 .Xr cpp 1 .
297 .It Va WITHOUT_CRYPT
298 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru
299 Set to not build any crypto code.
300 When set, it also enforces the following options:
301 .Pp
302 .Bl -item -compact
303 .It
304 .Va WITHOUT_KERBEROS
305 .It
306 .Va WITHOUT_KERBEROS_SUPPORT
307 .It
308 .Va WITHOUT_OPENSSH
309 .It
310 .Va WITHOUT_OPENSSL
311 .El
312 .Pp
313 When set, the following options are also in effect:
314 .Pp
315 .Bl -inset -compact
316 .It Va WITHOUT_GSSAPI
317 (unless
318 .Va WITH_GSSAPI
319 is set explicitly)
320 .El
321 .It Va WITHOUT_CTM
322 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_CTM 183242 2008-09-21 22:02:26Z sam
323 Set to not build
324 .Xr ctm 1
325 and related utilities.
326 .It Va WITHOUT_CVS
327 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_CVS 156932 2006-03-21 07:50:50Z ru
328 Set to not build CVS.
329 .It Va WITHOUT_CXX
330 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_CXX 220402 2011-04-06 20:19:07Z uqs
331 Set to not build
332 .Xr g++ 1
333 and related libraries.
334 It will also prevent building of
335 .Xr gperf 1
336 and
337 .Xr devd 8 .
338 When set, it also enforces the following options:
339 .Pp
340 .Bl -item -compact
341 .It
342 .Va WITHOUT_CLANG
343 .It
344 .Va WITHOUT_CLANG_IS_CC
345 .It
346 .Va WITHOUT_GROFF
347 .El
348 .It Va WITHOUT_DICT
349 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru
350 Set to not build the Webster dictionary files.
351 .It Va WITHOUT_DYNAMICROOT
352 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_DYNAMICROOT 156932 2006-03-21 07:50:50Z ru
353 Set this if you do not want to link
354 .Pa /bin
355 and
356 .Pa /sbin
357 dynamically.
358 .It Va WITHOUT_EXAMPLES
359 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru
360 Set to avoid installing examples to
361 .Pa /usr/share/examples/ .
362 .It Va WITHOUT_FDT
363 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_FDT 221539 2011-05-06 19:10:27Z ru
364 Set to not build Flattened Device Tree support as part of the base system.
365 This includes the device tree compiler (dtc) and libfdt support library.
366 .Pp
367 It is a default setting on
368 amd64/amd64, i386/i386, ia64/ia64, mips/mipsel, mips/mipseb, mips/mips64el, mips/mips64eb, mips/mipsn32eb, pc98/i386 and sparc64/sparc64.
369 .It Va WITH_FDT
370 .\" from FreeBSD: stable/9/tools/build/options/WITH_FDT 221730 2011-05-10 11:14:40Z ru
371 Set to build Flattened Device Tree support as part of the base system.
372 This includes the device tree compiler (dtc) and libfdt support library.
373 .Pp
374 It is a default setting on
375 arm/arm, arm/armeb, powerpc/powerpc and powerpc/powerpc64.
376 .It Va WITHOUT_FLOPPY
377 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru
378 Set to not build or install programs
379 for operating floppy disk driver.
380 .It Va WITHOUT_FORTH
381 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru
382 Set to build bootloaders without Forth support.
383 .It Va WITHOUT_FP_LIBC
384 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_FP_LIBC 156932 2006-03-21 07:50:50Z ru
385 Set to build
386 .Nm libc
387 without floating-point support.
388 .It Va WITHOUT_FREEBSD_UPDATE
389 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_FREEBSD_UPDATE 183242 2008-09-21 22:02:26Z sam
390 Set to not build
391 .Xr freebsd-update 8 .
392 .It Va WITHOUT_GAMES
393 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GAMES 156932 2006-03-21 07:50:50Z ru
394 Set to not build games.
395 .It Va WITHOUT_GCC
396 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GCC 222090 2011-05-19 05:13:25Z imp
397 Set to not install gcc and g++.
398 .Bf -symbolic
399 The option does not generally work for build targets, unless some alternative
400 toolchain is enabled.
401 .Ef
402 .It Va WITHOUT_GCOV
403 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GCOV 156932 2006-03-21 07:50:50Z ru
404 Set to not build the
405 .Xr gcov 1
406 tool.
407 .It Va WITHOUT_GDB
408 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GDB 156932 2006-03-21 07:50:50Z ru
409 Set to not build
410 .Xr gdb 1 .
411 .It Va WITHOUT_GNU
412 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GNU 174550 2007-12-12 16:43:17Z ru
413 Set to not build contributed GNU software as a part of the base system.
414 This option can be useful if the system built must not contain any code
415 covered by the GNU Public License due to legal reasons.
416 .Bf -symbolic
417 The option has no effect yet.
418 .Ef
419 When set, it also enforces the following options:
420 .Pp
421 .Bl -item -compact
422 .It
423 .Va WITHOUT_GNU_SUPPORT
424 .El
425 .It Va WITHOUT_GNU_SUPPORT
426 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GNU_SUPPORT 156932 2006-03-21 07:50:50Z ru
427 Set to build some programs without optional GNU support.
428 .It Va WITHOUT_GPIB
429 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GPIB 156932 2006-03-21 07:50:50Z ru
430 Set to not build GPIB bus support.
431 .It Va WITHOUT_GPIO
432 .\" $FreeBSD$
433 Set to not build
434 .Xr gpioctl 8
435 as part of the base system.
436 .It Va WITHOUT_GROFF
437 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs
438 Set to not build
439 .Xr groff 1
440 and
441 .Xr vgrind 1 .
442 You should consider installing the textproc/groff port to not break
443 .Xr man 1 .
444 .It Va WITHOUT_GSSAPI
445 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_GSSAPI 174548 2007-12-12 16:39:32Z ru
446 Set to not build libgssapi.
447 .It Va WITH_HESIOD
448 .\" from FreeBSD: stable/9/tools/build/options/WITH_HESIOD 156932 2006-03-21 07:50:50Z ru
449 Set to build Hesiod support.
450 .It Va WITHOUT_HTML
451 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru
452 Set to not build HTML docs.
453 .It Va WITH_ICONV
454 .\" from FreeBSD: stable/9/tools/build/options/WITH_ICONV 219020 2011-02-25 00:10:26Z gabor
455 Set to build iconv as part of libc.
456 .It Va WITH_IDEA
457 .\" from FreeBSD: stable/9/tools/build/options/WITH_IDEA 156932 2006-03-21 07:50:50Z ru
458 Set to build the IDEA encryption code.
459 This code is patented in the USA and many European countries.
460 It is
461 .Em "YOUR RESPONSIBILITY"
462 to determine if you can legally use IDEA.
463 .It Va WITHOUT_INET
464 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz
465 Set to not build programs and libraries related to IPv4 networking.
466 When set, it also enforces the following options:
467 .Pp
468 .Bl -item -compact
469 .It
470 .Va WITHOUT_INET_SUPPORT
471 .El
472 .It Va WITHOUT_INET6
473 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru
474 Set to not build
475 programs and libraries related to IPv6 networking.
476 When set, it also enforces the following options:
477 .Pp
478 .Bl -item -compact
479 .It
480 .Va WITHOUT_INET6_SUPPORT
481 .El
482 .It Va WITHOUT_INET6_SUPPORT
483 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru
484 Set to build libraries, programs, and kernel modules without IPv6 support.
485 .It Va WITHOUT_INET_SUPPORT
486 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_INET_SUPPORT 221266 2011-04-30 17:58:28Z bz
487 Set to build libraries, programs, and kernel modules without IPv4 support.
488 .It Va WITHOUT_INFO
489 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru
490 Set to not make or install
491 .Xr info 5
492 files.
493 .It Va WITHOUT_INSTALLLIB
494 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_INSTALLLIB 174497 2007-12-09 21:56:21Z dougb
495 Set this if you do not want to install optional libraries.
496 For example when creating a
497 .Xr nanobsd 8
498 image.
499 .It Va WITHOUT_IPFILTER
500 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru
501 Set to not build IP Filter package.
502 .It Va WITHOUT_IPFW
503 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_IPFW 183242 2008-09-21 22:02:26Z sam
504 Set to not build IPFW tools.
505 .It Va WITHOUT_IPX
506 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_IPX 156932 2006-03-21 07:50:50Z ru
507 Set to not build programs and libraries related to IPX networking.
508 When set, it also enforces the following options:
509 .Pp
510 .Bl -item -compact
511 .It
512 .Va WITHOUT_IPX_SUPPORT
513 .It
514 .Va WITHOUT_NCP
515 .El
516 .It Va WITHOUT_IPX_SUPPORT
517 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_IPX_SUPPORT 156932 2006-03-21 07:50:50Z ru
518 Set to build some programs without IPX support.
519 .It Va WITHOUT_JAIL
520 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_JAIL 183242 2008-09-21 22:02:26Z sam
521 Set to not build tools for the support of jails; e.g.
522 .Xr jail 8 .
523 .It Va WITHOUT_KERBEROS
524 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_KERBEROS 174549 2007-12-12 16:42:03Z ru
525 Set this if you do not want to build Kerberos 5 (KTH Heimdal).
526 When set, it also enforces the following options:
527 .Pp
528 .Bl -item -compact
529 .It
530 .Va WITHOUT_KERBEROS_SUPPORT
531 .El
532 .Pp
533 When set, the following options are also in effect:
534 .Pp
535 .Bl -inset -compact
536 .It Va WITHOUT_GSSAPI
537 (unless
538 .Va WITH_GSSAPI
539 is set explicitly)
540 .El
541 .It Va WITHOUT_KERBEROS_SUPPORT
542 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_KERBEROS_SUPPORT 156932 2006-03-21 07:50:50Z ru
543 Set to build some programs without Kerberos support, like
544 .Xr cvs 1 ,
545 .Xr ssh 1 ,
546 .Xr telnet 1 ,
547 .Xr sshd 8 ,
548 and
549 .Xr telnetd 8 .
550 .It Va WITHOUT_KERNEL_SYMBOLS
551 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_KERNEL_SYMBOLS 222189 2011-05-22 18:23:17Z imp
552 Set to not install kernel symbol files.
553 .Bf -symbolic
554 This option is recommended for those people who have small root partitions.
555 .Ef
556 .It Va WITHOUT_KVM
557 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_KVM 174550 2007-12-12 16:43:17Z ru
558 Set to not build the
559 .Nm libkvm
560 library as a part of the base system.
561 .Bf -symbolic
562 The option has no effect yet.
563 .Ef
564 When set, it also enforces the following options:
565 .Pp
566 .Bl -item -compact
567 .It
568 .Va WITHOUT_KVM_SUPPORT
569 .El
570 .It Va WITHOUT_KVM_SUPPORT
571 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_KVM_SUPPORT 170644 2007-06-13 02:08:04Z sepotvin
572 Set to build some programs without optional
573 .Nm libkvm
574 support.
575 .It Va WITHOUT_LEGACY_CONSOLE
576 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_LEGACY_CONSOLE 183242 2008-09-21 22:02:26Z sam
577 Set to not build programs that support a legacy PC console; e.g.
578 .Xr kbdcontrol 8
579 and
580 .Xr vidcontrol 8 .
581 .It Va WITHOUT_LIB32
582 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_LIB32 156932 2006-03-21 07:50:50Z ru
583 On amd64, set to not build 32-bit library set and a
584 .Nm ld-elf32.so.1
585 runtime linker.
586 .It Va WITHOUT_LIBPTHREAD
587 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm
588 Set to not build the
589 .Nm libpthread
590 providing library,
591 .Nm libthr .
592 When set, it also enforces the following options:
593 .Pp
594 .Bl -item -compact
595 .It
596 .Va WITHOUT_BIND
597 .It
598 .Va WITHOUT_BIND_DNSSEC
599 .It
600 .Va WITHOUT_BIND_ETC
601 .It
602 .Va WITHOUT_BIND_LIBS
603 .It
604 .Va WITHOUT_BIND_LIBS_LWRES
605 .It
606 .Va WITHOUT_BIND_MTREE
607 .It
608 .Va WITHOUT_BIND_NAMED
609 .It
610 .Va WITHOUT_BIND_UTILS
611 .It
612 .Va WITHOUT_LIBTHR
613 .El
614 .It Va WITHOUT_LIBTHR
615 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_LIBTHR 156932 2006-03-21 07:50:50Z ru
616 Set to not build the
617 .Nm libthr
618 (1:1 threading)
619 library.
620 When set, it also enforces the following options:
621 .Pp
622 .Bl -item -compact
623 .It
624 .Va WITHOUT_BIND
625 .It
626 .Va WITHOUT_BIND_DNSSEC
627 .It
628 .Va WITHOUT_BIND_ETC
629 .It
630 .Va WITHOUT_BIND_LIBS
631 .It
632 .Va WITHOUT_BIND_LIBS_LWRES
633 .It
634 .Va WITHOUT_BIND_MTREE
635 .It
636 .Va WITHOUT_BIND_NAMED
637 .It
638 .Va WITHOUT_BIND_UTILS
639 .El
640 .It Va WITHOUT_LOCALES
641 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru
642 Set to not build localization files; see
643 .Xr locale 1 .
644 .It Va WITHOUT_LOCATE
645 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_LOCATE 183242 2008-09-21 22:02:26Z sam
646 Set to not build
647 .Xr locate 1
648 and related programs.
649 .It Va WITHOUT_LPR
650 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_LPR 156932 2006-03-21 07:50:50Z ru
651 Set to not build
652 .Xr lpr 1
653 and related programs.
654 .It Va WITHOUT_MAIL
655 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_MAIL 183242 2008-09-21 22:02:26Z sam
656 Set to not build any mail support (MUA or MTA).
657 When set, it also enforces the following options:
658 .Pp
659 .Bl -item -compact
660 .It
661 .Va WITHOUT_MAILWRAPPER
662 .It
663 .Va WITHOUT_SENDMAIL
664 .El
665 .It Va WITHOUT_MAILWRAPPER
666 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_MAILWRAPPER 156932 2006-03-21 07:50:50Z ru
667 Set to not build the
668 .Xr mailwrapper 8
669 MTA selector.
670 .It Va WITHOUT_MAKE
671 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_MAKE 183242 2008-09-21 22:02:26Z sam
672 Set to not install
673 .Xr make 1
674 and related support files.
675 .It Va WITHOUT_MAN
676 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru
677 Set to not build manual pages.
678 When set, the following options are also in effect:
679 .Pp
680 .Bl -inset -compact
681 .It Va WITHOUT_MAN_UTILS
682 (unless
683 .Va WITH_MAN_UTILS
684 is set explicitly)
685 .El
686 .It Va WITHOUT_MAN_UTILS
687 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim
688 Set to not build utilities for manual pages,
689 .Xr apropos 1 ,
690 .Xr catman 1 ,
691 .Xr makewhatis 1 ,
692 .Xr man 1 ,
693 .Xr whatis 1 ,
694 .Xr manctl 8 ,
695 and related support files.
696 .It Va WITHOUT_NCP
697 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NCP 156932 2006-03-21 07:50:50Z ru
698 Set to not build programs, libraries, and kernel modules
699 related to NetWare Core protocol.
700 .It Va WITHOUT_NDIS
701 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NDIS 183242 2008-09-21 22:02:26Z sam
702 Set to not build programs and libraries
703 related to NDIS emulation support.
704 .It Va WITHOUT_NETCAT
705 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NETCAT 156932 2006-03-21 07:50:50Z ru
706 Set to not build
707 .Xr nc 1
708 utility.
709 .It Va WITHOUT_NETGRAPH
710 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NETGRAPH 183242 2008-09-21 22:02:26Z sam
711 Set to not build applications to support
712 .Xr netgraph 4 .
713 When set, it also enforces the following options:
714 .Pp
715 .Bl -item -compact
716 .It
717 .Va WITHOUT_ATM
718 .It
719 .Va WITHOUT_BLUETOOTH
720 .It
721 .Va WITHOUT_NETGRAPH_SUPPORT
722 .El
723 .It Va WITHOUT_NETGRAPH_SUPPORT
724 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NETGRAPH_SUPPORT 183305 2008-09-23 16:11:15Z sam
725 Set to build libraries, programs, and kernel modules without netgraph support.
726 .It Va WITHOUT_NIS
727 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NIS 156932 2006-03-21 07:50:50Z ru
728 Set to not build
729 .Xr NIS 8
730 support and related programs.
731 If set, you might need to adopt your
732 .Xr nsswitch.conf 5
733 and remove
734 .Sq nis
735 entries.
736 .It Va WITHOUT_NLS
737 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NLS 156932 2006-03-21 07:50:50Z ru
738 Set to not build NLS catalogs.
739 .It Va WITHOUT_NLS_CATALOGS
740 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
741 Set to not build NLS catalog support for
742 .Xr csh 1 .
743 .It Va WITH_NMTREE
744 .\" from FreeBSD: head/tools/build/options/WITH_NMTREE 245241 2013-01-09 21:07:08Z brooks
745 Set to install
746 .Xr nmtree 8
747 as
748 .Xr mtree 8 .
749 By default
750 .Xr fmtree 8
751 is installed as
752 .Xr mtree 8 .
753 .It Va WITHOUT_NS_CACHING
754 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru
755 Set to disable name caching in the
756 .Pa nsswitch
757 subsystem.
758 The generic caching daemon,
759 .Xr nscd 8 ,
760 will not be built either if this option is set.
761 .It Va WITHOUT_NTP
762 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NTP 183242 2008-09-21 22:02:26Z sam
763 Set to not build
764 .Xr ntpd 8
765 and related programs.
766 .It Va WITH_OFED
767 .\" $FreeBSD$
768 Set to build the
769 .Dq "OpenFabrics Enterprise Distribution"
770 Infiniband software stack.
771 .It Va WITHOUT_OPENSSH
772 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru
773 Set to not build OpenSSH.
774 .It Va WITHOUT_OPENSSL
775 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_OPENSSL 156932 2006-03-21 07:50:50Z ru
776 Set to not build OpenSSL.
777 When set, it also enforces the following options:
778 .Pp
779 .Bl -item -compact
780 .It
781 .Va WITHOUT_KERBEROS
782 .It
783 .Va WITHOUT_KERBEROS_SUPPORT
784 .It
785 .Va WITHOUT_OPENSSH
786 .El
787 .Pp
788 When set, the following options are also in effect:
789 .Pp
790 .Bl -inset -compact
791 .It Va WITHOUT_GSSAPI
792 (unless
793 .Va WITH_GSSAPI
794 is set explicitly)
795 .El
796 .It Va WITHOUT_PAM
797 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru
798 Set to not build PAM library and modules.
799 .Bf -symbolic
800 This option is deprecated and does nothing.
801 .Ef
802 When set, it also enforces the following options:
803 .Pp
804 .Bl -item -compact
805 .It
806 .Va WITHOUT_PAM_SUPPORT
807 .El
808 .It Va WITHOUT_PAM_SUPPORT
809 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PAM_SUPPORT 156932 2006-03-21 07:50:50Z ru
810 Set to build some programs without PAM support, particularly
811 .Xr ftpd 8
812 and
813 .Xr ppp 8 .
814 .It Va WITHOUT_PF
815 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru
816 Set to not build PF firewall package.
817 When set, it also enforces the following options:
818 .Pp
819 .Bl -item -compact
820 .It
821 .Va WITHOUT_AUTHPF
822 .El
823 .It Va WITHOUT_PKGTOOLS
824 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PKGTOOLS 183242 2008-09-21 22:02:26Z sam
825 Set to not build
826 .Xr pkg_add 8
827 and related programs.
828 .It Va WITHOUT_PMC
829 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PMC 183242 2008-09-21 22:02:26Z sam
830 Set to not build
831 .Xr pmccontrol 8
832 and related programs.
833 .It Va WITHOUT_PORTSNAP
834 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PORTSNAP 183242 2008-09-21 22:02:26Z sam
835 Set to not build or install
836 .Xr portsnap 8
837 and related files.
838 .It Va WITHOUT_PPP
839 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PPP 183242 2008-09-21 22:02:26Z sam
840 Set to not build
841 .Xr ppp 8
842 and related programs.
843 .It Va WITHOUT_PROFILE
844 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PROFILE 156932 2006-03-21 07:50:50Z ru
845 Set to avoid compiling profiled libraries.
846 .It Va WITHOUT_QUOTAS
847 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam
848 Set to not build
849 .Xr quota 8
850 and related programs.
851 .It Va WITHOUT_RCMDS
852 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_RCMDS 156932 2006-03-21 07:50:50Z ru
853 Disable building of the
854 .Bx
855 r-commands.
856 This includes
857 .Xr rlogin 1 ,
858 .Xr rsh 1 ,
859 etc.
860 .It Va WITHOUT_RCS
861 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_RCS 156932 2006-03-21 07:50:50Z ru
862 Set to not build
863 .Xr rcs 1
864 and related utilities.
865 .It Va WITHOUT_RESCUE
866 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_RESCUE 156932 2006-03-21 07:50:50Z ru
867 Set to not build
868 .Xr rescue 8 .
869 .It Va WITHOUT_ROUTED
870 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_ROUTED 183242 2008-09-21 22:02:26Z sam
871 Set to not build
872 .Xr routed 8
873 utility.
874 .It Va WITHOUT_SENDMAIL
875 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SENDMAIL 156932 2006-03-21 07:50:50Z ru
876 Set to not build
877 .Xr sendmail 8
878 and related programs.
879 .It Va WITHOUT_SETUID_LOGIN
880 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SETUID_LOGIN 156932 2006-03-21 07:50:50Z ru
881 Set this to disable the installation of
882 .Xr login 1
883 as a set-user-ID root program.
884 .It Va WITHOUT_SHAREDOCS
885 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SHAREDOCS 156932 2006-03-21 07:50:50Z ru
886 Set to not build the
887 .Bx 4.4
888 legacy docs.
889 .It Va WITH_SHARED_TOOLCHAIN
890 .\" from FreeBSD: stable/9/tools/build/options/WITH_SHARED_TOOLCHAIN 235398 2012-05-13 13:57:53Z kib
891 Set to build the toolchain binaries shared.
892 The set includes
893 .Xr cc 1 ,
894 .Xr make 1
895 and necessary utilities like assembler, linker and library archive manager.
896 .It Va WITHOUT_SOURCELESS
897 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SOURCELESS 231905 2012-02-19 07:44:38Z rmh
898 Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU).
899 When set, it also enforces the following options:
900 .Pp
901 .Bl -item -compact
902 .It
903 .Va WITHOUT_SOURCELESS_HOST
904 .It
905 .Va WITHOUT_SOURCELESS_UCODE
906 .El
907 .It Va WITHOUT_SOURCELESS_HOST
908 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SOURCELESS_HOST 231905 2012-02-19 07:44:38Z rmh
909 Set to not build kernel modules that include sourceless native code for host CPU.
910 .It Va WITHOUT_SOURCELESS_UCODE
911 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SOURCELESS_UCODE 231905 2012-02-19 07:44:38Z rmh
912 Set to not build kernel modules that include sourceless microcode.
913 .It Va WITHOUT_SSP
914 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru
915 Set to not build world with propolice stack smashing protection.
916 .It Va WITHOUT_SYMVER
917 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen
918 Set to disable symbol versioning when building shared libraries.
919 .It Va WITHOUT_SYSCONS
920 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SYSCONS 156932 2006-03-21 07:50:50Z ru
921 Set to not build
922 .Xr syscons 4
923 support files such as keyboard maps, fonts, and screen output maps.
924 .It Va WITHOUT_SYSINSTALL
925 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_SYSINSTALL 183242 2008-09-21 22:02:26Z sam
926 Set to not build
927 .Xr sysinstall 8
928 and related programs.
929 .It Va WITHOUT_TCSH
930 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_TCSH 156932 2006-03-21 07:50:50Z ru
931 Set to not build and install
932 .Pa /bin/csh
933 (which is
934 .Xr tcsh 1 ) .
935 .It Va WITHOUT_TELNET
936 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_TELNET 183242 2008-09-21 22:02:26Z sam
937 Set to not build
938 .Xr telnet 8
939 and related programs.
940 .It Va WITHOUT_TEXTPROC
941 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 22:02:26Z sam
942 Set to not build
943 programs used for text processing.
944 When set, it also enforces the following options:
945 .Pp
946 .Bl -item -compact
947 .It
948 .Va WITHOUT_GROFF
949 .El
950 .It Va WITHOUT_TOOLCHAIN
951 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_TOOLCHAIN 174550 2007-12-12 16:43:17Z ru
952 Set to not install
953 programs used for program development,
954 compilers, debuggers etc.
955 .Bf -symbolic
956 The option does not work for build targets.
957 .Ef
958 When set, it also enforces the following options:
959 .Pp
960 .Bl -item -compact
961 .It
962 .Va WITHOUT_BINUTILS
963 .It
964 .Va WITHOUT_CLANG
965 .It
966 .Va WITHOUT_CLANG_IS_CC
967 .It
968 .Va WITHOUT_GCC
969 .It
970 .Va WITHOUT_GDB
971 .El
972 .It Va WITHOUT_USB
973 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_USB 156932 2006-03-21 07:50:50Z ru
974 Set to not build USB-related programs and libraries.
975 .It Va WITHOUT_UTMPX
976 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_UTMPX 223209 2011-06-17 21:30:21Z ed
977 Set to not build user accounting tools such as
978 .Xr last 1 ,
979 .Xr users 1 ,
980 .Xr who 1 ,
981 .Xr wtmpcvt 1 ,
982 .Xr ac 8 ,
983 .Xr lastlogin 8
984 and
985 .Xr utxrm 8 .
986 .It Va WITHOUT_WIRELESS
987 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_WIRELESS 183242 2008-09-21 22:02:26Z sam
988 Set to not build programs used for 802.11 wireless networks; especially
989 .Xr wpa_supplicant 8
990 and
991 .Xr hostapd 8 .
992 When set, it also enforces the following options:
993 .Pp
994 .Bl -item -compact
995 .It
996 .Va WITHOUT_WIRELESS_SUPPORT
997 .El
998 .It Va WITHOUT_WIRELESS_SUPPORT
999 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_WIRELESS_SUPPORT 183305 2008-09-23 16:11:15Z sam
1000 Set to build libraries, programs, and kernel modules without
1001 802.11 wireless support.
1002 .It Va WITHOUT_WPA_SUPPLICANT_EAPOL
1003 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL 156932 2006-03-21 07:50:50Z ru
1004 Build
1005 .Xr wpa_supplicant 8
1006 without support for the IEEE 802.1X protocol and without
1007 support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
1008 protocols (usable only via 802.1X).
1009 .It Va WITHOUT_ZFS
1010 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_ZFS 168409 2007-04-06 02:13:30Z pjd
1011 Set to not build ZFS file system.
1012 .It Va WITHOUT_ZONEINFO
1013 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_ZONEINFO 171994 2007-08-27 20:01:08Z remko
1014 Set to not build the timezone database.
1015 .El
1016 .Sh FILES
1017 .Bl -tag -compact
1018 .It Pa /etc/src.conf
1019 .It Pa /usr/share/mk/bsd.own.mk
1020 .El
1021 .Sh SEE ALSO
1022 .Xr make 1 ,
1023 .Xr make.conf 5 ,
1024 .Xr build 7 ,
1025 .Xr ports 7
1026 .Sh HISTORY
1027 The
1028 .Nm
1029 file appeared in
1030 .Fx 7.0 .
1031 .Sh AUTHORS
1032 This manual page was autogenerated.