diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-04-16 08:01:27 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-04-16 08:01:27 +0000 |
| commit | 07b31e7d58f27475dc6bf2b03549720172660761 (patch) | |
| tree | 039933f756b4433f3b3760a5fd1f43a5d1b98839 /etc | |
| parent | efdc5523c0050d05bb7cb0871b344ad7a63e1c14 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/defaults/make.conf | 3 | ||||
| -rw-r--r-- | etc/make.conf | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index ba5bf75a4430..df1817a6139f 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.59 1998/03/26 06:06:22 dima Exp $ +# $Id: make.conf,v 1.60 1998/04/15 16:37:42 phk 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 @@ -98,6 +98,7 @@ # If you have Motif on your system, uncomment this. # #HAVE_MOTIF= yes +#MOTIF_STATIC= yes # # If the default location of the Motif library (specified below) is NOT # appropriate for you, uncomment this and change it to the correct value. diff --git a/etc/make.conf b/etc/make.conf index ba5bf75a4430..df1817a6139f 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.59 1998/03/26 06:06:22 dima Exp $ +# $Id: make.conf,v 1.60 1998/04/15 16:37:42 phk 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 @@ -98,6 +98,7 @@ # If you have Motif on your system, uncomment this. # #HAVE_MOTIF= yes +#MOTIF_STATIC= yes # # If the default location of the Motif library (specified below) is NOT # appropriate for you, uncomment this and change it to the correct value. |
