make.conf revision 58280
1# $FreeBSD: head/share/examples/etc/make.conf 58280 2000-03-19 09:49:03Z kris $
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 perl
24#NOPERL=	true
25#
26# To avoid building the suid perl
27#NOSUIDPERL=	true
28#
29# To build perl with thread support
30#PERL_THREADED=	true
31#
32# To avoid building various parts of the base system:
33#NO_CVS=	true	# do not build CVS
34#NO_FORTRAN=	true	# do not build g77 and related libraries
35#NO_OBJC=	true	# do not build Objective C support
36#NO_OPENSSH=	true	# do not build OpenSSH
37#NO_OPENSSL=	true	# do not build OpenSSL (implies NO_OPENSSH)
38#NO_SENDMAIL=	true	# do not build sendmail and related programs
39#NO_X=		true	# do not compile in XWindows support (e.g. doscmd)
40#NOCRYPT=	true	# do not build any crypto code
41#NODESCRYPTLINKS=true	# do not replace libcrypt -> libscrypt links
42#NOGAMES=	true	# do not build games (games/ subdir)
43#NOINFO=	true	# do not make or install info files
44#NOLIBC_R=	true	# do not build libc_r (re-entrant version of libc)
45#NOSECURE=	true	# do not build crypto code in secure/ subdir
46#NOSHARE=	true	# do not go into the share subdir
47#
48# To tell the base system that you are using RSAREF (from ports).
49# (This needs revisiting) - it is very likely that this is too
50# heavily tied to USA_RESIDENT==YES.
51#RSAREF=	YES
52#
53# To avoid running MAKEDEV all on /dev during install:
54#NO_MAKEDEV=	true
55#
56# To compile just the kernel with special optimisations, you should use
57# this instead of CFLAGS (which is not applicable to kernel builds anyway):
58#
59#COPTFLAGS= -O -pipe
60#
61# To compile and install the 4.4 lite libm instead of the default use:
62#
63#WANT_CSRG_LIBM=	yes
64#
65# If you do not want unformatted manual pages to be compressed
66# when they are installed:
67#
68#NOMANCOMPRESS=	true
69#
70#
71# If you want the "compat" shared libraries installed as part of your normal
72# builds, uncomment these:
73#
74#COMPAT1X=	yes
75#COMPAT20=	yes
76#COMPAT21=	yes
77#COMPAT22=	yes
78#COMPAT3X=	yes
79#
80#
81# If you do not want additional documentation (some of which are
82# a few hundred KB's) for ports to be installed:
83#
84#NOPORTDOCS=	true
85#
86#
87# Default format for system documentation, depends on your printer.
88# Set this to "ascii" for simple printers or screen
89#
90#PRINTERDEVICE=	ps
91#
92#
93# How long to wait for a console keypress before booting the default kernel.
94# This value is approximately in milliseconds. Keypresses are accepted by the
95# BIOS before booting from disk, making it possible to give custom boot
96# parameters even when this is set to 0.
97#
98#BOOTWAIT=0
99#BOOTWAIT=30000
100#
101# By default, the system will always use the keyboard/video card as system
102# console.  However, the boot blocks may be dynamically configured to use a
103# serial port in addition to or instead of the keyboard/video console.
104#
105# By default we use COM1 as our serial console port *if* we're going to use
106# a serial port as our console at all.  Alter as necessary.
107#
108#   COM1: = 0x3F8, COM2: = 0x2F8, COM3: = 0x3E8, COM4: = 0x2E8
109#
110#BOOT_COMCONSOLE_PORT=	0x3F8
111#
112# The default serial console speed is 9600.  Set the speed to a larger value
113# for better interactive response.
114#
115#BOOT_COMCONSOLE_SPEED=	115200
116#
117#
118# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
119# If you have a XFree86 from before 3.0 that has the X distribution in
120# /usr/X386, you want to uncomment this.
121#
122#X11BASE=	/usr/X386
123#
124#
125# If you have Motif on your system, uncomment this.
126#
127#HAVE_MOTIF=	yes
128#MOTIF_STATIC=  yes
129#
130# If the default location of the Motif library (specified below) is NOT
131# appropriate for you, uncomment this and change it to the correct value.
132# If your motif is in ${X11BASE}/lib, you don't need to touch this line.
133#
134#MOTIFLIB=	-L${X11BASE}/lib -lXm
135#
136#
137# If you're resident in the USA, this will help various ports to determine
138# whether or not they should attempt to comply with the various U.S.
139# export regulations on certain types of software which do not apply to
140# anyone else in the world.
141#
142#USA_RESIDENT=		YES
143#
144# Next one will help ports developers to debug
145#
146#FORCE_PKG_REGISTER=    YES
147#
148#
149# Port master sites.
150#
151# If you want your port fetches to go somewhere else than the default
152# (specified below) in case the distfile/patchfile was not found,
153# uncomment this and change it to a location nearest you.  (Don't
154# remove the "/${DIST_SUBDIR}/" part.)
155#
156#MASTER_SITE_BACKUP?=	\
157#	ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
158#
159# If you want your port fetches to check the above site first (before
160# the MASTER_SITES specified in the port Makefiles), uncomment the
161# line below.  You can also change the right side to point to wherever 
162# you want.
163#
164#MASTER_SITE_OVERRIDE?=	${MASTER_SITE_BACKUP}
165#
166# Some ports use a special variable to point to a collection of
167# mirrors of well-known software archives.  If you have a mirror close
168# to you, uncomment any of the following lines and change it to that
169# address.  (Don't remove the "/%SUBDIR%/" part.)
170#
171# Note: the right hand sides of the following lines are only for your
172# information.  For a full list of default sites, take a look at
173# bsd.port.mk.
174#
175#MASTER_SITE_XCONTRIB=	ftp://ftp.x.org/contrib/%SUBDIR%/
176#MASTER_SITE_GNU=	ftp://prep.ai.mit.edu/pub/gnu/%SUBDIR%/
177#MASTER_SITE_PERL_CPAN=	ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/%SUBDIR%/
178#MASTER_SITE_TEX_CTAN=	ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/
179#MASTER_SITE_SUNSITE=	ftp://metalab.unc.edu/pub/Linux/%SUBDIR%/
180#MASTER_SITE_KDE=	ftp://ftp.kde.org/pub/kde/%SUBDIR%/
181#MASTER_SITE_COMP_SOURCES=	ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/
182#MASTER_SITE_GNOME=	ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/
183#MASTER_SITE_AFTERSTEP=	ftp://ftp.afterstep.org/%SUBDIR%/
184#MASTER_SITE_WINDOWMAKER=	ftp://ftp.windowmaker.org/pub/%SUBDIR%/
185#
186#
187# Kerberos IV
188# If you want KerberosIV (KTH eBones), define this:
189#
190#MAKE_KERBEROS4=	yes
191#
192#
193# Kerberos 5
194# If you want KerberosIV (KTH Heimdal), define this:
195# ** WARNING **
196# ** WARNING ** This is very experimental at this stage. If you
197# ** WARNING ** need stable Kerberos5, rather use the port(s).
198# ** WARNING **
199#
200#MAKE_KERBEROS5=	yes
201#
202#
203# Kerberos5
204# If you want to install MIT Kerberos5 port somewhere other than /usr/local,
205# define this (this is also used to tell ssh1 that kerberos is needed):
206#
207#KRB5_HOME=		/usr/local
208#
209#
210# CVSup update flags.  Edit SUPFILE settings to reflect whichever distribution
211# file(s) you use on your site (see /usr/share/examples/cvsup/README for more
212# information on CVSup and these files).  To use, do "make update" in /usr/src.
213#
214#SUP_UPDATE=     yes
215#
216#SUP=            /usr/local/bin/cvsup
217#SUPFLAGS=       -g -L 2
218#SUPFILE=        /usr/share/examples/cvsup/standard-supfile
219#SUPFILE1=       /usr/share/examples/cvsup/secure-supfile
220#PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
221#DOCSUPFILE=     /usr/share/examples/cvsup/doc-supfile
222#
223# top(1) uses a hash table for the user names.  The size of this hash
224# can be tuned to match the number of local users.  The table size should
225# be a prime number approximately twice as large as the number of lines in
226# /etc/passwd.  The default number is 20011.
227#
228#TOP_TABLE_SIZE= 101
229