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