mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Document MOTIF_STATIC
This commit is contained in:
parent
1e3a3c5e71
commit
74bf61cc44
3 changed files with 21 additions and 9 deletions
|
|
@ -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"
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue