diff options
author | ache <ache@FreeBSD.org> | 1998-04-16 08:01:27 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-04-16 08:01:27 +0000 |
commit | 4030e2a5bd03983568a32aa5bfcec6b2078e2a3c (patch) | |
tree | ed0283cf62c1d91726107831c685ea41ea974023 /etc/defaults/make.conf | |
parent | a1bb161dc41b241b1164a5195a73947fd163f8ca (diff) | |
download | FreeBSD-src-4030e2a5bd03983568a32aa5bfcec6b2078e2a3c.zip FreeBSD-src-4030e2a5bd03983568a32aa5bfcec6b2078e2a3c.tar.gz |
Add missing commented out MOTIF_STATIC example
Diffstat (limited to 'etc/defaults/make.conf')
-rw-r--r-- | etc/defaults/make.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index ba5bf75..df1817a 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. |