summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.README
diff options
context:
space:
mode:
authorjlh <jlh@FreeBSD.org>2012-05-07 09:00:30 +0000
committerjlh <jlh@FreeBSD.org>2012-05-07 09:00:30 +0000
commit4b07a79925078e4a03c602b68c047474d719e2c4 (patch)
treedca9d905670795528979b5d46bacbc5635ee0d85 /share/mk/bsd.README
parent74d5826dee4ed85c5c5c6a30263eb75ed253f4c7 (diff)
downloadFreeBSD-src-4b07a79925078e4a03c602b68c047474d719e2c4.zip
FreeBSD-src-4b07a79925078e4a03c602b68c047474d719e2c4.tar.gz
Introduce the ${SHLIB_LDSCRIPT} variable to have an ld(1) script
instead of a symlink for .so files. Reviewed by: kib, kan (previous version), dim Approved by: kib (mentor) Silence from: -hackers@ MFC after: 1 week
Diffstat (limited to 'share/mk/bsd.README')
-rw-r--r--share/mk/bsd.README4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index 51cfb39..e91a231 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -352,6 +352,10 @@ SRCS List of source files to build the library. Suffix types
to .c files of the same name. (This is not the default for
versions of make.)
+SHLIB_LDSCRIPT Template file to generate shared library linker script.
+ Unless used, a simple symlink is created to the real
+ shared object.
+
The include file <bsd.lib.mk> includes the file named "../Makefile.inc"
if it exists, as well as the include file <bsd.man.mk>.
OpenPOWER on IntegriCloud