make.conf revision 7210
1# $Id: make.conf,v 1.15 1995/03/20 21:35:15 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= -O2 -m486 -pipe
15#
16# Another useful entry is
17#
18#NOPROFILE=	no_way
19#	Avoid compiling profiled libraries
20#
21#
22# To compile and install the 4.4 lite libm instead of the default use:
23#
24#WANT_CSRG_LIBM=	yes
25#
26#
27# If you have a FPU (i387, i486DX, Pentium), you can make
28# the Sun libm use the FPU:
29#
30#HAVE_FPU=	yes
31#
32#
33# If you do not want unformatted manual pages to be compressed
34# when they are installed:
35#
36#NOMANCOMPRESS=	no_way
37#
38#
39# Default format for system documentation, depends on your printer.
40# Set this to "ascii" for simple printers or screen
41#
42#PRINTER=	ps
43#
44#
45# How many times to check if a key has been pressed before giving up and
46# booting the default kernel. 0 actually means check once, but saves the
47# loop overhead. This value is approximately in milliseconds.
48#
49#BOOTWAIT=0
50#BOOTWAIT=30000
51#
52#
53# Allow 'cc' to generate all FPU codes. Do not use this if you intend to
54# generate code to run on machines with broken FPU emulator. Beware, this
55# is a compile-time static option to 'cc'.
56#
57#CCFPU=		yes
58#
59#
60# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
61# If you have a XFree86 from before 3.0 you want to uncomment this.
62#
63#X11BASE=	/usr/X386
64#
65#
66# Build `cc' using a dynamic internals library, rather than the default
67# (static) one.  This makes the compilers run slower (10-15%), but saves 
68# quite some diskspace.
69#
70#SHARED_LIBCC_INT=	smaller_cc
71#
72#
73# Kerberos IV
74# If you want the eBones-based Kerberos, define this:
75#
76#MAKE_EBONES=	yes
77