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