aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.README
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-03-17 15:21:01 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-03-17 15:21:01 +0000
commit6bd48d6f18f259c2e0fe3308c8b7d526dea79371 (patch)
tree4bc522db3d08c5b02b642576a3a16287ced96a4c /share/mk/bsd.README
parent215d02b78ca9d16dfcf9cea2bff3f4d1d3f14cd2 (diff)
downloadsrc-6bd48d6f18f259c2e0fe3308c8b7d526dea79371.tar.gz
src-6bd48d6f18f259c2e0fe3308c8b7d526dea79371.zip
Notes
Diffstat (limited to 'share/mk/bsd.README')
-rw-r--r--share/mk/bsd.README7
1 files changed, 7 insertions, 0 deletions
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
+ <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.