Home | History | Annotate | Line # | Download | only in hpcarm
Makefile revision 1.5
      1  1.5     matt #	$NetBSD: Makefile,v 1.5 2008/06/23 02:16:53 matt Exp $
      2  1.1   toshii 
      3  1.2      rjs .include <bsd.own.mk>
      4  1.2      rjs .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.1   toshii 
      6  1.4  tsutsui SUBDIR=		instkernel stand cdroms
      7  1.4  tsutsui 
      8  1.4  tsutsui release: check_RELEASEDIR
      9  1.4  tsutsui 	${MAKEDIRTARGET} instkernel release
     10  1.4  tsutsui 	${MAKEDIRTARGET} stand release
     11  1.5     matt 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation '*.gz' '*.exe'
     12  1.3   bouyer 
     13  1.3   bouyer iso_image:
     14  1.3   bouyer 	${MAKEDIRTARGET} cdroms iso_image
     15  1.3   bouyer 
     16  1.3   bouyer .include <bsd.subdir.mk>
     17