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