From 624ca9967b52fd436f2bdcb5e7fb763dd97948aa Mon Sep 17 00:00:00 2001 From: Geoff Rehmet Date: Sun, 5 Jun 1994 20:37:15 +0000 Subject: [PATCH] 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.) --- etc/defaults/make.conf | 18 +++++++++++++++++- etc/make.conf | 18 +++++++++++++++++- share/examples/etc/make.conf | 18 +++++++++++++++++- 3 files changed, 51 insertions(+), 3 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index a5eab19841a4..fe3423a58362 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 diff --git a/etc/make.conf b/etc/make.conf index a5eab19841a4..fe3423a58362 100644 --- a/etc/make.conf +++ b/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 diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index a5eab19841a4..fe3423a58362 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