make.conf revision 64803
1# $FreeBSD: head/share/examples/etc/make.conf 64803 2000-08-18 00:09:46Z brian $
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# CFLAGS controls the compiler settings used when compiling C code.
13# Note that optimisation settings above -O (-O2, ...) are not recommended
14# or supported for compiling the world or the kernel - please revert any
15# nonstandard optimisation settings to "-O" before submitting bug reports
16# to the developers.
17# Note also that at this time the -O2 setting is known to produce BROKEN
18# CODE on the Alpha platform.
19#
20#CFLAGS= -O -pipe
21#
22# CXXFLAGS controls the compiler settings used when compiling C++ code.
23# Note that CXXFLAGS is initially set to the value of CFLAGS.  If you wish
24# to add to CXXFLAGS value, "+=" must be used rather than "=".  Using "="
25# alone will remove the often needed contents of CFLAGS from CXXFLAGS.
26#
27#CXXFLAGS+= -fmemoize-lookups -fsave-memoized
28#
29# BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested
30# for use in developing FreeBSD and testing changes.  They can be used by
31# putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf.
32#
33BDECFLAGS=	-W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
34		-Wcast-qual -Wchar-subscripts -Wconversion -Winline \
35		-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
36		-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
37#
38# Avoid compiling profiled libraries
39#NOPROFILE=	true
40#
41# Compare before install
42#INSTALL=install -C
43#
44# To avoid building perl
45#NOPERL=	true
46#
47# To enable building enstalling suidperl with the setuid bit turned on
48#ENABLE_SUIDPERL=	true
49#
50# To build perl with thread support
51#PERL_THREADED=	true
52#
53# To build ppp with normal permissions
54#PPP_NOSUID=	true
55#
56# To avoid building various parts of the base system:
57#NO_CVS=	true	# do not build CVS
58#NO_BIND=	true	# do not build BIND
59#NO_FORTRAN=	true	# do not build g77 and related libraries
60#NO_LPR=	true	# do not build lpr and related programs
61#NO_MAILWRAPPER=true	# do not build the mailwrapper(8) MTA selector
62#NO_MODULES=	true	# do not build modules with the kernel
63#NO_OBJC=	true	# do not build Objective C support
64#NO_OPENSSH=	true	# do not build OpenSSH
65#NO_OPENSSL=	true	# do not build OpenSSL (implies NO_OPENSSH)
66#NO_SENDMAIL=	true	# do not build sendmail and related programs
67#NO_SHAREDOCS=	true	# do not build the 4.4BSD legacy docs
68#NO_TCSH=	true	# do not build and install /bin/csh (which is tcsh)
69#NO_X=		true	# do not compile in XWindows support (e.g. doscmd)
70#NOCRYPT=	true	# do not build any crypto code
71#NODESCRYPTLINKS=true	# do not replace libcrypt -> libscrypt links
72#NOGAMES=	true	# do not build games (games/ subdir)
73#NOINFO=	true	# do not make or install info files
74#NOLIBC_R=	true	# do not build libc_r (re-entrant version of libc)
75#NOSECURE=	true	# do not build crypto code in secure/ subdir
76#NOSHARE=	true	# do not go into the share subdir
77#NOUUCP=	true	# do not build uucp related programs
78#
79# To build sys/modules when building the world (our old way of doing things)
80#MODULES_WITH_WORLD=true	# do not build modules when building kernel
81#
82#
83# Controls for building various OPTIONAL parts of the crypto system.
84# Patents are involved - you must not use these unless you either have
85# a license or would be within patent 'fair use' provisions.
86# Generally 'educational use' is OK, but personal (even non-commercial)
87# use is not.
88# *** It is YOUR RESPONSIBILITY to determine if you can use these! ***
89#
90# Patented in the USA and many european countries - thought to be OK to
91# use for any non-commercial use.  This is optional.
92#MAKE_IDEA=	YES	# IDEA (128 bit symmetric encryption)
93#
94# Patented in the USA only (due to expire in September 2000).  RSA is
95# required for OpenSSH.  Either use this or ports/security/rsaref.
96#MAKE_RSAINTL=	YES	# RSA (public key exchange)
97#
98#
99# To avoid running MAKEDEV all on /dev during install:
100#NO_MAKEDEV=	true
101#
102# To compile just the kernel with special optimisations, you should use
103# this instead of CFLAGS (which is not applicable to kernel builds anyway):
104#
105#COPTFLAGS= -O -pipe
106#
107# If you do not want unformatted manual pages to be compressed
108# when they are installed:
109#
110#NOMANCOMPRESS=	true
111#
112#
113# If you want the "compat" shared libraries installed as part of your normal
114# builds, uncomment these:
115#
116#COMPAT1X=	yes
117#COMPAT20=	yes
118#COMPAT21=	yes
119#COMPAT22=	yes
120#COMPAT3X=	yes
121#
122#
123# If you do not want additional documentation (some of which are
124# a few hundred KB's) for ports to be installed:
125#
126#NOPORTDOCS=	true
127#
128#
129# Default format for system documentation, depends on your printer.
130# Set this to "ascii" for simple printers or screen
131#
132#PRINTERDEVICE=	ps
133#
134#
135# How long to wait for a console keypress before booting the default kernel.
136# This value is approximately in milliseconds. Keypresses are accepted by the
137# BIOS before booting from disk, making it possible to give custom boot
138# parameters even when this is set to 0.
139#
140#BOOTWAIT=0
141#BOOTWAIT=30000
142#
143# By default, the system will always use the keyboard/video card as system
144# console.  However, the boot blocks may be dynamically configured to use a
145# serial port in addition to or instead of the keyboard/video console.
146#
147# By default we use COM1 as our serial console port *if* we're going to use
148# a serial port as our console at all.  Alter as necessary.
149#
150#   COM1: = 0x3F8, COM2: = 0x2F8, COM3: = 0x3E8, COM4: = 0x2E8
151#
152#BOOT_COMCONSOLE_PORT=	0x3F8
153#
154# The default serial console speed is 9600.  Set the speed to a larger value
155# for better interactive response.
156#
157#BOOT_COMCONSOLE_SPEED=	115200
158#
159#
160# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
161# If you have a XFree86 from before 3.0 that has the X distribution in
162# /usr/X386, you want to uncomment this.
163#
164#X11BASE=	/usr/X386
165#
166#
167# If you have Motif on your system, uncomment this.
168#
169#HAVE_MOTIF=	yes
170#MOTIF_STATIC=  yes
171#
172# If the default location of the Motif library (specified below) is NOT
173# appropriate for you, uncomment this and change it to the correct value.
174# If your motif is in ${X11BASE}/lib, you don't need to touch this line.
175#
176#MOTIFLIB=	-L${X11BASE}/lib -lXm
177#
178#
179# If you're resident in the USA, this will help various ports to determine
180# whether or not they should attempt to comply with the various U.S.
181# export regulations on certain types of software which do not apply to
182# anyone else in the world.
183#
184#USA_RESIDENT=		YES
185#
186# Next one will help ports developers to debug
187#
188#FORCE_PKG_REGISTER=    YES
189#
190#
191# Port master sites.
192#
193# If you want your port fetches to go somewhere else than the default
194# (specified below) in case the distfile/patchfile was not found,
195# uncomment this and change it to a location nearest you.  (Don't
196# remove the "/${DIST_SUBDIR}/" part.)
197#
198#MASTER_SITE_BACKUP?=	\
199#	ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
200#
201# If you want your port fetches to check the above site first (before
202# the MASTER_SITES specified in the port Makefiles), uncomment the
203# line below.  You can also change the right side to point to wherever 
204# you want.
205#
206#MASTER_SITE_OVERRIDE?=	${MASTER_SITE_BACKUP}
207#
208# Some ports use a special variable to point to a collection of
209# mirrors of well-known software archives.  If you have a mirror close
210# to you, uncomment any of the following lines and change it to that
211# address.  (Don't remove the "/%SUBDIR%/" part.)
212#
213# Note: the right hand sides of the following lines are only for your
214# information.  For a full list of default sites, take a look at
215# bsd.port.mk.
216#
217#MASTER_SITE_XCONTRIB=	ftp://ftp.x.org/contrib/%SUBDIR%/
218#MASTER_SITE_GNU=	ftp://prep.ai.mit.edu/pub/gnu/%SUBDIR%/
219#MASTER_SITE_PERL_CPAN=	ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/%SUBDIR%/
220#MASTER_SITE_TEX_CTAN=	ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/
221#MASTER_SITE_SUNSITE=	ftp://metalab.unc.edu/pub/Linux/%SUBDIR%/
222#MASTER_SITE_KDE=	ftp://ftp.kde.org/pub/kde/%SUBDIR%/
223#MASTER_SITE_COMP_SOURCES=	ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/
224#MASTER_SITE_GNOME=	ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/
225#MASTER_SITE_AFTERSTEP=	ftp://ftp.afterstep.org/%SUBDIR%/
226#MASTER_SITE_WINDOWMAKER=	ftp://ftp.windowmaker.org/pub/%SUBDIR%/
227#
228#
229# Kerberos IV
230# If you want KerberosIV (KTH eBones), define this:
231#
232#MAKE_KERBEROS4=	yes
233#
234#
235# Kerberos 5
236# If you want KerberosIV (KTH Heimdal), define this:
237# ** WARNING **
238# ** WARNING ** This is very experimental at this stage. If you
239# ** WARNING ** need stable Kerberos5, rather use the port(s).
240# ** WARNING **
241#
242#MAKE_KERBEROS5=	yes
243#
244#
245# Kerberos5
246# If you want to install MIT Kerberos5 port somewhere other than /usr/local,
247# define this (this is also used to tell ssh1 that kerberos is needed):
248#
249#KRB5_HOME=		/usr/local
250#
251#
252# CVSup update flags.  Edit SUPFILE settings to reflect whichever distribution
253# file(s) you use on your site (see /usr/share/examples/cvsup/README for more
254# information on CVSup and these files).  To use, do "make update" in /usr/src.
255#
256#SUP_UPDATE=     yes
257#
258#SUP=            /usr/local/bin/cvsup
259#SUPFLAGS=       -g -L 2
260#SUPHOST=        cvsup.uk.FreeBSD.org
261#SUPFILE=        /usr/share/examples/cvsup/standard-supfile
262#SUPFILE1=       /usr/share/examples/cvsup/secure-supfile
263#PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
264#DOCSUPFILE=     /usr/share/examples/cvsup/doc-supfile
265#
266# top(1) uses a hash table for the user names.  The size of this hash
267# can be tuned to match the number of local users.  The table size should
268# be a prime number approximately twice as large as the number of lines in
269# /etc/passwd.  The default number is 20011.
270#
271#TOP_TABLE_SIZE= 101
272#
273# Documentation
274#
275# The list of languages and encodings to build and install
276#
277#DOC_LANG=	en_US.ISO_8859-1 ru_RU.KOI8-R
278