Author: bdrewery
Date: Tue Mar 17 15:21:01 2015
New Revision: 280180
URL: https://svnweb.freebsd.org/changeset/base/280180

Log:
  Document LIB and LIB_CXX.
  
  MFC after:    2 weeks
  X-MFC-With:   r280179

Modified:
  head/share/mk/bsd.README

Modified: head/share/mk/bsd.README
==============================================================================
--- head/share/mk/bsd.README    Tue Mar 17 15:16:36 2015        (r280179)
+++ head/share/mk/bsd.README    Tue Mar 17 15:21:01 2015        (r280180)
@@ -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
+               <bsd.lib.mk> 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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to