diff options
author | abs <abs> | 2009-12-30 20:46:22 +0000 |
---|---|---|
committer | abs <abs> | 2009-12-30 20:46:22 +0000 |
commit | abb767917ba4a9e8678c1395d25f87890b533a28 (patch) | |
tree | a25a849a3f662c3a7aa079fd53077419cfecedb1 /pkgtools | |
parent | 26d55e9a0d1899139bfa178644cd14e5f2a1f6d7 (diff) | |
download | pkgsrc-abb767917ba4a9e8678c1395d25f87890b533a28.tar.gz |
Add note on SHLIB_{MAJOR,MINOR,TEENY}
Diffstat (limited to 'pkgtools')
-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. |