4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 .\" $FreeBSD: src/share/man/man5/make.conf.5,v 1.12.2.30 2003/05/18 17:05:55 brueffer Exp $
26 .\" $DragonFly: src/share/man/man5/make.conf.5,v 1.38 2008/11/03 00:25:45 pavalos Exp $
33 .Nd system build information
37 contains settings that control the compilation of the
42 is generally created by the system administrator when the values need
43 to be changed from their defaults.
47 is not to run commands or perform compilation actions
49 Instead, it is included by the various makefiles in
51 which conditionalize their internal actions according to the settings
56 file is included from the appropriate
58 which specifies the default settings for all the available options.
59 Options need only be specified in
61 when the system administrator wishes to override these defaults.
63 The build procedures occur in three areas: world, kernel, and
67 may be applicable during builds in one, two, or all of these areas.
68 They may be specified for a particular build via the
73 The following lists provide a name and short description for each
74 variable you can use during the indicated builds.
75 The values of variables flagged as
77 are ignored; the variable being set at all (even to
81 causes it to be treated as if it were set.
83 The following list provides a name and short description for variables
84 that are used for all builds, or are used by the
86 for things other than builds.
90 Controls which processor should be targeted for generated code.
91 This controls processor-specific optimizations in certain code
92 (currently only OpenSSL) as well as modifying the value of
96 to contain the appropriate optimization directive to
98 The automatic setting of
102 may be overridden using the
106 variables, respectively. Refer to
107 .Pa /usr/share/examples/etc/defaults/make.conf
108 for a list of recognized
113 Controls which GCC version to use by default.
116 so as not to interfere with overrides from userland.
117 We currently recommend that an override NOT be set in
119 Currently accepted values are
127 Controls the compiler setting when compiling C code.
128 Optimization levels above
133 is provided as a set of
135 settings suggested by
136 .An "Bruce Evans" Aq bde@FreeBSD.org
137 for developing and testing changes.
138 They can be used, if set, by:
139 .Bd -literal -offset indent
144 Setting this variable will prevent CPU specific compiler flags
145 from being automatically added to
150 Controls the compiler settings when compiling C++ code.
152 is initially set to the value of
154 If you want to add to the
162 the default install command.
163 To have components compared before doing the install, use
164 .Bd -literal -offset indent
169 List any directories that should be entered when running make
174 Controls the shell used internally by
176 to process the command scripts in makefiles.
181 all currently supported.
182 .Bd -literal -offset indent
185 .It Va MODULES_OVERRIDE
187 Set to a list of modules to build instead of all of them.
188 .It Va MTREE_FOLLOWS_SYMLINKS
197 Set this to the flag to pass the
200 If set to a blank value, components will be installed with debugging
208 The default is to use
212 The following list provides a name and short description for variables
213 that are only used doing a kernel build:
215 .It Va BOOT_COMCONSOLE_PORT
217 The port address to use for the console if the boot blocks have
218 been configured to use a serial console instead of the keyboard/video card.
219 .It Va BOOT_COMCONSOLE_SPEED
221 The baud rate to use for the console if the boot blocks have
222 been configured to use a serial console instead of the keyboard/video card.
225 Controls the compiler settings when building the
227 Optimization levels above
230 are not guaranteed to work.
233 Controls which kernel configurations will be
235 .Dq Li "${MAKE} buildkernel"
237 .Dq Li "${MAKE} installkernel" .
239 .Bd -literal -offset indent
240 KERNCONF=MINE DEBUG GENERIC OTHERMACHINE
243 will build the kernels specified by the config files
244 .Pa MINE , DEBUG , GENERIC ,
247 and install the kernel specified by the config file
251 .It Va LOADER_TFTP_SUPPORT
253 While not a buildkernel-affected option, there is no better place for this.
256 loader retrieves the kernel via NFS.
257 Defining this and recompiling
258 .Pa /usr/src/sys/boot
259 will cause it to retrieve the kernel via TFTP.
260 This allows pxeboot to load a custom BOOTP diskless kernel yet
261 still mount the server's
263 rather than load the server's kernel.
264 .It Va NO_CPU_COPTFLAGS
266 Setting this variable will prevent CPU specific compiler flags
267 from being automatically added to
270 .It Va NO_KERNELCLEAN
272 Set this to skip the clean target when using
273 .Dq Li "${MAKE} buildkernel" .
274 .It Va NO_KERNELCONFIG
276 Set this to skip running
279 .Dq Li "${MAKE} buildkernel" .
280 .It Va NO_KERNELDEPEND
282 Set this to skip running
283 .Dq Li "${MAKE} depend"
285 .Dq Li "${MAKE} buildkernel" .
286 .It Va NO_KERNEL_OLD_STRIP
288 Set this to skip stripping debugging symbols from old kernel and modules
289 (kernel.old, modules.old) during
290 .Dq Li "${MAKE} installkernel" .
293 Set to not build modules with the kernel.
296 The following list provides a name and short description for variables
297 that are used during the world build:
299 .It Va ENABLE_SUID_K5SU
301 Set this if you wish to use the k5su utility.
302 Otherwise, it will be installed without the set-user-ID bit set.
303 This is only relevant if
306 .It Va ENABLE_SUID_SSH
310 with the setuid bit turned on.
311 .It Va MODULES_WITH_WORLD
313 Set to build modules with the system instead of the kernel.
316 Set to not build BIND.
319 Set to not build crypto code.
322 Set to not build CVS.
325 Set to not build games.
328 Set to not build the older version of GCC (3.4).
335 Set to not build isdn4bsd package.
338 Set to not build IP Filter package.
343 (reentrant version of
349 and related programs.
350 .It Va NO_MAILWRAPPER
364 Set to not build Objective C support.
367 Set to not build OpenSSH.
370 Set to not build OpenSSL (implies
376 and related programs.
379 Set to not enter the share subdirectory.
382 Set to not compile in X\-Windows support (e.g.\&
386 Set this to disable cleaning during
387 .Dq Li "make buildworld" .
388 This should not be set unless you know what you are doing.
392 .Dq Li "${MAKE} clean"
394 .Dq Li "${MAKE} cleandir" .
397 Set to not install certain components with flag schg.
398 This is useful in a jailed environment.
401 Set to not make or install
404 .It Va NOINFOCOMPRESS
406 Set to not compress the info pages.
409 Set to not build manual pages
412 Set to not compress the manual pages.
415 Set to avoid compiling profiled libraries.
418 Set to disable the installation of
420 with the set-user-ID bit on.
425 configuration file to use at install time.
426 The value should include the full path to the
429 .Pa /etc/mail/myconfig.mc .
430 Use with caution as a make install will overwrite any existing
431 .Pa /etc/mail/sendmail.cf .
435 .It Va SENDMAIL_SUBMIT_MC
439 configuration file for mail submission
440 to use at install time.
441 The value should include the full path to the
444 .Pa /etc/mail/mysubmit.mc .
445 Use with caution as a make install will overwrite any existing
446 .Pa /etc/mail/submit.cf .
447 .It Va SENDMAIL_ADDITIONAL_MC
451 files which should be built into
454 The value should include the full path to the
458 .Pa /etc/mail/bar.mc .
459 .It Va SENDMAIL_CF_DIR
461 Override the default location for the
463 configuration files used to build a
468 .It Va SENDMAIL_M4_FLAGS
477 .It Va SENDMAIL_CFLAGS
479 Flags to pass to the compile command when building
483 flags can be used to provide SASL support with setting such as:
484 .Bd -literal -offset indent
485 SENDMAIL_CFLAGS=-I/usr/local/include -DSASL
486 SENDMAIL_LDFLAGS=-L/usr/local/lib
487 SENDMAIL_LDADD=-lsasl
489 .It Va SENDMAIL_LDFLAGS
493 command when building
495 .It Va SENDMAIL_LDADD
497 Flags to add to the end of the
499 command when building
501 .It Va SENDMAIL_DPADD
503 Extra dependencies to add when building
505 .It Va SENDMAIL_SET_USER_ID
509 as a set-user-ID root binary instead of a set-group-ID binary
511 .Pa /etc/mail/submit.{cf,mc} .
512 Use of this flag is not recommended and the alternative advice in
514 should be followed instead if at all possible.
515 .It Va SENDMAIL_MAP_PERMS
517 Mode to use when generating alias and map database files using
518 .Pa /etc/mail/Makefile .
519 The default value is 0640.
526 to configure the system's default threading library.
529 .It Va TOP_TABLE_SIZE
532 uses a hash table for the user names. The size of this hash can be tuned
533 to match the number of local users. The table size should be a prime number
534 approximately twice as large as the number of lines in
536 The default number is 20011.
539 Set to build the IDEA encryption code.
540 This code is patented in the USA and many European countries.
542 .Em "YOUR RESPONSIBILITY"
543 to determine if you can legally use IDEA.
544 .It Va WANT_INSTALLER
546 Set to build the installer.
549 Set this to build Kerberos5 (KTH Heimdal).
551 This is still experimental code.
554 The following list provides a name and short description for variables
555 that are used when building documentation.
559 The list of languages and encodings to build and install.
562 The default format for system documentation, depends on your
566 for simple printers or
568 for postscript or graphics printers with a ghostscript
570 .It Va GROFF_PAPER_SIZE
572 The default paper size for
580 .Bl -tag -width /etc/defaults/make.conf -compact
581 .It Pa /etc/defaults/make.conf
582 .It Pa /etc/make.conf
583 .It Pa /usr/src/Makefile
584 .It Pa /usr/src/Makefile.inc1
595 file appeared sometime before
598 This manual page was written by
599 .An Mike W. Meyer Aq mwm@mired.org .
601 This manual page may occasionally be out of date with respect to
602 the options currently available for use in
605 .Pa /etc/defaults/make.conf
606 file for the latest options which are available.