diff options
author | ache <ache@FreeBSD.org> | 1996-04-13 06:40:19 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-04-13 06:40:19 +0000 |
commit | 7dd8453c64d0f159c68e332c5ce2707a384acbfb (patch) | |
tree | 169f93fce4b1bbbf15b36ea0cc2b34e40dad3eff /share/examples | |
parent | 0015477a1b96c8e1859b6ee0652cc94b48d2f424 (diff) | |
download | FreeBSD-src-7dd8453c64d0f159c68e332c5ce2707a384acbfb.zip FreeBSD-src-7dd8453c64d0f159c68e332c5ce2707a384acbfb.tar.gz |
Document MOTIF_STATIC
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/etc/make.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 56f9984..9b7f71e 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.26 1996/03/06 09:10:23 asami Exp $ +# $Id: make.conf,v 1.27 1996/04/12 09:28:14 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 @@ -70,8 +70,12 @@ # #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 you have static libXm, uncomment this. +# +#MOTIF_STATIC= yes +# +# If the default location of the Motif library (depends on MOTIF_STATIC) is +# not appropriate for you, set this to the correct value. # #MOTIFLIB= "-L${X11BASE}/lib -lXm" # |