diff options
author | asami <asami@FreeBSD.org> | 1996-04-21 08:56:32 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-21 08:56:32 +0000 |
commit | 5cc0c215315a9bd2c0f22b4f3104365d85c307ca (patch) | |
tree | b2b6ab0152d6f88b7709871c7929565f6a8523b5 /etc | |
parent | cf74e6c1054e088c127b230842f487c300021c46 (diff) | |
download | FreeBSD-src-5cc0c215315a9bd2c0f22b4f3104365d85c307ca.zip FreeBSD-src-5cc0c215315a9bd2c0f22b4f3104365d85c307ca.tar.gz |
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
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 12 | ||||
-rw-r--r-- | etc/make.conf | 12 |
2 files changed, 14 insertions, 10 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 72334af..a5c3381 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -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 diff --git a/etc/make.conf b/etc/make.conf index 72334af..a5c3381 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -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 |