make.conf revision 13261
1# $Id: make.conf,v 1.23 1995/09/30 17:20:27 ache 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 compile the kernel with special optimisations, you can use this:
22#
23#COPTFLAGS= -O -pipe
24#
25# To compile and install the 4.4 lite libm instead of the default use:
26#
27#WANT_CSRG_LIBM=	yes
28#
29#
30# If you have a FPU (i387, i486DX, Pentium), you can make
31# the Sun libm use the FPU:
32#
33#HAVE_FPU=	yes
34#
35#
36# If you do not want unformatted manual pages to be compressed
37# when they are installed:
38#
39#NOMANCOMPRESS=	true
40#
41#
42# Default format for system documentation, depends on your printer.
43# Set this to "ascii" for simple printers or screen
44#
45#PRINTER=	ps
46#
47#
48# How many times to check if a key has been pressed before giving up and
49# booting the default kernel. 0 actually means check once, but saves the
50# loop overhead. This value is approximately in milliseconds.
51#
52#BOOTWAIT=0
53#BOOTWAIT=30000
54#
55#
56# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
57# If you have a XFree86 from before 3.0 you want to uncomment this.
58#
59#X11BASE=	/usr/X386
60#
61#
62# Build `cc' using a dynamic internals library, rather than the default
63# (static) one.  This makes the compilers run slower (10-15%), but saves 
64# quite some diskspace.
65#
66#SHARED_LIBCC_INT=	smaller_cc
67#
68#
69# Kerberos IV
70# If you want the eBones-based Kerberos, define this:
71#
72#MAKE_EBONES=	yes
73#
74#
75# SUP updates
76#
77#SUP_UPDATE=     yes
78#SUPFILE=        /usr/share/examples/sup/standard-supfile
79#SUPFILE1=       /usr/share/examples/sup/secure-supfile
80#SUPFILE2=       /usr/share/examples/sup/ports-supfile
81