Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.1.22.1
      1  1.1.22.1  msaitoh #	$NetBSD: Makefile,v 1.1.22.1 2014/11/08 11:35:45 msaitoh Exp $
      2       1.1   bouyer CDBASE=		sparccd		# gives ${CDBASE}.iso
      3       1.1   bouyer CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      4       1.1   bouyer 
      5       1.1   bouyer # for PRINTOBJDIR
      6       1.1   bouyer .include <bsd.own.mk>
      7       1.1   bouyer 
      8       1.1   bouyer CDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sparc/bootfs && ${PRINTOBJDIR}
      9       1.1   bouyer CDBOOTIMAGE=    ${CDBOOTIMAGEDIR}/boot.fs
     10       1.1   bouyer SUN_BOOT_ARGS:= ${CDBOOTIMAGE} ${CDBOOTIMAGE} ${CDBOOTIMAGE} - -
     11       1.1   bouyer image_md_post:
     12       1.1   bouyer 	SUNLABEL=${TOOL_SUNLABEL:Q} \
     13       1.1   bouyer 		${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \
     14  1.1.22.1  msaitoh 		${CDIMAGE} ${SUN_BOOT_ARGS}
     15       1.1   bouyer 	
     16       1.1   bouyer 
     17       1.1   bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     18