Home | History | Annotate | Line # | Download | only in hpcmips
Makefile revision 1.29
      1  1.29  tsutsui #	$NetBSD: Makefile,v 1.29 2008/04/26 14:49:43 tsutsui Exp $
      2   1.2     shin 
      3  1.12    lukem .include <bsd.own.mk>
      4  1.19    lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5   1.2     shin 
      6  1.29  tsutsui SUBDIR=		instkernel stand cdroms
      7  1.29  tsutsui 
      8  1.29  tsutsui release: check_RELEASEDIR
      9  1.29  tsutsui 	${MAKEDIRTARGET} instkernel release
     10  1.29  tsutsui 	${MAKEDIRTARGET} stand release
     11  1.29  tsutsui 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation '*.gz' '*.exe'
     12  1.28   bouyer 
     13  1.28   bouyer iso_image:
     14  1.28   bouyer 	${MAKEDIRTARGET} cdroms iso_image
     15  1.28   bouyer 
     16  1.28   bouyer .include <bsd.subdir.mk>
     17