diff options
| author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-06-05 20:37:15 +0000 |
|---|---|---|
| committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-06-05 20:37:15 +0000 |
| commit | 624ca9967b52fd436f2bdcb5e7fb763dd97948aa (patch) | |
| tree | 494bb21c5a536abf3b8b36c6c5fcec75b579a527 /etc/defaults | |
| parent | 91b1841dd26d3279c6a127256c47d6f0066b7c13 (diff) | |
Notes
Diffstat (limited to 'etc/defaults')
| -rw-r--r-- | etc/defaults/make.conf | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index a5eab19841a4f..fe3423a583621 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id$ +# $Id: make.conf,v 1.1 1994/06/01 00:58:06 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 @@ -21,3 +21,19 @@ #NOPROFILE= no_way # Avoid compiling profiled libraries # +# +# To compile and install the Sun libm instead of the default use: +# +#WANT_MSUN= yes +# +# +# If you have a FPU (i387, i486DX, Pentium), you can make +# the Sun libm use the FPU: +# +#HAVE_FPU= yes +# +# +# If you do not want unformatted manual pages to be compressed +# when they are installed: +# +#NOMANCOMPRESS= no_way |
