make.conf revision 34890
1# $Id: make.conf,v 1.58 1998/03/18 08:00:25 jkh 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# Another useful entry is
17#
18#NOPROFILE=	true
19#	Avoid compiling profiled libraries
20#
21# To avoid building the default system perl
22#NOPERL=	true
23# To avoid building the suid perl
24#NOSUIDPERL=	true
25#
26# To have 'obj' symlinks created in your source directory
27#       (they aren't needed/necessary)
28#OBJLINK=	yes
29#
30# To compile just the kernel with special optimisations, you should use
31# this instead of CFLAGS (which is not applicable to kernel builds anyway):
32#
33#COPTFLAGS= -O -pipe
34#
35# To compile and install the 4.4 lite libm instead of the default use:
36#
37#WANT_CSRG_LIBM=	yes
38#
39# If you do not want unformatted manual pages to be compressed
40# when they are installed:
41#
42#NOMANCOMPRESS=	true
43#
44#
45# If you want the "compat" shared libraries installed as part of your normal
46# builds, uncomment these:
47#
48#COMPAT1X=	yes
49#COMPAT20=	yes
50#COMPAT21=	yes
51#
52#
53# If you do not want additional documentation (some of which are
54# a few hundred KB's) for ports to be installed:
55#
56#NOPORTDOCS=	true
57#
58#
59# Default format for system documentation, depends on your printer.
60# Set this to "ascii" for simple printers or screen
61#
62#PRINTERDEVICE=	ps
63#
64#
65# How long to wait for a console keypress before booting the default kernel.
66# This value is approximately in milliseconds. Keypresses are accepted by the
67# BIOS before booting from disk, making it possible to give custom boot
68# parameters even when this is set to 0.
69#
70#BOOTWAIT=0
71#BOOTWAIT=30000
72#
73# By default, the system will always use the keyboard/video card as system
74# console.  However, the boot blocks may be dynamically configured to use a
75# serial port in addition to or instead of the keyboard/video console.
76#
77# By default we use COM1 as our serial console port *if* we're going to use
78# a serial port as our console at all.  (0x3E8 = COM2)
79#
80#BOOT_COMCONSOLE_PORT=	0x3F8
81#
82# The default serial console speed is 9600.  Set the speed to a larger value
83# for better interactive response.
84#
85#BOOT_COMCONSOLE_SPEED=	115200
86#
87#
88# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
89# If you have a XFree86 from before 3.0 that has the X distribution in
90# /usr/X386, you want to uncomment this.
91#
92#X11BASE=	/usr/X386
93#
94#
95# If you have Motif on your system, uncomment this.
96#
97#HAVE_MOTIF=	yes
98#
99# If the default location of the Motif library (specified below) is NOT
100# appropriate for you, uncomment this and change it to the correct value.
101# If your motif is in ${X11BASE}/lib, you don't need to touch this line.
102#
103#MOTIFLIB=	-L${X11BASE}/lib -lXm
104#
105#
106# If you are running behind a firewall, uncomment the following to leave a
107# hint for various make-spawned utilities that they should use passive FTP.
108#
109#FTP_PASSIVE_MODE=	YES
110#
111# If you're resident in the USA, this will help various ports to determine
112# whether or not they should attempt to comply with the various U.S.
113# export regulations on certain types of software which do not apply to
114# anyone else in the world.
115#
116#USA_RESIDENT=		YES
117#
118#
119# Port master sites.
120#
121# If you want your port fetches to go somewhere else than the default
122# (specified below) in case the distfile/patchfile was not found,
123# uncomment this and change it to a location nearest you.  (Don't
124# remove the "/${DIST_SUBDIR}/" part.)
125#
126#MASTER_SITE_BACKUP?=	\
127#	ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/
128#
129# If you want your port fetches to check the above site first (before
130# the MASTER_SITES specified in the port Makefiles), uncomment the
131# line below.  You can also change the right side to point to wherever 
132# you want.
133#
134#MASTER_SITE_OVERRIDE?=	${MASTER_SITE_BACKUP}
135#
136# Some ports use a special variable to point to a collection of
137# mirrors of well-known software archives.  If you have a mirror close
138# to you, uncomment any of the following lines and change it to that
139# address.  (Don't remove the "/%SUBDIR%/" part.)
140#
141# Note: the right hand sides of the following lines are only for your
142# information.  For a full list of default sites, take a look at
143# bsd.port.mk.
144#
145#MASTER_SITE_XCONTRIB=	ftp://ftp.x.org/contrib/%SUBDIR%/
146#MASTER_SITE_GNU=	ftp://prep.ai.mit.edu/pub/gnu/%SUBDIR%/
147#MASTER_SITE_PERL_CPAN=	ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/%SUBDIR%/
148#MASTER_SITE_TEX_CTAN=	ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/
149#MASTER_SITE_SUNSITE=	ftp://sunsite.unc.edu/pub/Linux/%SUBDIR%/
150#
151#
152# Kerberos IV
153# If you want KerberosIV (KTH eBones), define this:
154#
155#MAKE_KERBEROS4=	yes
156#
157#
158# SUP/CVSup updates
159#
160#SUP_UPDATE=     yes
161#
162# SUP block
163#
164#SUP=            sup
165#SUPFLAGS=       -v
166#SUPFILE=        /usr/share/examples/sup/standard-supfile
167#SUPFILE1=       /usr/share/examples/sup/secure-supfile
168#SUPFILE2=       /usr/share/examples/sup/ports-supfile
169#
170# CVSup block
171#
172#SUP=            /usr/local/bin/cvsup
173#SUPFLAGS=       -g -L 2 -z
174#SUPFILE=        /usr/share/examples/cvsup/standard-supfile
175#SUPFILE1=       /usr/share/examples/cvsup/secure-supfile
176#SUPFILE2=       /usr/share/examples/cvsup/ports-supfile
177
178#
179# top(1) uses a hash table for the user names.  The size of this hash
180# can be tuned to match the number of local users.  The table size should
181# be a prime number approximately twice as large as the number of lines in
182# /etc/passwd.  The default number is 20011.
183#
184#TOP_TABLE_SIZE= 101
185