Home | History | Annotate | Line # | Download | only in arc
Makefile revision 1.5.10.1
      1  1.5.10.1  wrstuden #	$NetBSD: Makefile,v 1.5.10.1 2008/09/18 04:41:08 wrstuden Exp $
      2       1.4   tsutsui 
      3       1.4   tsutsui .include <bsd.own.mk>
      4       1.5   tsutsui .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5       1.4   tsutsui 
      6       1.4   tsutsui 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.4   tsutsui release: check_RELEASEDIR .WAIT ${BOOT}
     12  1.5.10.1  wrstuden 	${RELEASE_INSTALL} ${BOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
     13       1.4   tsutsui 
     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