[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.20 and 1.21

version 1.20, 1993/07/29 22:04:55 version 1.21, 1993/07/30 03:40:07
Line 69  _LIBS=lib${LIB}.a
Line 69  _LIBS=lib${LIB}.a
   
 all: ${_LIBS} ${MANALL}# llib-l${LIB}.ln  all: ${_LIBS} ${MANALL}# llib-l${LIB}.ln
   
 OBJS+=  ${SRCS:R:S/$/.o/g}  OBJS+=  ${SRCS:N*.h:R:S/$/.o/g}
   
 lib${LIB}.a:: ${OBJS}  lib${LIB}.a:: ${OBJS}
         @echo building standard ${LIB} library          @echo building standard ${LIB} library

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>