[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / miniroot

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

Diff for /src/distrib/miniroot/Makefile between version 1.61 and 1.62

version 1.61, 2002/05/07 03:34:16 version 1.62, 2002/05/07 14:59:34
Line 26  IMAGE_RELEASEDIR= installation/miniroot
Line 26  IMAGE_RELEASEDIR= installation/miniroot
   
 .include "${ARCHDIR}/Makefile.inc"  .include "${ARCHDIR}/Makefile.inc"
   
   # Use stubs to eliminate some large stuff from libc
   HACKSRC=        ${DISTRIBDIR}/utils/libhack
   .include        "${HACKSRC}/Makefile.inc"
   ${CRUNCHBIN}:   libhack.o
   
 .include "${DISTRIBDIR}/common/Makefile.crunch"  .include "${DISTRIBDIR}/common/Makefile.crunch"
 .if defined(MAKEDEVTARGETS)  .if defined(MAKEDEVTARGETS)
 .include "${DISTRIBDIR}/common/Makefile.makedev"  .include "${DISTRIBDIR}/common/Makefile.makedev"

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

CVSweb <webmaster@jp.NetBSD.org>