From 962ac2e90abd405ff5dd0c7d012dee29c3c47c4d Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 21 Mar 1995 02:55:33 +0000 Subject: make.conf doesn't postulate anything about libm now. --- etc/defaults/make.conf | 6 +++--- etc/make.conf | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'etc') diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index dfaf7dc..897c270 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -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 diff --git a/etc/make.conf b/etc/make.conf index dfaf7dc..897c270 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -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 -- cgit v1.1