diff options
author | csgr <csgr@FreeBSD.org> | 1994-06-05 20:37:15 +0000 |
---|---|---|
committer | csgr <csgr@FreeBSD.org> | 1994-06-05 20:37:15 +0000 |
commit | f41c901d998e2f8cd64291f951abb9c7ae7305e4 (patch) | |
tree | 494bb21c5a536abf3b8b36c6c5fcec75b579a527 /share | |
parent | dee20cb8565d1cdf3d757ffe8d44d7de2e042255 (diff) | |
download | FreeBSD-src-f41c901d998e2f8cd64291f951abb9c7ae7305e4.zip FreeBSD-src-f41c901d998e2f8cd64291f951abb9c7ae7305e4.tar.gz |
Add mention of WANT_MSUN, HAVE_FPU and NOMANCOMPRESS
(NOMANCOMPRESS works together with the new bsd.man.mk to turn off
compression of manual pages - manual pages are installed compressed
by default now.)
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/etc/make.conf | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index a5eab19..fe3423a 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/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 |