Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.lib.mk,v retrieving revision 1.52.2.1 retrieving revision 1.53 diff -u -p -r1.52.2.1 -r1.53 --- src/share/mk/bsd.lib.mk 1994/08/24 19:11:18 1.52.2.1 +++ src/share/mk/bsd.lib.mk 1994/08/09 13:04:28 1.53 @@ -1,12 +1,10 @@ -# $NetBSD: bsd.lib.mk,v 1.52.2.1 1994/08/24 19:11:18 mycroft Exp $ +# $NetBSD: bsd.lib.mk,v 1.53 1994/08/09 13:04:28 pk Exp $ # @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91 .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif -.include # for 'NOPIC' definition - .if exists(${.CURDIR}/shlib_version) SHLIB_MAJOR != . ${.CURDIR}/shlib_version ; echo $$major SHLIB_MINOR != . ${.CURDIR}/shlib_version ; echo $$minor