[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.8 and 1.9

version 1.8, 1993/04/09 20:05:58 version 1.9, 1993/04/20 03:29:36
Line 77  llib-l${LIB}.ln: ${SRCS}
Line 77  llib-l${LIB}.ln: ${SRCS}
   
 .if !target(clean)  .if !target(clean)
 clean:  clean:
         rm -f a.out Errs errs mklog core ${CLEANFILES} ${OBJS} ${POBJS} \          rm -f a.out Errs errs mklog core ${CLEANFILES}
             profiled/*.o lib${LIB}.a lib${LIB}_p.a llib-l${LIB}.ln          rm -f ${OBJS}
           rm -f ${POBJS} profiled/*.o
           rm -f lib${LIB}.a lib${LIB}_p.a llib-l${LIB}.ln
 .endif  .endif
   
 .if !target(cleandir)  .if !target(cleandir)
 cleandir:  cleandir:
         rm -f a.out Errs errs mklog core ${CLEANFILES} ${OBJS} ${POBJS} \          rm -f a.out Errs errs mklog core ${CLEANFILES}
             profiled/*.o lib${LIB}.a lib${LIB}_p.a llib-l${LIB}.ln          rm -f ${OBJS}
           rm -f ${POBJS} profiled/*.o
           rm -f lib${LIB}.a lib${LIB}_p.a llib-l${LIB}.ln
         rm -f ${MANALL} ${.CURDIR}/tags .depend          rm -f ${MANALL} ${.CURDIR}/tags .depend
 .endif  .endif
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>