1# $Id: make.conf,v 1.80 1999/06/01 02:55:42 billf Exp $ 2# 3# This file, if present, will be read by make (see /usr/share/mk/sys.mk). 4# It allows you to override macro definitions to make without changing 5# your source tree, or anything the source tree installs. 6# 7# This file must be in valid Makefile syntax. 8# 9# You have to find the things you can put here in the Makefiles and 10# documentation of the source tree. 11# 12# One, and probably the most common, use could be: 13# 14#CFLAGS= -O -pipe 15# 16# 17# Avoid compiling profiled libraries 18#NOPROFILE= true 19# 20# Compare before install 21#INSTALL=install -C 22# 23# To avoid building the suid perl 24#NOSUIDPERL= true 25# 26# To avoid building sendmail 27#NO_SENDMAIL= true 28# 29# To compile just the kernel with special optimisations, you should use 30# this instead of CFLAGS (which is not applicable to kernel builds anyway): 31# 32#COPTFLAGS= -O -pipe 33# 34# To compile and install the 4.4 lite libm instead of the default use: 35# 36#WANT_CSRG_LIBM= yes 37# 38# If you do not want unformatted manual pages to be compressed 39# when they are installed: 40# 41#NOMANCOMPRESS= true 42# 43# 44# If you want the "compat" shared libraries installed as part of your normal 45# builds, uncomment these: 46# 47#COMPAT1X= yes 48#COMPAT20= yes 49#COMPAT21= yes 50#COMPAT22= yes 51#COMPAT3X= yes 52# 53# 54# If you do not want additional documentation (some of which are 55# a few hundred KB's) for ports to be installed: 56# 57#NOPORTDOCS= true 58# 59# 60# Default format for system documentation, depends on your printer. 61# Set this to "ascii" for simple printers or screen 62# 63#PRINTERDEVICE= ps 64# 65# 66# How long to wait for a console keypress before booting the default kernel. 67# This value is approximately in milliseconds. Keypresses are accepted by the 68# BIOS before booting from disk, making it possible to give custom boot 69# parameters even when this is set to 0. 70# 71#BOOTWAIT=0 72#BOOTWAIT=30000 73# 74# By default, the system will always use the keyboard/video card as system 75# console. However, the boot blocks may be dynamically configured to use a 76# serial port in addition to or instead of the keyboard/video console. 77# 78# By default we use COM1 as our serial console port *if* we're going to use 79# a serial port as our console at all. (0x3E8 = COM2) 80# 81#BOOT_COMCONSOLE_PORT= 0x3F8 82# 83# The default serial console speed is 9600. Set the speed to a larger value 84# for better interactive response. 85# 86#BOOT_COMCONSOLE_SPEED= 115200 87# 88# 89# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier. 90# If you have a XFree86 from before 3.0 that has the X distribution in 91# /usr/X386, you want to uncomment this. 92# 93#X11BASE= /usr/X386 94# 95# 96# If you have Motif on your system, uncomment this. 97# 98#HAVE_MOTIF= yes 99#MOTIF_STATIC= yes 100# 101# If the default location of the Motif library (specified below) is NOT 102# appropriate for you, uncomment this and change it to the correct value. 103# If your motif is in ${X11BASE}/lib, you don't need to touch this line. 104# 105#MOTIFLIB= -L${X11BASE}/lib -lXm 106# 107# 108# If you're resident in the USA, this will help various ports to determine 109# whether or not they should attempt to comply with the various U.S. 110# export regulations on certain types of software which do not apply to 111# anyone else in the world. 112# 113#USA_RESIDENT= YES 114# 115# Next one will help ports developers to debug 116# 117#FORCE_PKG_REGISTER= YES 118# 119# 120# Port master sites. 121# 122# If you want your port fetches to go somewhere else than the default 123# (specified below) in case the distfile/patchfile was not found, 124# uncomment this and change it to a location nearest you. (Don't 125# remove the "/${DIST_SUBDIR}/" part.) 126# 127#MASTER_SITE_BACKUP?= \ 128# ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ 129# 130# If you want your port fetches to check the above site first (before 131# the MASTER_SITES specified in the port Makefiles), uncomment the 132# line below. You can also change the right side to point to wherever 133# you want. 134# 135#MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP} 136# 137# Some ports use a special variable to point to a collection of 138# mirrors of well-known software archives. If you have a mirror close 139# to you, uncomment any of the following lines and change it to that 140# address. (Don't remove the "/%SUBDIR%/" part.) 141# 142# Note: the right hand sides of the following lines are only for your 143# information. For a full list of default sites, take a look at 144# bsd.port.mk. 145# 146#MASTER_SITE_XCONTRIB= ftp://ftp.x.org/contrib/%SUBDIR%/ 147#MASTER_SITE_GNU= ftp://prep.ai.mit.edu/pub/gnu/%SUBDIR%/ 148#MASTER_SITE_PERL_CPAN= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/%SUBDIR%/ 149#MASTER_SITE_TEX_CTAN= ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ 150#MASTER_SITE_SUNSITE= ftp://metalab.unc.edu/pub/Linux/%SUBDIR%/ 151#MASTER_SITE_KDE= ftp://ftp.kde.org/pub/kde/%SUBDIR%/ 152#MASTER_SITE_COMP_SOURCES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ 153#MASTER_SITE_GNOME= ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/ 154#MASTER_SITE_AFTERSTEP= ftp://ftp.afterstep.org/%SUBDIR%/ 155#MASTER_SITE_WINDOWMAKER= ftp://ftp.windowmaker.org/pub/%SUBDIR%/ 156# 157# 158# Kerberos IV 159# If you want KerberosIV (KTH eBones), define this: 160# 161#MAKE_KERBEROS4= yes 162# 163# 164# Kerberos5 165# If you want to install Kerberos5 somewhere other than /usr/local, 166# define this: 167# 168#KRB5_HOME= /usr/local/krb5 169# 170# 171# CVSup update flags. Edit SUPFILE settings to reflect whichever distribution 172# file(s) you use on your site (see /usr/share/examples/cvsup/README for more 173# information on CVSup and these files). To use, do "make update" in /usr/src. 174# 175#SUP_UPDATE= yes 176# 177#SUP= /usr/local/bin/cvsup 178#SUPFLAGS= -g -L 2 -z 179#SUPFILE= /usr/share/examples/cvsup/standard-supfile 180#SUPFILE1= /usr/share/examples/cvsup/secure-supfile 181#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile 182# 183# top(1) uses a hash table for the user names. The size of this hash 184# can be tuned to match the number of local users. The table size should 185# be a prime number approximately twice as large as the number of lines in 186# /etc/passwd. The default number is 20011. 187# 188#TOP_TABLE_SIZE= 101 189