diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 09:28:14 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 09:28:14 +0000 |
| commit | cf59981cf46fcfedddd641cd36f0c6c4b2c3c967 (patch) | |
| tree | 3f08626426d476cf7821c9da9bee3242f58c07c9 | |
| parent | 539e53bad3e2b4a000ba8a8e1b27e99e5a0c5f7f (diff) | |
Notes
| -rw-r--r-- | etc/defaults/make.conf | 12 | ||||
| -rw-r--r-- | etc/make.conf | 12 | ||||
| -rw-r--r-- | share/examples/etc/make.conf | 12 |
3 files changed, 33 insertions, 3 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index db104e4d1285..56f9984745c5 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.25 1996/02/15 21:14:36 adam Exp $ +# $Id: make.conf,v 1.26 1996/03/06 09:10:23 asami 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 @@ -66,6 +66,16 @@ #X11BASE= /usr/X386 # # +# If you have Motif on your system, uncomment this. +# +#HAVE_MOTIF= yes +# +# If the default location of the Motif library (specified below) is not +# appropriate for you, set this to the correct value. +# +#MOTIFLIB= "-L${X11BASE}/lib -lXm" +# +# # Build `cc' using a dynamic internals library, rather than the default # (static) one. This makes the compilers run slower (10-15%), but saves # quite some diskspace. diff --git a/etc/make.conf b/etc/make.conf index db104e4d1285..56f9984745c5 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.25 1996/02/15 21:14:36 adam Exp $ +# $Id: make.conf,v 1.26 1996/03/06 09:10:23 asami 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 @@ -66,6 +66,16 @@ #X11BASE= /usr/X386 # # +# If you have Motif on your system, uncomment this. +# +#HAVE_MOTIF= yes +# +# If the default location of the Motif library (specified below) is not +# appropriate for you, set this to the correct value. +# +#MOTIFLIB= "-L${X11BASE}/lib -lXm" +# +# # Build `cc' using a dynamic internals library, rather than the default # (static) one. This makes the compilers run slower (10-15%), but saves # quite some diskspace. diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index db104e4d1285..56f9984745c5 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.25 1996/02/15 21:14:36 adam Exp $ +# $Id: make.conf,v 1.26 1996/03/06 09:10:23 asami 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 @@ -66,6 +66,16 @@ #X11BASE= /usr/X386 # # +# If you have Motif on your system, uncomment this. +# +#HAVE_MOTIF= yes +# +# If the default location of the Motif library (specified below) is not +# appropriate for you, set this to the correct value. +# +#MOTIFLIB= "-L${X11BASE}/lib -lXm" +# +# # Build `cc' using a dynamic internals library, rather than the default # (static) one. This makes the compilers run slower (10-15%), but saves # quite some diskspace. |
