From 6bd48d6f18f259c2e0fe3308c8b7d526dea79371 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 17 Mar 2015 15:21:01 +0000 Subject: [PATCH] Document LIB and LIB_CXX. MFC after: 2 weeks X-MFC-With: r280179 --- share/mk/bsd.README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/share/mk/bsd.README b/share/mk/bsd.README index ffbe8257dbd9..89e7f1ca7045 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -336,6 +336,13 @@ with the current needs of the BSD tree. It sets/uses the following variables: +LIB The name of the library to build. + +LIB_CXX The name of the library to build. It also causes + to link the library with the + standard C++ library. LIB_CXX overrides the value + of LIB if LIB is also set. + LIBDIR Target directory for libraries. LINTLIBDIR Target directory for lint libraries.