[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec / ld.aout_so

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

Diff for /src/libexec/ld.aout_so/Makefile between version 1.33 and 1.34

version 1.33, 2002/01/22 16:27:51 version 1.34, 2002/01/31 19:15:23
Line 41  CLEANFILES+= ld.so
Line 41  CLEANFILES+= ld.so
   
 all dependall: ${FILES}  all dependall: ${FILES}
   
   UUDECODE?=      uudecode
   
 ld.so:  ${.CURDIR}/ld.so.${MACHINE_ARCH}.uue  ld.so:  ${.CURDIR}/ld.so.${MACHINE_ARCH}.uue
         uudecode ${.ALLSRC}          ${UUDECODE} ${.ALLSRC}
   
 .include <bsd.files.mk>  .include <bsd.files.mk>
   

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb <webmaster@jp.NetBSD.org>