[BACK]Return to bsd.lib.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.lib.mk between version 1.24 and 1.25

version 1.24, 2000/09/03 18:41:23 version 1.25, 2000/10/03 23:17:07
Line 2 
Line 2 
 #       $NetBSD: bsd.lib.mk,v 1.67 1996/01/17 20:39:26 mycroft Exp $  #       $NetBSD: bsd.lib.mk,v 1.67 1996/01/17 20:39:26 mycroft Exp $
 #       @(#)bsd.lib.mk  5.26 (Berkeley) 5/2/91  #       @(#)bsd.lib.mk  5.26 (Berkeley) 5/2/91
   
   .include <bsd.own.mk>                           # for 'NOPIC' definition
   
 .if exists(${.CURDIR}/../Makefile.inc)  .if exists(${.CURDIR}/../Makefile.inc)
 .include "${.CURDIR}/../Makefile.inc"  .include "${.CURDIR}/../Makefile.inc"
 .endif  .endif
   
 .include <bsd.own.mk>                           # for 'NOPIC' definition  
   
 .if exists(${.CURDIR}/shlib_version)  .if exists(${.CURDIR}/shlib_version)
 SHLIB_MAJOR != . ${.CURDIR}/shlib_version ; echo $$major  SHLIB_MAJOR != . ${.CURDIR}/shlib_version ; echo $$major

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25