Deleted Added
full compact
make.conf (1733) make.conf (1740)
1# $Id: make.conf,v 1.5 1994/06/14 11:46:52 ache Exp $
1# $Id: make.conf,v 1.6 1994/06/15 20:24:16 adam 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# in your source tree, or anything the source tree installs.
6#
7# You have to find the things you can put here in the Makefiles and
8# documentation of the source tree.
9#

--- 30 unchanged lines hidden (view full) ---

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#
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# in your source tree, or anything the source tree installs.
6#
7# You have to find the things you can put here in the Makefiles and
8# documentation of the source tree.
9#

--- 30 unchanged lines hidden (view full) ---

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# Options to pass to make for building the bootblocks
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.
49#
51#
50#MDEC_OPT= BOOTWAIT=0
51#MDEC_OPT= BOOTWAIT=640000
52#BOOTWAIT=0
53#BOOTWAIT=640000
52#
53#
54# Allow 'cc' to generate all FPU codes. Do not use this if you intend to
55# generate code to run on machines with broken FPU emulator. Beware, this
56# is a compile-time static option to 'cc'.
57#
58#CCFPU= yes
54#
55#
56# Allow 'cc' to generate all FPU codes. Do not use this if you intend to
57# generate code to run on machines with broken FPU emulator. Beware, this
58# is a compile-time static option to 'cc'.
59#
60#CCFPU= yes