1786aa69aSBen Smithurst.\" Copyright (c) 2000 2786aa69aSBen Smithurst.\" Mike W. Meyer 3786aa69aSBen Smithurst.\" 4786aa69aSBen Smithurst.\" Redistribution and use in source and binary forms, with or without 5786aa69aSBen Smithurst.\" modification, are permitted provided that the following conditions 6786aa69aSBen Smithurst.\" are met: 7786aa69aSBen Smithurst.\" 1. Redistributions of source code must retain the above copyright 8786aa69aSBen Smithurst.\" notice, this list of conditions and the following disclaimer. 9786aa69aSBen Smithurst.\" 2. Redistributions in binary form must reproduce the above copyright 10786aa69aSBen Smithurst.\" notice, this list of conditions and the following disclaimer in the 11786aa69aSBen Smithurst.\" documentation and/or other materials provided with the distribution. 12786aa69aSBen Smithurst.\" 13786aa69aSBen Smithurst.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND 14786aa69aSBen Smithurst.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15786aa69aSBen Smithurst.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 16786aa69aSBen Smithurst.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE 17786aa69aSBen Smithurst.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18786aa69aSBen Smithurst.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19786aa69aSBen Smithurst.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20786aa69aSBen Smithurst.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21786aa69aSBen Smithurst.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22786aa69aSBen Smithurst.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23786aa69aSBen Smithurst.\" SUCH DAMAGE. 24786aa69aSBen Smithurst.\" 25786aa69aSBen Smithurst.\" $FreeBSD$ 26786aa69aSBen Smithurst.\" 27d7b336c0SRuslan Ermilov.Dd November 3, 2000 28786aa69aSBen Smithurst.Dt MAKE.CONF 5 29786aa69aSBen Smithurst.Os 30786aa69aSBen Smithurst.Sh NAME 31786aa69aSBen Smithurst.Nm make.conf 329c488872SRuslan Ermilov.Nd system build information 33786aa69aSBen Smithurst.Sh DESCRIPTION 34786aa69aSBen SmithurstThe file 35786aa69aSBen Smithurst.Nm 369c488872SRuslan Ermilovcontains settings that control the compilation of the 379c488872SRuslan Ermilov.Fx 389c488872SRuslan Ermilovsources 399c488872SRuslan Ermilovand ported applications. 409c488872SRuslan ErmilovThe file 41786aa69aSBen Smithurst.Nm 42786aa69aSBen Smithurstis generally created by the system administrator when the values need 43786aa69aSBen Smithurstto be changed from their defaults. 44786aa69aSBen Smithurst.Pp 45786aa69aSBen SmithurstThe purpose of 46786aa69aSBen Smithurst.Nm 47786aa69aSBen Smithurstis not to run commands or perform compilation actions 489c488872SRuslan Ermilovdirectly. 499c488872SRuslan ErmilovInstead, it is included by the 50786aa69aSBen Smithurstvarious makefiles in 51786aa69aSBen Smithurst.Pa /usr/src , 52786aa69aSBen Smithurst.Pa /usr/ports 53786aa69aSBen Smithurstand 54786aa69aSBen Smithurst.Pa /usr/doc 55786aa69aSBen Smithurstwhich conditionalize their 56786aa69aSBen Smithurstinternal actions according to the settings found there. 57786aa69aSBen Smithurst.Pp 58786aa69aSBen SmithurstThe 59786aa69aSBen Smithurst.Pa /etc/make.conf 60a910f192SDima Dorfmanfile is included from the appropriate 619c488872SRuslan Ermilov.Pa Makefile 62786aa69aSBen Smithurstwhich specifies the default settings for all the available options. 63786aa69aSBen SmithurstOptions need only be specified in 64786aa69aSBen Smithurst.Pa /etc/make.conf 65786aa69aSBen Smithurstwhen the system administrator wishes to override these defaults. 66786aa69aSBen Smithurst.Pp 67786aa69aSBen SmithurstThe build procedures occur in four broad areas: the world, the kernel, 689c488872SRuslan Ermilovdocumentations and ports. 699c488872SRuslan ErmilovVariables set in 70786aa69aSBen Smithurst.Nm 71786aa69aSBen Smithurstmay be applicable during builds in one, two, or all four of these 729c488872SRuslan Ermilovareas. 739c488872SRuslan ErmilovThey may be specified for a particular build via the 749c488872SRuslan Ermilov.Fl D 75786aa69aSBen Smithurstoption of 76786aa69aSBen Smithurst.Xr make 1 . 77786aa69aSBen Smithurst.Pp 789c488872SRuslan ErmilovThe following lists provide a name and short description for each 799c488872SRuslan Ermilovvariable you can use during the indicated builds. 809c488872SRuslan ErmilovThe values of 81786aa69aSBen Smithurstvariables flagged as 829c488872SRuslan Ermilov.Vt bool 83786aa69aSBen Smithurstare ignored; the variable being 84786aa69aSBen Smithurstset at all (even to 859c488872SRuslan Ermilov.Dq Li FALSE 86786aa69aSBen Smithurstor 879c488872SRuslan Ermilov.Dq Li NO ) 88786aa69aSBen Smithurstcause it to 89786aa69aSBen Smithurstbe treated as if it were set. 90786aa69aSBen Smithurst.Pp 91786aa69aSBen SmithurstThe following list provides a name and short description for variables 92786aa69aSBen Smithurstthat are used for all builds, or are used by the 939c488872SRuslan Ermilov.Pa makefiles 949c488872SRuslan Ermilovfor things other than builds. 95786aa69aSBen Smithurst.Bl -tag -width Ar 969c488872SRuslan Ermilov.It Va CFLAGS 9734455342SDima Dorfman.Pq Vt str 989c488872SRuslan ErmilovControls the compiler setting when compiling C code. 99786aa69aSBen SmithurstOptimization levels above 100d489ec12SDima Dorfman.Fl O 101d489ec12SDima Dorfman.Pq Fl O2 , No ... 1029c488872SRuslan Ermilovare not supported. 1039c488872SRuslan Ermilov.Va BDECFLAGS 1049c488872SRuslan Ermilovis provided as a set of 1059c488872SRuslan Ermilov.Xr gcc 1 1069c488872SRuslan Ermilovsettings suggested by 1079c488872SRuslan Ermilov.An "Bruce Evans" Aq bde@FreeBSD.org 1089c488872SRuslan Ermilovfor developing and testing changes. 1099c488872SRuslan ErmilovThey can be used by: 1109c488872SRuslan Ermilov.Pp 111786aa69aSBen Smithurst.Bd -literal -offset indent 112786aa69aSBen SmithurstCXFLAGS+=${BDECFLAGS} 113786aa69aSBen Smithurst.Ed 1149c488872SRuslan Ermilov.It Va CVS_UPDATE 11534455342SDima Dorfman.Pq Vt bool 1169c488872SRuslan ErmilovSet this to use 1179c488872SRuslan Ermilov.Xr cvs 1 1189c488872SRuslan Ermilovto update your ports with 1199c488872SRuslan Ermilov.Dq Li "make update" . 1209c488872SRuslan Ermilov.It Va CXXFLAGS 12134455342SDima Dorfman.Pq Vt str 1229c488872SRuslan ErmilovControls the compiler settings when compiling C++ code. 1239c488872SRuslan Ermilov.Va CXXFLAGS 1249c488872SRuslan Ermilovis initially set to the value of 1259c488872SRuslan Ermilov.Va CFLAGS . 1269c488872SRuslan ErmilovIf you want to 1279c488872SRuslan Ermilovadd to the 1289c488872SRuslan Ermilov.Va CXXFLAGS 1299c488872SRuslan Ermilovvalue, use 130786aa69aSBen Smithurst.Dq Li += 131786aa69aSBen Smithurstinstead of 132786aa69aSBen Smithurst.Dq Li = . 1339c488872SRuslan Ermilov.It Va INSTALL 13434455342SDima Dorfman.Pq Vt str 1359c488872SRuslan Ermilovthe default install command. 1369c488872SRuslan ErmilovTo have commands compared before doing 137786aa69aSBen Smithurstthe install, use 138786aa69aSBen Smithurst.Bd -literal -offset indent 139786aa69aSBen SmithurstINSTALL="install -C" 140786aa69aSBen Smithurst.Ed 1419c488872SRuslan Ermilov.It Va LOCAL_DIRS 14234455342SDima Dorfman.Pq Vt str 1439c488872SRuslan ErmilovList any directories that should be entered when doing 144786aa69aSBen Smithurstmake's in 145786aa69aSBen Smithurst.Pa /usr/src 146786aa69aSBen Smithurstin this variable. 1479c488872SRuslan Ermilov.It Va MTREE_FOLLOWS_SYMLINKS 14834455342SDima Dorfman.Pq Vt str 1499c488872SRuslan ErmilovSet this to 1509c488872SRuslan Ermilov.Dq Fl L 1519c488872SRuslan Ermilovto cause 1529c488872SRuslan Ermilov.Xr mtree 8 1539c488872SRuslan Ermilovto follow symlinks. 1549c488872SRuslan Ermilov.It Va NO_DOCUPDATE 15534455342SDima Dorfman.Pq Vt bool 1569c488872SRuslan ErmilovSet this to not update the doc tree during 1579c488872SRuslan Ermilov.Dq Li "make update" . 1589c488872SRuslan Ermilov.It Va NO_PORTSUPDATE 15934455342SDima Dorfman.Pq Vt bool 1609c488872SRuslan ErmilovSet this to not update the ports tree during 1619c488872SRuslan Ermilov.Dq Li "make update" . 1629c488872SRuslan Ermilov.It Va SUP_UPDATE 16334455342SDima Dorfman.Pq Vt bool 1649c488872SRuslan ErmilovSet this to use 1659c488872SRuslan Ermilov.Xr cvsup 1 1669c488872SRuslan Ermilovto update your ports with 1679c488872SRuslan Ermilov.Dq Li "make update" . 1689c488872SRuslan Ermilov.It Va SUP 16934455342SDima Dorfman.Pq Vt str 1709c488872SRuslan ErmilovThe location of the 1719c488872SRuslan Ermilov.Xr cvsup 1 1729c488872SRuslan Ermilovcommand for 1739c488872SRuslan Ermilov.Dq Li "make update" . 1749c488872SRuslan Ermilov.It Va SUPFLAGS 17534455342SDima Dorfman.Pq Vt str 1769c488872SRuslan ErmilovThe flag for the 1779c488872SRuslan Ermilov.Xr sup 1 1789c488872SRuslan Ermilovcommand when doing 1799c488872SRuslan Ermilov.Dq Li "make update" . 180786aa69aSBen SmithurstThis defaults to 1819c488872SRuslan Ermilov.Op Fl g L Ar 2 . 1829c488872SRuslan Ermilov.It Va SUPHOST 18334455342SDima Dorfman.Pq Vt str 1849c488872SRuslan ErmilovThe hostname of the sup server to use when doing 1859c488872SRuslan Ermilov.Dq Li "make update" . 1869c488872SRuslan Ermilov.It Va SUPFILE 18734455342SDima Dorfman.Pq Vt str 1889c488872SRuslan ErmilovThe first 1899c488872SRuslan Ermilov.Ar supfile 1909c488872SRuslan Ermilovto use when doing a 1919c488872SRuslan Ermilov.Dq Li "make update" . 192786aa69aSBen SmithurstThis defaults to 1939c488872SRuslan Ermilov.Pa /usr/share/examples/cvsup/standard\-supfile . 1949c488872SRuslan Ermilov.It Va SUPFILE1 19534455342SDima Dorfman.Pq Vt str 1969c488872SRuslan ErmilovThe second 1979c488872SRuslan Ermilov.Ar supfile 1989c488872SRuslan Ermilovto use when doing a 1999c488872SRuslan Ermilov.Dq Li "make update" . 200786aa69aSBen SmithurstThis defaults to 2019c488872SRuslan Ermilov.Pa /usr/share/examples/cvsup/secure\-supfile . 2029c488872SRuslan Ermilov.It Va SUPFILE2 20334455342SDima Dorfman.Pq Vt str 2049c488872SRuslan ErmilovThe third 2059c488872SRuslan Ermilov.Ar supfile 2069c488872SRuslan Ermilovto use when doing a 2079c488872SRuslan Ermilov.Dq Li "make update" . 208786aa69aSBen SmithurstThis defaults to 2099c488872SRuslan Ermilov.Pa /usr/share/examples/cvsup/secure\-supfile . 2109c488872SRuslan Ermilov.It Va PORTSSUPFILE 21134455342SDima Dorfman.Pq Vt str 2129c488872SRuslan ErmilovThe ports 2139c488872SRuslan Ermilov.Ar supfile 2149c488872SRuslan Ermilovto use when doing a 2159c488872SRuslan Ermilov.Dq Li "make update" . 216786aa69aSBen SmithurstThis defaults to 2179c488872SRuslan Ermilov.Pa /usr/share/examples/cvsup/ports\-supfile . 2189c488872SRuslan Ermilov.It Va DOCSUPFILE 21934455342SDima Dorfman.Pq Vt str 2209c488872SRuslan ErmilovThe documentation 2219c488872SRuslan Ermilov.Ar supfile 2229c488872SRuslan Ermilovto use when doing a 2239c488872SRuslan Ermilov.Dq Li "make update" . 224786aa69aSBen SmithurstThis defaults to 2259c488872SRuslan Ermilov.Pa /usr/share/examples/cvsup/doc\-supfile . 226786aa69aSBen Smithurst.El 227786aa69aSBen Smithurst.Pp 228786aa69aSBen SmithurstThe following list provides a name and short description for variables 229786aa69aSBen Smithurstthat are only used doing a kernel build: 230786aa69aSBen Smithurst.Bl -tag -width Ar 2319c488872SRuslan Ermilov.It Va BOOT_COMCONSOLE_PORT 23234455342SDima Dorfman.Pq Vt str 2339c488872SRuslan ErmilovThe port address to use for the console if the boot blocks have 234786aa69aSBen Smithurstbeen configured to use a serial console instead of the keyboard/video card. 2359c488872SRuslan Ermilov.It Va BOOT_COMCONSOLE_SPEED 23634455342SDima Dorfman.Pq Vt int 2379c488872SRuslan ErmilovThe baud rate to use for the console if the boot blocks have 238786aa69aSBen Smithurstbeen configured to use a serial console instead of the keyboard/video card. 2399c488872SRuslan Ermilov.It Va BOOTWAIT 24034455342SDima Dorfman.Pq Vt int 2419c488872SRuslan ErmilovControls the amount of time the kernel waits for a console keypress 2429c488872SRuslan Ermilovbefore booting the default kernel. 2439c488872SRuslan ErmilovThe value is approximately milliseconds. 2449c488872SRuslan ErmilovKeypresses are accepted by the BIOS before booting from disk, 245786aa69aSBen Smithurstmaking it possible to give custom boot parameters even when this is 246786aa69aSBen Smithurstset to 0. 2479c488872SRuslan Ermilov.It Va COPTFLAGS 24834455342SDima Dorfman.Pq Vt str 2499c488872SRuslan ErmilovControls the compiler settings when building the 2509c488872SRuslan Ermilovkernel. 2519c488872SRuslan ErmilovOptimization levels above 2529c488872SRuslan Ermilov.Oo Fl O ( O2 , No ...\& ) Oc 253d5499896SDavid E. O'Brienare not guaranteed to work. 2549c488872SRuslan Ermilov.It Va KERNEL 25534455342SDima Dorfman.Pq Vt str 2569c488872SRuslan ErmilovControls which kernel configurations will be 2576164dd81SBen Smithurstbuilt by 2589c488872SRuslan Ermilov.Dq Li "${MAKE} buildkernel" 2596164dd81SBen Smithurstand installed by 2609c488872SRuslan Ermilov.Dq Li "${MAKE} installkernel" . 2616164dd81SBen SmithurstFor example, 2626164dd81SBen Smithurst.Bd -literal -offset indent 2636164dd81SBen SmithurstKERNEL=MINE DEBUG GENERIC OTHERMACHINE 2646164dd81SBen Smithurst.Ed 2659c488872SRuslan Ermilov.Pp 266a910f192SDima Dorfmanwill build the kernels specified by the config files 2676164dd81SBen Smithurst.Pa MINE , DEBUG , GENERIC , 2686164dd81SBen Smithurstand 2696164dd81SBen Smithurst.Pa OTHERMACHINE , 2706164dd81SBen Smithurstand install the kernel specified by the config file 2716164dd81SBen Smithurst.Pa MINE . 2726164dd81SBen SmithurstIt defaults to 2736164dd81SBen Smithurst.Pa GENERIC . 2749c488872SRuslan Ermilov.It Va NO_KERNELCONFIG 27534455342SDima Dorfman.Pq Vt bool 2769c488872SRuslan ErmilovSet this to skip running 277786aa69aSBen Smithurst.Xr config 8 278786aa69aSBen Smithurstduring 2799c488872SRuslan Ermilov.Dq Li "${MAKE} buildkernel" . 2809c488872SRuslan Ermilov.It Va NO_KERNELDEPEND 28134455342SDima Dorfman.Pq Vt bool 2829c488872SRuslan ErmilovSet this to skip running 2839c488872SRuslan Ermilov.Dq Li "${MAKE} depend" 284786aa69aSBen Smithurstduring 2859c488872SRuslan Ermilov.Dq Li "${MAKE} buildkernel" . 2869c488872SRuslan Ermilov.It Va NO_MODULES 28734455342SDima Dorfman.Pq Vt bool 2889c488872SRuslan ErmilovSet to not build modules with the kernel. 289786aa69aSBen Smithurst.El 290786aa69aSBen Smithurst.Pp 291786aa69aSBen SmithurstThe following list provides a name and short description for variables 292786aa69aSBen Smithurstthat are used during the world build: 293786aa69aSBen Smithurst.Bl -tag -width Ar 2949c488872SRuslan Ermilov.It Va COMPAT1X 29534455342SDima Dorfman.Pq Vt bool 2969c488872SRuslan ErmilovSet to install the 297786aa69aSBen Smithurst.Fx 298786aa69aSBen Smithurst1 compatibility libraries. 2999c488872SRuslan Ermilov.It Va COMPAT20 30034455342SDima Dorfman.Pq Vt bool 3019c488872SRuslan ErmilovSet to install the 302786aa69aSBen Smithurst.Fx 2.0 303786aa69aSBen Smithurstcompatibility libraries. 3049c488872SRuslan Ermilov.It Va COMPAT21 30534455342SDima Dorfman.Pq Vt bool 3069c488872SRuslan ErmilovSet to install the 307786aa69aSBen Smithurst.Fx 2.1 308786aa69aSBen Smithurstcompatibility libraries. 3099c488872SRuslan Ermilov.It Va COMPAT22 31034455342SDima Dorfman.Pq Vt bool 3119c488872SRuslan ErmilovSet to install the 312786aa69aSBen Smithurst.Fx 2.2 313786aa69aSBen Smithurstcompatibility libraries. 3149c488872SRuslan Ermilov.It Va COMPAT3X 31534455342SDima Dorfman.Pq Vt bool 3169c488872SRuslan ErmilovSet to install the 317786aa69aSBen Smithurst.Fx 3189c488872SRuslan Ermilov3 3199c488872SRuslan Ermilovcompatibility libraries. 3209c488872SRuslan Ermilov.It Va ENABLE_SUIDPERL 32134455342SDima Dorfman.Pq Vt bool 3229c488872SRuslan ErmilovSet to enable the installation of an suid 3239c488872SRuslan Ermilov.Xr perl 1 3249c488872SRuslan Ermilovbinary. 3259c488872SRuslan Ermilov.It Va FETCH_CMD 32634455342SDima Dorfman.Pq Vt str 3279c488872SRuslan ErmilovCommand to use to fetch files. 3289c488872SRuslan ErmilovNormally 329786aa69aSBen Smithurst.Xr fetch 1 . 3309c488872SRuslan Ermilov.It Va MAKE_IDEA 33134455342SDima Dorfman.Pq Vt bool 3329c488872SRuslan ErmilovSet to build the IDEA encryption code. 3339c488872SRuslan ErmilovThis code is patented in the USA and many European countries. 3349c488872SRuslan ErmilovIt is 335786aa69aSBen Smithurst.Em "YOUR RESPONSIBILITY" 336786aa69aSBen Smithurstto determine if you can legally use IDEA. 3379c488872SRuslan Ermilov.It Va MAKE_KERBEROS4 33834455342SDima Dorfman.Pq Vt bool 3399c488872SRuslan ErmilovSet this to build KerberosIV (KTH eBones). 3409c488872SRuslan Ermilov.It Va MAKE_KERBEROS5 34134455342SDima Dorfman.Pq Vt bool 3429c488872SRuslan ErmilovSet this to build Kerberos5 (KTH Heimdal). 343786aa69aSBen Smithurst.Em WARNING ! 3449c488872SRuslan ErmilovThis is still experimental code. 3459c488872SRuslan ErmilovIf you need stable Kerberos5, use the 346786aa69aSBen Smithurstport(s). 3479c488872SRuslan Ermilov.It Va MODULES_WITH_WORLD 34834455342SDima Dorfman.Pq Vt bool 3499c488872SRuslan ErmilovSet to build modules with the system instead of the kernel. 3509c488872SRuslan Ermilov.It Va NO_CVS 35134455342SDima Dorfman.Pq Vt bool 3529c488872SRuslan ErmilovSet to not build CVS. 3539c488872SRuslan Ermilov.It Va NO_BIND 35434455342SDima Dorfman.Pq Vt bool 3559c488872SRuslan ErmilovSet to not build BIND. 3569c488872SRuslan Ermilov.It Va NO_FORTRAN 35734455342SDima Dorfman.Pq Vt bool 3589c488872SRuslan ErmilovSet to not build 3599c488872SRuslan Ermilov.Xr g77 1 3609c488872SRuslan Ermilovand related libraries. 361f3bb47ccSRuslan Ermilov.It Va NO_I4B 362f3bb47ccSRuslan Ermilov.Pq Vt bool 363f3bb47ccSRuslan ErmilovSet to not build isdn4bsd package. 3649c488872SRuslan Ermilov.It Va NO_LPR 36534455342SDima Dorfman.Pq Vt bool 3669c488872SRuslan ErmilovSet to not build 3679c488872SRuslan Ermilov.Xr lpr 1 3689c488872SRuslan Ermilovand related programs. 3699c488872SRuslan Ermilov.It Va NO_MAILWRAPPER 37034455342SDima Dorfman.Pq Vt bool 3719c488872SRuslan ErmilovSet to not build the 3729c488872SRuslan Ermilov.Xr mailwrapper 8 3739c488872SRuslan ErmilovMTA selector. 374723f7e30SJeroen Ruigrok van der Werven.It Va NO_MAKEDEV_INSTALL 37534455342SDima Dorfman.Pq Vt bool 376c720f298SRuslan ErmilovSet to avoid installing 377c720f298SRuslan Ermilov.Pa MAKEDEV 378c720f298SRuslan Ermilovin 379723f7e30SJeroen Ruigrok van der Werven.Pa /dev . 380723f7e30SJeroen Ruigrok van der WervenThis implies the 381723f7e30SJeroen Ruigrok van der Werven.Va NO_MAKEDEV_RUN 382723f7e30SJeroen Ruigrok van der Wervenvariable. 383723f7e30SJeroen Ruigrok van der Werven.It Va NO_MAKEDEV_RUN 38434455342SDima Dorfman.Pq Vt bool 3859c488872SRuslan ErmilovSet to avoid running 3869c488872SRuslan Ermilov.Dq Li "MAKEDEV all" 3879c488872SRuslan Ermilovon 3889c488872SRuslan Ermilov.Pa /dev 3899c488872SRuslan Ermilovduring install. 3909c488872SRuslan Ermilov.It Va NO_OBJC 39134455342SDima Dorfman.Pq Vt bool 3929c488872SRuslan ErmilovSet to not build Objective C support. 3939c488872SRuslan Ermilov.It Va NO_OPENSSH 39434455342SDima Dorfman.Pq Vt bool 3959c488872SRuslan ErmilovSet to not build OpenSSH. 3969c488872SRuslan Ermilov.It Va NO_OPENSSL 39734455342SDima Dorfman.Pq Vt bool 3989c488872SRuslan ErmilovSet to not build OpenSSL (implies 3999c488872SRuslan Ermilov.Va NO_OPENSSH ) . 4009c488872SRuslan Ermilov.It Va NO_SENDMAIL 40134455342SDima Dorfman.Pq Vt bool 4029c488872SRuslan ErmilovSet to not build 4039c488872SRuslan Ermilov.Xr sendmail 8 4049c488872SRuslan Ermilovand related programs. 4059c488872SRuslan Ermilov.It Va NO_SHAREDOCS 40634455342SDima Dorfman.Pq Vt bool 4079c488872SRuslan ErmilovSet to not build the 4089c488872SRuslan Ermilov.Bx 4.4 4099c488872SRuslan Ermilovlegacy docs. 4109c488872SRuslan Ermilov.It Va NO_TCSH 41134455342SDima Dorfman.Pq Vt bool 4129c488872SRuslan ErmilovSet to not build and install 4139c488872SRuslan Ermilov.Pa /bin/csh 4149c488872SRuslan Ermilov(which is 4159c488872SRuslan Ermilov.Xr tcsh 1 ) . 4169c488872SRuslan Ermilov.It Va NO_X 41734455342SDima Dorfman.Pq Vt bool 4189c488872SRuslan ErmilovSet to not compile in X\-Windows support (e.g.\& 4199c488872SRuslan Ermilov.Xr doscmd 1 ) . 4209c488872SRuslan Ermilov.It Va NOCLEAN 42134455342SDima Dorfman.Pq Vt bool 4229c488872SRuslan ErmilovSet this to disable cleaning during 4239c488872SRuslan Ermilov.Dq Li "make buildworld" . 424786aa69aSBen SmithurstThis should not be set unless you know what you are doing. 4259c488872SRuslan Ermilov.It Va NOCLEANDIR 42634455342SDima Dorfman.Pq Vt bool 4279c488872SRuslan ErmilovSet this to run 4289c488872SRuslan Ermilov.Dq Li "${MAKE} clean" 429786aa69aSBen Smithurstinstead of 4309c488872SRuslan Ermilov.Dq Li "${MAKE} cleandir" . 4319c488872SRuslan Ermilov.It Va NOCRYPT 43234455342SDima Dorfman.Pq Vt bool 4339c488872SRuslan ErmilovSet to not build any crypto code. 4349c488872SRuslan Ermilov.It Va NOGAMES 43534455342SDima Dorfman.Pq Vt bool 4369c488872SRuslan ErmilovSet to not build games. 4379c488872SRuslan Ermilov.It Va NOINFO 43834455342SDima Dorfman.Pq Vt bool 4399c488872SRuslan ErmilovSet to not make or install 4409c488872SRuslan Ermilov.Xr info 5 4419c488872SRuslan Ermilovfiles. 4429c488872SRuslan Ermilov.It Va NOLIBC_R 44334455342SDima Dorfman.Pq Vt bool 4449c488872SRuslan ErmilovSet to not build 4459c488872SRuslan Ermilov.Nm libc_r 4469c488872SRuslan Ermilov(reentrant version of 4479c488872SRuslan Ermilov.Nm libc ) . 4489c488872SRuslan Ermilov.It Va NOMANCOMPRESS 44934455342SDima Dorfman.Pq Vt bool 4509c488872SRuslan ErmilovSet to install man pages uncompressed. 4519c488872SRuslan Ermilov.It Va NOPERL 45234455342SDima Dorfman.Pq Vt bool 4539c488872SRuslan ErmilovSet to avoid building 4549c488872SRuslan Ermilov.Xr perl 1 . 4559c488872SRuslan Ermilov.It Va NOPROFILE 45634455342SDima Dorfman.Pq Vt bool 4579c488872SRuslan ErmilovSet to avoid compiling profiled libraries. 4589c488872SRuslan Ermilov.It Va NOSECURE 45934455342SDima Dorfman.Pq Vt bool 4609c488872SRuslan Ermilovset to not build crypto code in 4619c488872SRuslan Ermilov.Pa secure 4629c488872SRuslan Ermilovsubdir. 4639c488872SRuslan Ermilov.It Va NOSHARE 46434455342SDima Dorfman.Pq Vt bool 4659c488872SRuslan ErmilovSet to not build in the 4669c488872SRuslan Ermilov.Pa share 4679c488872SRuslan Ermilovsubdir. 4689c488872SRuslan Ermilov.It Va NOUUCP 46934455342SDima Dorfman.Pq Vt bool 4709c488872SRuslan ErmilovSet to not build 4719c488872SRuslan Ermilov.Xr uucp 1 4729c488872SRuslan Ermilovrelated programs. 4739c488872SRuslan Ermilov.It Va PERL_THREADED 47434455342SDima Dorfman.Pq Vt bool 4759c488872SRuslan ErmilovSet to enable the building and installation of 4769c488872SRuslan Ermilov.Xr perl 1 4779c488872SRuslan Ermilovwith thread 478786aa69aSBen Smithurstsupport. 4799c488872SRuslan Ermilov.It Va PPP_NOSUID 48034455342SDima Dorfman.Pq Vt bool 4819c488872SRuslan ErmilovSet to disable the installation of 4829c488872SRuslan Ermilov.Xr ppp 8 4839c488872SRuslan Ermilovas an suid root program. 48425219d25SGregory Neil Shapiro.It Va SENDMAIL_MC 48534455342SDima Dorfman.Pq Vt str 48625219d25SGregory Neil ShapiroThe default m4 configuration file to use at install time. 48701f72632SRuslan ErmilovThe value should include the full path to the 48801f72632SRuslan Ermilov.Pa .mc 48901f72632SRuslan Ermilovfile, e.g., 490d1885c41SGregory Neil Shapiro.Pa /etc/mail/myconfig.mc . 49125219d25SGregory Neil ShapiroUse with caution as a make install will overwrite any existing 49225219d25SGregory Neil Shapiro.Pa /etc/mail/sendmail.cf . 49325219d25SGregory Neil ShapiroNote that 49425219d25SGregory Neil Shapiro.Va SENDMAIL_CF 49525219d25SGregory Neil Shapirois now deprecated. 496e6c77250SGregory Neil Shapiro.It Va SENDMAIL_ADDITIONAL_MC 49734455342SDima Dorfman.Pq Vt str 49801f72632SRuslan ErmilovAdditional 49901f72632SRuslan Ermilov.Pa .mc 50001f72632SRuslan Ermilovfiles which should be built into 50101f72632SRuslan Ermilov.Pa .cf 50201f72632SRuslan Ermilovfiles at build time. 50301f72632SRuslan ErmilovThe value should include the full path to the 50401f72632SRuslan Ermilov.Pa .mc 50501f72632SRuslan Ermilovfile(s), e.g., 506e6c77250SGregory Neil Shapiro.Pa /etc/mail/foo.mc 507e6c77250SGregory Neil Shapiro.Pa /etc/mail/bar.mc . 508f4843be9SGregory Neil Shapiro.It Va SENDMAIL_M4_FLAGS 509f4843be9SGregory Neil Shapiro.Pq Vt str 51001f72632SRuslan ErmilovFlags passed to m4 when building a 51101f72632SRuslan Ermilov.Pa .cf 51201f72632SRuslan Ermilovfile from a 51301f72632SRuslan Ermilov.Pa .mc 51401f72632SRuslan Ermilovfile. 5159c488872SRuslan Ermilov.It Va SENDMAIL_CFLAGS 51634455342SDima Dorfman.Pq Vt str 5179c488872SRuslan ErmilovFlags to pass to the compile command when building 5189c488872SRuslan Ermilov.Xr sendmail 8 . 5199c488872SRuslan ErmilovThe 5209c488872SRuslan Ermilov.Va SENDMAIL_* 5219c488872SRuslan Ermilovflags can be used to provide SASL support with setting such as: 522786aa69aSBen Smithurst.Bd -literal -offset indent 523786aa69aSBen SmithurstSENDMAIL_CFLAGS=-I/usr/local/include -DSASL 524786aa69aSBen SmithurstSENDMAIL_LDFLAGS=-L/usr/local/lib 525786aa69aSBen SmithurstSENDMAIL_LDADD=-lsasl 526786aa69aSBen Smithurst.Ed 5279c488872SRuslan Ermilov.It Va SENDMAIL_LDFLAGS 52834455342SDima Dorfman.Pq Vt str 5299c488872SRuslan ErmilovFlags to pass to the 5309c488872SRuslan Ermilov.Xr ld 1 5319c488872SRuslan Ermilovcommand when building 5329c488872SRuslan Ermilov.Xr sendmail 8 . 5339c488872SRuslan Ermilov.It Va SENDMAIL_LDADD 53434455342SDima Dorfman.Pq Vt str 5359c488872SRuslan ErmilovFlags to add to the end of the 5369c488872SRuslan Ermilov.Xr ld 1 5379c488872SRuslan Ermilovcommand when building 5389c488872SRuslan Ermilov.Xr sendmail 8 . 5399c488872SRuslan Ermilov.It Va SENDMAIL_DPADD 54034455342SDima Dorfman.Pq Vt str 5419c488872SRuslan ErmilovThis variable is undocumented. 542d5499896SDavid E. O'Brien.It Va WANT_FORCE_OPTIMIZATION_DOWNGRADE 543d5499896SDavid E. O'Brien.Pq Vt int 544d5499896SDavid E. O'BrienCauses the system compiler to be built such that it forces high optimization 545d5499896SDavid E. O'Brienlevels to a lower one. 54630b39270SRuslan Ermilov.Xr gcc 1 54730b39270SRuslan Ermilov.Fl O2 54830b39270SRuslan Ermilovand above is known to trigger known optimizer bugs at various 54930b39270SRuslan Ermilovtimes \(em this is worse on the Alpha platform. 550d5499896SDavid E. O'BrienThe value assigned is the highest optimization value used. 551786aa69aSBen Smithurst.El 552786aa69aSBen Smithurst.Pp 553786aa69aSBen SmithurstThe following list provides a name and short description for variables 554786aa69aSBen Smithurstthat are used when building documentation. 555786aa69aSBen Smithurst.Bl -tag -width Ar 5569c488872SRuslan Ermilov.It Va DISTDIR 55734455342SDima Dorfman.Pq Vt str 5589c488872SRuslan ErmilovWhere distfiles are kept. 5599c488872SRuslan ErmilovNormally, this is 560786aa69aSBen Smithurst.Pa distfiles 561786aa69aSBen Smithurstin 5629c488872SRuslan Ermilov.Va PORTSDIR . 5639c488872SRuslan Ermilov.It Va DOC_LANG 56434455342SDima Dorfman.Pq Vt str 5659c488872SRuslan ErmilovThe list of languages and encodings to build and install. 5669c488872SRuslan Ermilov.It Va PRINTERDEVICE 56734455342SDima Dorfman.Pq Vt str 5689c488872SRuslan ErmilovThe default format for system documentation, depends on your 5699c488872SRuslan Ermilovprinter. 5709c488872SRuslan ErmilovThis can be set to 571786aa69aSBen Smithurst.Dq Li ascii 572786aa69aSBen Smithurstfor simple printers or 573786aa69aSBen Smithurst.Dq Li ps 574786aa69aSBen Smithurstfor postscript or graphics printers with a ghostscript 575786aa69aSBen Smithurstfilter. 576786aa69aSBen Smithurst.El 577786aa69aSBen Smithurst.Pp 578786aa69aSBen SmithurstThe following list provides a name and short description for variables 579786aa69aSBen Smithurstthat are used when building ports: 580786aa69aSBen Smithurst.Bl -tag -width Ar 5818e6d7b29SGeorge C A Reid.It Va FORCE_PKG_REGISTER 58234455342SDima Dorfman.Pq Vt bool 5839c488872SRuslan ErmilovSet this to override any existing package registration. 5849c488872SRuslan Ermilov.It Va HAVE_MOTIF 58534455342SDima Dorfman.Pq Vt bool 5869c488872SRuslan ErmilovSet this if you have Motif on your system. 5879c488872SRuslan Ermilov.It Va KRB5_HOME 58834455342SDima Dorfman.Pq Vt str 5899c488872SRuslan ErmilovSet this if you want to install the MIT Kerberos5 port somewhere 590786aa69aSBen Smithurstother than 591786aa69aSBen Smithurst.Pa /usr/local . 5929c488872SRuslan Ermilov.It Va LOCALBASE 59334455342SDima Dorfman.Pq Vt str 5949c488872SRuslan ErmilovSet this to the base directory that non\-X ports should be 5959c488872SRuslan Ermilovinstalled in. 5969c488872SRuslan ErmilovIt provides the default for 5979c488872SRuslan Ermilov.Va PREFIX 5989c488872SRuslan Ermilovwhen building in 599786aa69aSBen Smithurst.Pa /usr/ports . 6009c488872SRuslan Ermilov.It Va MASTER_SITE_AFTERSTEP 60134455342SDima Dorfman.Pq Vt str 6029c488872SRuslan ErmilovSet this to change the master site for AfterStep ports. 6039c488872SRuslan ErmilovThe last 604786aa69aSBen Smithurstpart of the path must be 605786aa69aSBen Smithurst.Dq Li /%SUBDIR%/ . 6069c488872SRuslan Ermilov.It Va MASTER_SITE_BACKUP 60734455342SDima Dorfman.Pq Vt str 6089c488872SRuslan ErmilovControls the site location that ports check for distfiles if the 609786aa69aSBen Smithurstlocations listed in their 610786aa69aSBen Smithurst.Pa Makefile 6119c488872SRuslan Ermilovdo not work. 6129c488872SRuslan ErmilovThe last part of the path must be 613786aa69aSBen Smithurst.Dq Li /${DIST_SUBDIR}/ . 6149c488872SRuslan Ermilov.It Va MASTER_SITE_COMP_SOURCES 61534455342SDima Dorfman.Pq Vt str 6169c488872SRuslan ErmilovControls the master site location for 6179c488872SRuslan Ermilov.Pa comp.sources 6189c488872SRuslan Ermilovports. 6199c488872SRuslan ErmilovThe 620786aa69aSBen Smithurstlast part of the path must be 621786aa69aSBen Smithurst.Dq Li %SUBDIR%/ 6229c488872SRuslan Ermilov.It Va MASTER_SITE_GNOME 62334455342SDima Dorfman.Pq Vt str 6249c488872SRuslan ErmilovControls the master site location for GNOME ports. 6259c488872SRuslan ErmilovThe 626786aa69aSBen Smithurstlast part of the path must be 627786aa69aSBen Smithurst.Dq Li /%SUBDIR%/ 6289c488872SRuslan Ermilov.It Va MASTER_SITE_GNU 62934455342SDima Dorfman.Pq Vt str 6309c488872SRuslan ErmilovControls the master site location for GNU ports. 6319c488872SRuslan ErmilovThe 632786aa69aSBen Smithurstlast part of the path must be 633786aa69aSBen Smithurst.Dq Li /%SUBDIR%/ 6349c488872SRuslan Ermilov.It Va MASTER_SITE_KDE 63534455342SDima Dorfman.Pq Vt str 6369c488872SRuslan ErmilovControls the master site location for KDE ports. 6379c488872SRuslan ErmilovThe 638786aa69aSBen Smithurstlast part of the path must be 639786aa69aSBen Smithurst.Dq Li /%SUBDIR%/ 6409c488872SRuslan Ermilov.It Va MASTER_SITE_FREEBSD 64134455342SDima Dorfman.Pq Vt bool 6429c488872SRuslan ErmilovIf set, go to the master 643786aa69aSBen Smithurst.Fx 644786aa69aSBen Smithurstsite for all files. 6459c488872SRuslan Ermilov.It Va MASTER_SITE_MOZILLA 64634455342SDima Dorfman.Pq Vt str 6479c488872SRuslan ErmilovControls the master site location for Mozilla ports. 6489c488872SRuslan ErmilovThe 649786aa69aSBen Smithurstlast part of the path must be 650786aa69aSBen Smithurst.Dq Li /%SUBDIR%/ 6519c488872SRuslan Ermilov.It Va MASTER_SITE_OVERRIDE 65234455342SDima Dorfman.Pq Vt str 6539c488872SRuslan ErmilovIf set, this site is checked before the sites listed in the ports 654786aa69aSBen Smithurst.Pa Makefile . 655786aa69aSBen SmithurstYou can have it check the backup site first by like so: 656786aa69aSBen Smithurst.Bd -literal -offset indent 657786aa69aSBen SmithurstMASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP} 658786aa69aSBen Smithurst.Ed 6599c488872SRuslan Ermilov.It Va MASTER_SITE_PERL_CPAN 66034455342SDima Dorfman.Pq Vt str 6619c488872SRuslan ErmilovControls the master site location for Perl ports. 6629c488872SRuslan ErmilovThe 663786aa69aSBen Smithurstlast part of the path must be 664786aa69aSBen Smithurst.Bd -literal -offset indent 665786aa69aSBen Smithurst/%SUBDIR%/ 666786aa69aSBen Smithurst.Ed 6679c488872SRuslan Ermilov.It Va MASTER_SORT_REGEX 66834455342SDima Dorfman.Pq Vt str 6699c488872SRuslan ErmilovSet this to control the sort order for mirror sets. 6709c488872SRuslan ErmilovTo set it to 6719c488872SRuslan Ermilovprefer mirrors in the 6729c488872SRuslan Ermilov.Pa .jp 6739c488872SRuslan Ermilovdomain, use: 674786aa69aSBen Smithurst.Bd -literal -offset indent 675786aa69aSBen SmithurstMASTER_SORT_REGEX?= ^file: ^ftp://ftp\.FreeBSD\.org/pub/FreeBSD/ports/local-distfiles/ ://[^/]*\.jp/ ://[^/]*\.jp\. 676786aa69aSBen Smithurst.Ed 6779c488872SRuslan Ermilov.Pp 6789c488872SRuslan ErmilovUsers of other ccTLD domains should change the 679786aa69aSBen Smithurst.Dq Li jp 680786aa69aSBen Smithurstto the 681786aa69aSBen Smithurstappropriate domain. 6829c488872SRuslan Ermilov.It Va MASTER_SITE_RINGSERVER 68334455342SDima Dorfman.Pq Vt str 6849c488872SRuslan ErmilovControls the master site location for Ringserver ports. 6859c488872SRuslan ErmilovThe last 686786aa69aSBen Smithurstpart of the path must be 687786aa69aSBen Smithurst.Dq Li /%SUBDIR%/ . 6889c488872SRuslan Ermilov.It Va MASTER_SITE_RUBY 68934455342SDima Dorfman.Pq Vt str 6909c488872SRuslan ErmilovControls the master site location for Ruby ports. 6919c488872SRuslan ErmilovThe last 692786aa69aSBen Smithurstpart of the path must be 693786aa69aSBen Smithurst.Dq Li /%SUBDIR%/ . 6949c488872SRuslan Ermilov.It Va MASTER_SITE_SUNSITE 69534455342SDima Dorfman.Pq Vt str 6969c488872SRuslan ErmilovControls the master site location for Sunsite ports. 6979c488872SRuslan ErmilovThe last 698786aa69aSBen Smithurstpart of the path must be 699786aa69aSBen Smithurst.Dq Li /%SUBDIR%/ . 7009c488872SRuslan Ermilov.It Va MASTER_SITE_TCLTK 70134455342SDima Dorfman.Pq Vt str 7029c488872SRuslan ErmilovControls the master site location for Tcl and Tk ports. 7039c488872SRuslan ErmilovThe last 704786aa69aSBen Smithurstpart of the path must be 705786aa69aSBen Smithurst.Dq Li /%SUBDIR%/ . 7069c488872SRuslan Ermilov.It Va MASTER_SITE_TEX_CTAN 70734455342SDima Dorfman.Pq Vt str 7089c488872SRuslan ErmilovControls the master site location for TeX ports. 7099c488872SRuslan ErmilovThe last 710786aa69aSBen Smithurstpart of the path must be 711786aa69aSBen Smithurst.Dq Li /%SUBDIR%/ . 7129c488872SRuslan Ermilov.It Va MASTER_SITE_WINDOWMAKER 71334455342SDima Dorfman.Pq Vt str 7149c488872SRuslan ErmilovControls the master site location for WindowMaker ports. 7159c488872SRuslan ErmilovThe last 716786aa69aSBen Smithurstpart of the path must be 717786aa69aSBen Smithurst.Dq Li /%SUBDIR%/ . 7189c488872SRuslan Ermilov.It Va MASTER_SITE_XCONTRIB 71934455342SDima Dorfman.Pq Vt str 7209c488872SRuslan ErmilovControls the master site location for contributed X ports. 7219c488872SRuslan ErmilovThe last 722786aa69aSBen Smithurstpart of the path must be 723786aa69aSBen Smithurst.Dq Li /%SUBDIR%/ . 7249c488872SRuslan Ermilov.It Va MASTER_SITE_XEMACS 72534455342SDima Dorfman.Pq Vt str 7269c488872SRuslan ErmilovControls the master site location for Xemacs ports. 7279c488872SRuslan ErmilovThe last 728786aa69aSBen Smithurstpart of the path must be 729786aa69aSBen Smithurst.Dq Li /%SUBDIR%/ . 7309c488872SRuslan Ermilov.It Va MASTER_SITE_XFREE 73134455342SDima Dorfman.Pq Vt str 7329c488872SRuslan ErmilovControls the master site location for XFree ports. 7339c488872SRuslan ErmilovThe last 734786aa69aSBen Smithurstpart of the path must be 735786aa69aSBen Smithurst.Dq Li /%SUBDIR%/ . 7369c488872SRuslan Ermilov.It Va MOTIFLIB 73734455342SDima Dorfman.Pq Vt str 7389c488872SRuslan ErmilovLocation of 739786aa69aSBen Smithurst.Pa libXm.a 740786aa69aSBen Smithurstand 741786aa69aSBen Smithurst.Pa libXm.so . 7429c488872SRuslan Ermilov.It Va MOTIF_STATIC 74334455342SDima Dorfman.Pq Vt bool 7449c488872SRuslan ErmilovSet this if you want ports that use Motif to be built so they 745786aa69aSBen Smithurstcan be run on systems without the Motif shared libraries. 7469c488872SRuslan Ermilov.It Va NOCLEANDEPENDS 74734455342SDima Dorfman.Pq Vt bool 7489c488872SRuslan ErmilovSet this to prevent 7499c488872SRuslan Ermilov.Dq Li "make clean" 750786aa69aSBen Smithurstfrom cleaning the ports that the one being cleaned depends on. 7519c488872SRuslan Ermilov.It Va NOPORTDOCS 75234455342SDima Dorfman.Pq Vt bool 7539c488872SRuslan ErmilovSet this to disable installing additional documentation with ports. 7549c488872SRuslan Ermilov.It Va PACKAGES 75534455342SDima Dorfman.Pq Vt str 7569c488872SRuslan ErmilovUsed only for the package target; the directory for the package tree. 7579c488872SRuslan Ermilov.It Va PATCH_SITES 75834455342SDima Dorfman.Pq Vt str 7599c488872SRuslan ErmilovPrimary location(s) for the distribution of patch files. 7609c488872SRuslan Ermilov.It Va PORTSDIR 76134455342SDima Dorfman.Pq Vt str 7629c488872SRuslan ErmilovThe location of the ports tree. 7639c488872SRuslan Ermilov.It Va USA_RESIDENT 76434455342SDima Dorfman.Pq Vt bool 7659c488872SRuslan ErmilovSet this if you are a resident of the USA so that ports that 7669c488872SRuslan Ermilovneed to can attempt to comply with U.S. export regulations. 767aafff06bSMaxim Sobolev.It Va WITHOUT_X11 768adf08670SDima Dorfman.Pq Vt bool 769aafff06bSMaxim SobolevSet this so that ports that can be built with or without X11 770aafff06bSMaxim Sobolevsupport will build without X11 support by default. 7719c488872SRuslan Ermilov.It Va WRKDIRPREFIX 77234455342SDima Dorfman.Pq Vt str 7739c488872SRuslan ErmilovWhere to create temporary files used when building ports. 7749c488872SRuslan Ermilov.It Va X11BASE 77534455342SDima Dorfman.Pq Vt str 7769c488872SRuslan ErmilovShould be set to where the X11 distribution has been 7779c488872SRuslan Ermilovinstalled if it is installed anywhere other than 7789c488872SRuslan Ermilov.Pa /usr/X11R6 . 7793136363fSRuslan Ermilov.El 780786aa69aSBen Smithurst.Sh FILES 781786aa69aSBen Smithurst.Bl -tag -width /etc/defaults/make.conf -compact 782786aa69aSBen Smithurst.It Pa /etc/defaults/make.conf 783786aa69aSBen Smithurst.It Pa /etc/make.conf 784786aa69aSBen Smithurst.It Pa /usr/doc/Makefile 785786aa69aSBen Smithurst.It Pa /usr/src/Makefile 786786aa69aSBen Smithurst.It Pa /usr/src/Makefile.inc1 787786aa69aSBen Smithurst.It Pa /usr/ports/Mk/bsd.port.mk 788786aa69aSBen Smithurst.It Pa /usr/ports/Mk/bsd.sites.mk 7893136363fSRuslan Ermilov.El 790786aa69aSBen Smithurst.Sh SEE ALSO 791786aa69aSBen Smithurst.Xr gcc 1 , 792786aa69aSBen Smithurst.Xr install 1 , 793786aa69aSBen Smithurst.Xr make 1 , 794786aa69aSBen Smithurst.Xr ports 7 , 795180ddf32SDima Dorfman.Xr lpd 8 , 796786aa69aSBen Smithurst.Xr sendmail 8 797786aa69aSBen Smithurst.Sh HISTORY 798786aa69aSBen SmithurstThe 799786aa69aSBen Smithurst.Nm 800786aa69aSBen Smithurstfile appeared sometime before 801786aa69aSBen Smithurst.Fx 4.0 . 802786aa69aSBen Smithurst.Sh AUTHORS 8039c488872SRuslan ErmilovThis 8049c488872SRuslan Ermilovmanual page was written by 805786aa69aSBen Smithurst.An Mike W. Meyer Aq mwm@mired.org . 806265733aaSBen Smithurst.Sh BUGS 807265733aaSBen SmithurstThis manual page may occasionally be out of date with respect to 808265733aaSBen Smithurstthe options currently available for use in 8093136363fSRuslan Ermilov.Nm . 810265733aaSBen SmithurstPlease check the 811265733aaSBen Smithurst.Pa /etc/defaults/make.conf 812265733aaSBen Smithurstfile for the latest options which are available. 813