1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

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.)
This commit is contained in:
Geoff Rehmet 1994-06-05 20:37:15 +00:00
parent 91b1841dd2
commit 624ca9967b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1684
3 changed files with 51 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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