summaryrefslogtreecommitdiffstats
path: root/etc/make.conf
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-04-21 08:56:32 +0000
committerasami <asami@FreeBSD.org>1996-04-21 08:56:32 +0000
commit5cc0c215315a9bd2c0f22b4f3104365d85c307ca (patch)
treeb2b6ab0152d6f88b7709871c7929565f6a8523b5 /etc/make.conf
parentcf74e6c1054e088c127b230842f487c300021c46 (diff)
downloadFreeBSD-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/make.conf')
-rw-r--r--etc/make.conf12
1 files changed, 7 insertions, 5 deletions
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
OpenPOWER on IntegriCloud