Home | History | Annotate | Line # | Download | only in arc
Makefile revision 1.3.4.1
      1  1.3.4.1     matt #	Makefile,v 1.3 2007/03/06 21:56:54 bouyer Exp
      2  1.3.4.1     matt 
      3  1.3.4.1     matt .include <bsd.own.mk>
      4  1.3.4.1     matt .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.3.4.1     matt 
      6  1.3.4.1     matt BOOT=	${DESTDIR}/usr/mdec/boot
      7      1.1  tsutsui 
      8      1.3   bouyer SUBDIR=		ramdisk .WAIT instkernel .WAIT cdroms
      9      1.1  tsutsui TARGETS+=	release
     10      1.1  tsutsui 
     11  1.3.4.1     matt release: check_RELEASEDIR .WAIT ${BOOT}
     12  1.3.4.1     matt 	${RELEASE_INSTALL} ${BOOT} ${RELEASEDIR}/${MACHINE}/installation
     13  1.3.4.1     matt 
     14      1.3   bouyer iso_image:
     15      1.3   bouyer 	${MAKEDIRTARGET} cdroms iso_image
     16      1.3   bouyer 
     17      1.1  tsutsui .include <bsd.subdir.mk>
     18