Module Name: src
Committed By: christos
Date: Sun Sep 16 13:11:48 UTC 2018
Modified Files:
src/share/mk: bsd.README
Log Message:
document PROGDPLIBS
To generate a diff of this commit:
cvs rdiff -u -r1.382 -r1.383 src/share/mk/bsd.README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.382 src/share/mk/bsd.README:1.383
--- src/share/mk/bsd.README:1.382 Sun Aug 12 07:50:51 2018
+++ src/share/mk/bsd.README Sun Sep 16 09:11:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.382 2018/08/12 11:50:51 christos Exp $
+# $NetBSD: bsd.README,v 1.383 2018/09/16 13:11:48 christos Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -1326,7 +1326,8 @@ SRCS List of source files to build the
to .c files of the same name. (This is not the default for
versions of make.)
-LIBDPLIBS A list of the tuples:
+LIBDPLIBS/
+PROGDPLIBS A list of the tuples:
libname path-to-srcdir-of-libname
For each tuple;
@@ -1343,8 +1344,8 @@ LIBDPLIBS A list of the tuples:
of the NetBSD source tree and only causes -llibname
to be added to LDADD.
- This variable may be used for individual libraries, as
- well as in parent directories to cache common libraries
+ This variable may be used for individual libraries/programs,
+ as well as in parent directories to cache common libraries
as a build-time optimization.
The include file <bsd.lib.mk> includes the file named "../Makefile.inc"