Correct the "Default:" text for MKPIC

This commit is contained in:
skrll 2004-03-09 19:08:17 +00:00
parent 610cd4021b
commit efa76e17ec
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.README,v 1.146 2004/02/13 05:13:37 lukem Exp $
# $NetBSD: bsd.README,v 1.147 2004/03/09 19:08:17 skrll Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@ -206,7 +206,7 @@ MKOBJDIRS If "no", don't create objdirs during a "make build".
MKPIC If "no", don't build or install shared libraries, and
also acts as "MKPICLIB=no"
Default: yes, except for ${MACHINE_ARCH} == "sh3"
Default: yes (for MACHINE_ARCHs that support it)
MKPICINSTALL If "no", don't install the *_pic.a libraries.
Default: yes