Module Name: src Committed By: christos Date: Sun Sep 16 13:14:12 UTC 2018
Modified Files: src/share/mk: bsd.README Log Message: add what {PROG,LIB}DPLIBS are useful for To generate a diff of this commit: cvs rdiff -u -r1.383 -r1.384 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.383 src/share/mk/bsd.README:1.384 --- src/share/mk/bsd.README:1.383 Sun Sep 16 09:11:48 2018 +++ src/share/mk/bsd.README Sun Sep 16 09:14:12 2018 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.README,v 1.383 2018/09/16 13:11:48 christos Exp $ +# $NetBSD: bsd.README,v 1.384 2018/09/16 13:14:12 christos Exp $ # @(#)bsd.README 8.2 (Berkeley) 4/2/94 This is the README file for the make "include" files for the NetBSD @@ -1330,6 +1330,10 @@ LIBDPLIBS/ PROGDPLIBS A list of the tuples: libname path-to-srcdir-of-libname + Instead of depending on installed versions of the libraries, + one can depend on their built version in the source directory. + This is useful for finding private libraries (LIBISPRIVATE). + For each tuple; * LIBDO.libname contains the .OBJDIR of the library `libname', and if it is not set it is determined