summaryrefslogtreecommitdiffstats
path: root/etc/make.conf
diff options
context:
space:
mode:
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