Document COPTFLAGS in addition to CFLAGS.

This commit is contained in:
Jordan K. Hubbard 1995-04-23 13:03:24 +00:00
parent e770b51673
commit a746536c51
3 changed files with 12 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.15 1995/03/20 21:35:15 jkh Exp $
# $Id: make.conf,v 1.16 1995/03/21 02:55:33 phk Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
@ -18,6 +18,9 @@
#NOPROFILE= no_way
# Avoid compiling profiled libraries
#
# To compile the kernel with special optimisations, you can use this:
#
#COPTFLAGS= -O -pipe
#
# To compile and install the 4.4 lite libm instead of the default use:
#

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.15 1995/03/20 21:35:15 jkh Exp $
# $Id: make.conf,v 1.16 1995/03/21 02:55:33 phk Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
@ -18,6 +18,9 @@
#NOPROFILE= no_way
# Avoid compiling profiled libraries
#
# To compile the kernel with special optimisations, you can use this:
#
#COPTFLAGS= -O -pipe
#
# To compile and install the 4.4 lite libm instead of the default use:
#

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.15 1995/03/20 21:35:15 jkh Exp $
# $Id: make.conf,v 1.16 1995/03/21 02:55:33 phk Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
@ -18,6 +18,9 @@
#NOPROFILE= no_way
# Avoid compiling profiled libraries
#
# To compile the kernel with special optimisations, you can use this:
#
#COPTFLAGS= -O -pipe
#
# To compile and install the 4.4 lite libm instead of the default use:
#