[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.258 and 1.259

version 1.258, 2004/12/29 14:41:05 version 1.259, 2005/01/10 02:42:34
Line 28  LIBDO.${_lib}!= cd ${_dir} && ${PRINTOBJ
Line 28  LIBDO.${_lib}!= cd ${_dir} && ${PRINTOBJ
 .MAKEOVERRIDES+=LIBDO.${_lib}  .MAKEOVERRIDES+=LIBDO.${_lib}
 .endif  .endif
 LDADD+=         -L${LIBDO.${_lib}} -l${_lib}  LDADD+=         -L${LIBDO.${_lib}} -l${_lib}
 .if exists(${LIBDO.${_lib}}/lib${_lib}.so)  
 DPADD+=         ${LIBDO.${_lib}}/lib${_lib}.so  DPADD+=         ${LIBDO.${_lib}}/lib${_lib}.so
 .else  
 DPADD+=         ${LIBDO.${_lib}}/lib${_lib}.a  
 .endif  
 .endfor  .endfor
 .endif                                                                  # }  .endif                                                                  # }
   

Legend:
Removed from v.1.258  
changed lines
  Added in v.1.259

CVSweb <webmaster@jp.NetBSD.org>