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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.lib.mk between version 1.136 and 1.137

version 1.136, 1998/05/02 15:19:04 version 1.137, 1998/08/09 14:46:19
Line 13  __initialized__:
Line 13  __initialized__:
   
 .PHONY:         cleanlib libinstall  .PHONY:         cleanlib libinstall
 realinstall:    libinstall  realinstall:    libinstall
 clean cleandir: cleanlib  clean cleandir distclean: cleanlib
   
 .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.136  
changed lines
  Added in v.1.137

CVSweb <webmaster@jp.NetBSD.org>