diff options
author | peter <peter@FreeBSD.org> | 1996-12-23 05:17:09 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-12-23 05:17:09 +0000 |
commit | b6b474ae72dcd4ef16f9bc2e9c6c5614be245f5f (patch) | |
tree | c4b502fa953f11626aa53085b5ea49d8ca292f33 /etc | |
parent | 46b1d1f894af136cfb0d608985ab786f8373c630 (diff) | |
download | FreeBSD-src-b6b474ae72dcd4ef16f9bc2e9c6c5614be245f5f.zip FreeBSD-src-b6b474ae72dcd4ef16f9bc2e9c6c5614be245f5f.tar.gz |
Add commented out samples on how to activate the compat libs during build.
Note that nothing is stopping somebody from cd'ing to src/lib/compat/<dist>
and doing a 'make all install' there by hand.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 10 | ||||
-rw-r--r-- | etc/make.conf | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 360d401..f4cb78b 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.37 1996/11/01 17:12:07 ache Exp $ +# $Id: make.conf,v 1.38 1996/12/16 03:37:59 ache 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 @@ -43,6 +43,14 @@ #NOMANCOMPRESS= true # # +# If you want the "compat" shared libraries installed as part of your normal +# builds, uncomment these: +# +#COMPAT1X= yes +#COMPAT20= yes +#COMPAT21= yes +# +# # If you do not want additional documentation (some of which are # a few hundred KB's) for ports to be installed: # diff --git a/etc/make.conf b/etc/make.conf index 360d401..f4cb78b 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.37 1996/11/01 17:12:07 ache Exp $ +# $Id: make.conf,v 1.38 1996/12/16 03:37:59 ache 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 @@ -43,6 +43,14 @@ #NOMANCOMPRESS= true # # +# If you want the "compat" shared libraries installed as part of your normal +# builds, uncomment these: +# +#COMPAT1X= yes +#COMPAT20= yes +#COMPAT21= yes +# +# # If you do not want additional documentation (some of which are # a few hundred KB's) for ports to be installed: # |