make.conf revision 1664
1# $Id$
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#
10# This file must have a syntax as a Makefile.
11#
12# One, and probably the most common, use could be:
13#
14#CFLAGS= -O -m486 -pipe
15#	A lot of people report that -O2 works fine, but there are known
16#	bugs in gcc.  -pipe will almost always speed up compilation.
17#
18#
19# Another useful entry could be:
20#
21#NOPROFILE=	no_way
22#	Avoid compiling profiled libraries
23#
24