Deleted Added
full compact
make.conf (59884) make.conf (59897)
1# $FreeBSD: head/share/examples/etc/make.conf 59884 2000-05-02 02:26:04Z chuckr $
1# $FreeBSD: head/share/examples/etc/make.conf 59897 2000-05-02 14:16:19Z joe $
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

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

71# To avoid running MAKEDEV all on /dev during install:
72#NO_MAKEDEV= true
73#
74# To compile just the kernel with special optimisations, you should use
75# this instead of CFLAGS (which is not applicable to kernel builds anyway):
76#
77#COPTFLAGS= -O -pipe
78#
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

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

71# To avoid running MAKEDEV all on /dev during install:
72#NO_MAKEDEV= true
73#
74# To compile just the kernel with special optimisations, you should use
75# this instead of CFLAGS (which is not applicable to kernel builds anyway):
76#
77#COPTFLAGS= -O -pipe
78#
79# To compile and install the 4.4 lite libm instead of the default use:
80#
81#WANT_CSRG_LIBM= yes
82#
83# If you do not want unformatted manual pages to be compressed
84# when they are installed:
85#
86#NOMANCOMPRESS= true
87#
88#
89# If you want the "compat" shared libraries installed as part of your normal
90# builds, uncomment these:

--- 162 unchanged lines hidden ---
79# If you do not want unformatted manual pages to be compressed
80# when they are installed:
81#
82#NOMANCOMPRESS= true
83#
84#
85# If you want the "compat" shared libraries installed as part of your normal
86# builds, uncomment these:

--- 162 unchanged lines hidden ---