Module Name:    src
Committed By:   abs
Date:           Wed Dec 30 20:45:46 UTC 2009

Modified Files:
        src/share/mk: bsd.README

Log Message:
Add note on SHLIB_{MAJOR,MINOR,TEENY}


To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 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.262 src/share/mk/bsd.README:1.263
--- src/share/mk/bsd.README:1.262	Wed Dec 23 18:02:25 2009
+++ src/share/mk/bsd.README	Wed Dec 30 20:45:46 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.README,v 1.262 2009/12/23 18:02:25 tron Exp $
+#	$NetBSD: bsd.README,v 1.263 2009/12/30 20:45:46 abs Exp $
 #	@(#)bsd.README	8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -978,6 +978,10 @@
 SHLIBINSTALLDIR	Target directory for shared libraries if ${USE_SHLIBDIR}
 		is not "no".
 
+SHLIB_MAJOR
+SHLIB_MINOR
+SHLIB_TEENY	Major, minor, and teeny version numbers of shared library
+
 USE_SHLIBDIR	If not "no", use ${SHLIBINSTALLDIR} instead of ${LIBDIR}
 		as the path to install shared libraries to.
 		USE_SHLIBDIR must be defined before <bsd.own.mk> is included.

Reply via email to