summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.README
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/bsd.README')
-rw-r--r--share/mk/bsd.README8
1 files changed, 6 insertions, 2 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index 51cfb39..f09142e 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -228,7 +228,7 @@ LDADD Additional loader objects. Usually used for libraries.
For example, to load with the compatibility and utility
libraries, use:
- LDFILES=-lutil -lcompat
+ LDADD=-lutil -lcompat
LDFLAGS Additional loader flags.
@@ -261,7 +261,7 @@ DPADD Additional dependencies for the program. Usually used for
libraries. For example, to depend on the compatibility and
utility libraries use:
- SRCLIB=${LIBCOMPAT} ${LIBUTIL}
+ DPADD=${LIBCOMPAT} ${LIBUTIL}
There is a predefined identifier for each (non-profiled,
non-shared) library and object. Library file names are
@@ -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