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