make.conf revision 55600
1# $FreeBSD: head/share/examples/etc/make.conf 55600 2000-01-08 12:23:57Z sumikawa $
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#
17# Avoid compiling profiled libraries
18#NOPROFILE=	true
19#
20# Compare before install
21#INSTALL=install -C
22#
23# To avoid building the suid perl
24#NOSUIDPERL=	true
25#
26# To build perl with thread support
27#PERL_THREADED=	true
28#
29# To avoid building various parts of the base system:
30#NO_SENDMAIL=	true
31#NO_CVS=	true
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#COMPAT22=	yes
55#COMPAT3X=	yes
56#
57#
58# If you do not want additional documentation (some of which are
59# a few hundred KB's) for ports to be installed:
60#
61#NOPORTDOCS=	true
62#
63#
64# Default format for system documentation, depends on your printer.
65# Set this to "ascii" for simple printers or screen
66#
67#PRINTERDEVICE=	ps
68#
69#
70# How long to wait for a console keypress before booting the default kernel.
71# This value is approximately in milliseconds. Keypresses are accepted by the
72# BIOS before booting from disk, making it possible to give custom boot
73# parameters even when this is set to 0.
74#
75#BOOTWAIT=0
76#BOOTWAIT=30000
77#
78# By default, the system will always use the keyboard/video card as system
79# console.  However, the boot blocks may be dynamically configured to use a
80# serial port in addition to or instead of the keyboard/video console.
81#
82# By default we use COM1 as our serial console port *if* we're going to use
83# a serial port as our console at all.  Alter as necessary.
84#
85#   COM1: = 0x3F8, COM2: = 0x2F8, COM3: = 0x3E8, COM4: = 0x2E8
86#
87#BOOT_COMCONSOLE_PORT=	0x3F8
88#
89# The default serial console speed is 9600.  Set the speed to a larger value
90# for better interactive response.
91#
92#BOOT_COMCONSOLE_SPEED=	115200
93#
94#
95# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
96# If you have a XFree86 from before 3.0 that has the X distribution in
97# /usr/X386, you want to uncomment this.
98#
99#X11BASE=	/usr/X386
100#
101#
102# If you have Motif on your system, uncomment this.
103#
104#HAVE_MOTIF=	yes
105#MOTIF_STATIC=  yes
106#
107# If the default location of the Motif library (specified below) is NOT
108# appropriate for you, uncomment this and change it to the correct value.
109# If your motif is in ${X11BASE}/lib, you don't need to touch this line.
110#
111#MOTIFLIB=	-L${X11BASE}/lib -lXm
112#
113#
114# If you use IPv6-ready kernel and want to enbale IPv6 support on certain
115# packages, uncomment this.
116#USE_INET6=	yes
117#
118#
119# If you're resident in the USA, this will help various ports to determine
120# whether or not they should attempt to comply with the various U.S.
121# export regulations on certain types of software which do not apply to
122# anyone else in the world.
123#
124#USA_RESIDENT=		YES
125#
126# Next one will help ports developers to debug
127#
128#FORCE_PKG_REGISTER=    YES
129#
130#
131# Port master sites.
132#
133# If you want your port fetches to go somewhere else than the default
134# (specified below) in case the distfile/patchfile was not found,
135# uncomment this and change it to a location nearest you.  (Don't
136# remove the "/${DIST_SUBDIR}/" part.)
137#
138#MASTER_SITE_BACKUP?=	\
139#	ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
140#
141# If you want your port fetches to check the above site first (before
142# the MASTER_SITES specified in the port Makefiles), uncomment the
143# line below.  You can also change the right side to point to wherever 
144# you want.
145#
146#MASTER_SITE_OVERRIDE?=	${MASTER_SITE_BACKUP}
147#
148# Some ports use a special variable to point to a collection of
149# mirrors of well-known software archives.  If you have a mirror close
150# to you, uncomment any of the following lines and change it to that
151# address.  (Don't remove the "/%SUBDIR%/" part.)
152#
153# Note: the right hand sides of the following lines are only for your
154# information.  For a full list of default sites, take a look at
155# bsd.port.mk.
156#
157#MASTER_SITE_XCONTRIB=	ftp://ftp.x.org/contrib/%SUBDIR%/
158#MASTER_SITE_GNU=	ftp://prep.ai.mit.edu/pub/gnu/%SUBDIR%/
159#MASTER_SITE_PERL_CPAN=	ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/%SUBDIR%/
160#MASTER_SITE_TEX_CTAN=	ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/
161#MASTER_SITE_SUNSITE=	ftp://metalab.unc.edu/pub/Linux/%SUBDIR%/
162#MASTER_SITE_KDE=	ftp://ftp.kde.org/pub/kde/%SUBDIR%/
163#MASTER_SITE_COMP_SOURCES=	ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/
164#MASTER_SITE_GNOME=	ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/
165#MASTER_SITE_AFTERSTEP=	ftp://ftp.afterstep.org/%SUBDIR%/
166#MASTER_SITE_WINDOWMAKER=	ftp://ftp.windowmaker.org/pub/%SUBDIR%/
167#
168#
169# Kerberos IV
170# If you want KerberosIV (KTH eBones), define this:
171#
172#MAKE_KERBEROS4=	yes
173#
174#
175# Kerberos5
176# If you want to install Kerberos5 somewhere other than /usr/local,
177# define this:
178#
179#KRB5_HOME=		/usr/local/krb5
180#
181#
182# CVSup update flags.  Edit SUPFILE settings to reflect whichever distribution
183# file(s) you use on your site (see /usr/share/examples/cvsup/README for more
184# information on CVSup and these files).  To use, do "make update" in /usr/src.
185#
186#SUP_UPDATE=     yes
187#
188#SUP=            /usr/local/bin/cvsup
189#SUPFLAGS=       -g -L 2
190#SUPFILE=        /usr/share/examples/cvsup/standard-supfile
191#SUPFILE1=       /usr/share/examples/cvsup/secure-supfile
192#PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
193#DOCSUPFILE=     /usr/share/examples/cvsup/doc-supfile
194#
195# top(1) uses a hash table for the user names.  The size of this hash
196# can be tuned to match the number of local users.  The table size should
197# be a prime number approximately twice as large as the number of lines in
198# /etc/passwd.  The default number is 20011.
199#
200#TOP_TABLE_SIZE= 101
201