Deleted Added
full compact
make.conf (22638) make.conf (22808)
1# $FreeBSD: head/share/examples/etc/make.conf 22638 1997-02-13 09:07:32Z jkh $
1# $FreeBSD: head/share/examples/etc/make.conf 22808 1997-02-16 18:26:31Z bde $
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

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

26#
27#COPTFLAGS= -O -pipe
28#
29# To compile and install the 4.4 lite libm instead of the default use:
30#
31#WANT_CSRG_LIBM= yes
32#
33#
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

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

26#
27#COPTFLAGS= -O -pipe
28#
29# To compile and install the 4.4 lite libm instead of the default use:
30#
31#WANT_CSRG_LIBM= yes
32#
33#
34# If you have a FPU (i387, i486DX, Pentium), you can make
35# the Sun libm use the FPU:
36#
37#HAVE_FPU= yes
38#
39#
40# If you do not want unformatted manual pages to be compressed
41# when they are installed:
42#
43#NOMANCOMPRESS= true
44#
45#
46# If you want the "compat" shared libraries installed as part of your normal
47# builds, uncomment these:

--- 99 unchanged lines hidden ---
34# If you do not want unformatted manual pages to be compressed
35# when they are installed:
36#
37#NOMANCOMPRESS= true
38#
39#
40# If you want the "compat" shared libraries installed as part of your normal
41# builds, uncomment these:

--- 99 unchanged lines hidden ---