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