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.
This commit is contained in:
parent
f1dee985eb
commit
513a46fc19
@ -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:
|
||||
#
|
||||
|
@ -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:
|
||||
#
|
||||
|
@ -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:
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user