Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.2.42.2
      1  1.2.42.2    martin #	$NetBSD: Makefile,v 1.2.42.2 2020/04/13 07:45:36 martin Exp $
      2       1.1    bouyer CDBASE=		sun3cd			# gives ${CDBASE}.iso
      3  1.2.42.2    martin CDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
      4  1.2.42.1  christos CDRELEASE_NODEBUG=	true
      5       1.1    bouyer 
      6       1.1    bouyer # for PRINTOBJDIR
      7       1.1    bouyer .include <bsd.own.mk>
      8       1.1    bouyer 
      9       1.1    bouyer CDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sun3/miniroot && ${PRINTOBJDIR}
     10       1.1    bouyer CDBOOTIMAGE=    ${CDBOOTIMAGEDIR}/miniroot.fs
     11       1.1    bouyer SUN_BOOT_ARGS:= - - - ${CDBOOTIMAGE} ${CDBOOTIMAGE}
     12       1.1    bouyer 
     13       1.1    bouyer image_md_post:
     14       1.1    bouyer 	SUNLABEL=${TOOL_SUNLABEL:Q} \
     15       1.1    bouyer 		${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \
     16       1.2  jmcneill 		${CDIMAGE} ${SUN_BOOT_ARGS}
     17       1.1    bouyer 	
     18       1.1    bouyer 
     19       1.1    bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     20