Take out quotes around MOTIFLIB. Clarify comments a bit, most users

don't have to touch neither X11BASE nor MOTIFLIB.

Reported by:	kmitch@phantasma.bevc.blacksburg.va.us
This commit is contained in:
Satoshi Asami 1996-04-21 08:56:32 +00:00
parent 6ab36e711a
commit 5e29e1ca51
3 changed files with 21 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.27 1996/04/12 09:28:14 asami Exp $
# $Id: make.conf,v 1.29 1996/04/16 11:47:29 ache 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
@ -61,7 +61,8 @@
#
#
# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
# If you have a XFree86 from before 3.0 you want to uncomment this.
# If you have a XFree86 from before 3.0 that has the X distribution in
# /usr/X386, you want to uncomment this.
#
#X11BASE= /usr/X386
#
@ -70,10 +71,11 @@
#
#HAVE_MOTIF= yes
#
# If the default location of the Motif library (specified below) is not
# appropriate for you, set this to the correct value.
# If the default location of the Motif library (specified below) is NOT
# appropriate for you, uncomment this and change it to the correct value.
# If your motif is in ${X11BASE}/lib, you don't need to touch this line.
#
#MOTIFLIB= "-L${X11BASE}/lib -lXm"
#MOTIFLIB= -L${X11BASE}/lib -lXm
#
#
# Build `cc' using a dynamic internals library, rather than the default

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.27 1996/04/12 09:28:14 asami Exp $
# $Id: make.conf,v 1.29 1996/04/16 11:47:29 ache 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
@ -61,7 +61,8 @@
#
#
# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
# If you have a XFree86 from before 3.0 you want to uncomment this.
# If you have a XFree86 from before 3.0 that has the X distribution in
# /usr/X386, you want to uncomment this.
#
#X11BASE= /usr/X386
#
@ -70,10 +71,11 @@
#
#HAVE_MOTIF= yes
#
# If the default location of the Motif library (specified below) is not
# appropriate for you, set this to the correct value.
# If the default location of the Motif library (specified below) is NOT
# appropriate for you, uncomment this and change it to the correct value.
# If your motif is in ${X11BASE}/lib, you don't need to touch this line.
#
#MOTIFLIB= "-L${X11BASE}/lib -lXm"
#MOTIFLIB= -L${X11BASE}/lib -lXm
#
#
# Build `cc' using a dynamic internals library, rather than the default

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.27 1996/04/12 09:28:14 asami Exp $
# $Id: make.conf,v 1.29 1996/04/16 11:47:29 ache 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
@ -61,7 +61,8 @@
#
#
# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
# If you have a XFree86 from before 3.0 you want to uncomment this.
# If you have a XFree86 from before 3.0 that has the X distribution in
# /usr/X386, you want to uncomment this.
#
#X11BASE= /usr/X386
#
@ -70,10 +71,11 @@
#
#HAVE_MOTIF= yes
#
# If the default location of the Motif library (specified below) is not
# appropriate for you, set this to the correct value.
# If the default location of the Motif library (specified below) is NOT
# appropriate for you, uncomment this and change it to the correct value.
# If your motif is in ${X11BASE}/lib, you don't need to touch this line.
#
#MOTIFLIB= "-L${X11BASE}/lib -lXm"
#MOTIFLIB= -L${X11BASE}/lib -lXm
#
#
# Build `cc' using a dynamic internals library, rather than the default