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.53 retrieving revision 1.54 diff -u -p -r1.53 -r1.54 --- src/share/mk/bsd.lib.mk 1994/08/09 13:04:28 1.53 +++ src/share/mk/bsd.lib.mk 1994/08/19 15:48:12 1.54 @@ -1,10 +1,12 @@ -# $NetBSD: bsd.lib.mk,v 1.53 1994/08/09 13:04:28 pk Exp $ +# $NetBSD: bsd.lib.mk,v 1.54 1994/08/19 15:48:12 cgd 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