diff options
author | abs <abs@pkgsrc.org> | 2009-12-30 20:46:22 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-12-30 20:46:22 +0000 |
commit | 128e7d224afb73903f6e04a17d7ca97ca5844085 (patch) | |
tree | a25a849a3f662c3a7aa079fd53077419cfecedb1 /pkgtools/bootstrap-mk-files | |
parent | b0e887ee793fdecd5e8650746e9828a3b2c57f78 (diff) | |
download | pkgsrc-128e7d224afb73903f6e04a17d7ca97ca5844085.tar.gz |
Add note on SHLIB_{MAJOR,MINOR,TEENY}
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r-- | pkgtools/bootstrap-mk-files/files/bsd.README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgtools/bootstrap-mk-files/files/bsd.README b/pkgtools/bootstrap-mk-files/files/bsd.README index bd4694a1165..0f774e0f4e0 100644 --- a/pkgtools/bootstrap-mk-files/files/bsd.README +++ b/pkgtools/bootstrap-mk-files/files/bsd.README @@ -1,4 +1,4 @@ -# $NetBSD: bsd.README,v 1.1.1.1 2006/07/14 23:13:00 jlam Exp $ +# $NetBSD: bsd.README,v 1.2 2009/12/30 20:46:22 abs Exp $ # @(#)bsd.README 8.2 (Berkeley) 4/2/94 This is the README file for the new make "include" files for the BSD @@ -550,7 +550,7 @@ WFORMAT -Wnetbsd-format-audit for extra-stringent format checking. mk.conf if you're doing format-string auditing. FORMAT_AUDIT may go away in time. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= +=-=-=-=-= bsd.lib.mk =-=-=-=-= The include file <bsd.lib.mk> has support for building libraries. It has the same eight targets as <bsd.prog.mk>: all, clean, cleandir, depend, @@ -565,6 +565,10 @@ LIB The name of the library to build. LIBDIR Target directory for libraries. +SHLIB_MAJOR +SHLIB_MINOR +SHLIB_TEENY Major, minor, and teeny version numbers of shared library + LINTLIBDIR Target directory for lint libraries. LIBGRP Library group. |