From efa76e17ece1a82d4b4b9ff96fd895efccadcb18 Mon Sep 17 00:00:00 2001 From: skrll Date: Tue, 9 Mar 2004 19:08:17 +0000 Subject: [PATCH] Correct the "Default:" text for MKPIC --- share/mk/bsd.README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.README b/share/mk/bsd.README index 49569849c1bb..884ca90f8fd2 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -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