make.conf doesn't postulate anything about libm now.

This commit is contained in:
Poul-Henning Kamp 1995-03-21 02:55:33 +00:00
parent fbcfcdf7db
commit 6950e7e24e
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.14 1994/11/10 02:29:41 phk Exp $
# $Id: make.conf,v 1.15 1995/03/20 21:35:15 jkh 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
@ -19,9 +19,9 @@
# Avoid compiling profiled libraries
#
#
# To compile and install the Sun libm instead of the default use:
# To compile and install the 4.4 lite libm instead of the default use:
#
WANT_MSUN= yes
#WANT_CSRG_LIBM= yes
#
#
# If you have a FPU (i387, i486DX, Pentium), you can make

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.14 1994/11/10 02:29:41 phk Exp $
# $Id: make.conf,v 1.15 1995/03/20 21:35:15 jkh 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
@ -19,9 +19,9 @@
# Avoid compiling profiled libraries
#
#
# To compile and install the Sun libm instead of the default use:
# To compile and install the 4.4 lite libm instead of the default use:
#
WANT_MSUN= yes
#WANT_CSRG_LIBM= yes
#
#
# If you have a FPU (i387, i486DX, Pentium), you can make

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.14 1994/11/10 02:29:41 phk Exp $
# $Id: make.conf,v 1.15 1995/03/20 21:35:15 jkh 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
@ -19,9 +19,9 @@
# Avoid compiling profiled libraries
#
#
# To compile and install the Sun libm instead of the default use:
# To compile and install the 4.4 lite libm instead of the default use:
#
WANT_MSUN= yes
#WANT_CSRG_LIBM= yes
#
#
# If you have a FPU (i387, i486DX, Pentium), you can make