diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-03-21 02:55:33 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-03-21 02:55:33 +0000 |
| commit | 6950e7e24e30b596f378d05672037d7f614ebc8c (patch) | |
| tree | ed96683d945b80908183cb4ea28fb24e31f1d898 /etc/defaults | |
| parent | fbcfcdf7dbcdac62126e3be82304a8b508b6c3a2 (diff) | |
Notes
Diffstat (limited to 'etc/defaults')
| -rw-r--r-- | etc/defaults/make.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index dfaf7dc06cc1f..897c270372950 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 |
