make.conf revision 15224
1# $Id: make.conf,v 1.27 1996/04/12 09:28:14 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 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# If you do not want additional documentation (some of which are
43# a few hundred KB's) for ports to be installed:
44#
45#NOPORTDOCS=	true
46#
47#
48# Default format for system documentation, depends on your printer.
49# Set this to "ascii" for simple printers or screen
50#
51#PRINTER=	ps
52#
53#
54# How long to wait for a console keypress before booting the default kernel.
55# This value is approximately in milliseconds. Keypresses are accepted by the
56# BIOS before booting from disk, making it possible to give custom boot
57# parameters even when this is set to 0.
58#
59#BOOTWAIT=0
60#BOOTWAIT=30000
61#
62#
63# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
64# If you have a XFree86 from before 3.0 you want to uncomment this.
65#
66#X11BASE=	/usr/X386
67#
68#
69# If you have Motif on your system, uncomment this.
70#
71#HAVE_MOTIF=	yes
72#
73# If you have static libXm, uncomment this.
74#
75#MOTIF_STATIC=  yes
76#
77# If the default location of the Motif library (depends on MOTIF_STATIC) is
78# not appropriate for you, set this to the correct value.
79#
80#MOTIFLIB=	"-L${X11BASE}/lib -lXm"
81#
82#
83# Build `cc' using a dynamic internals library, rather than the default
84# (static) one.  This makes the compilers run slower (10-15%), but saves 
85# quite some diskspace.
86#
87#SHARED_LIBCC_INT=	smaller_cc
88#
89#
90# Kerberos IV
91# If you want the eBones-based Kerberos, define this:
92#
93#MAKE_EBONES=	yes
94#
95#
96# SUP updates
97#
98#SUP_UPDATE=     yes
99#SUPFILE=        /usr/share/examples/sup/standard-supfile
100#SUPFILE1=       /usr/share/examples/sup/secure-supfile
101#SUPFILE2=       /usr/share/examples/sup/ports-supfile
102