Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.1.6.1
      1  1.1.6.1    matt #	$NetBSD: Makefile,v 1.1.6.1 2008/01/09 01:28:07 matt Exp $
      2  1.1.6.1    matt 
      3      1.1  bouyer CDBASE=		ofppccd		# gives ${CDBASE}.iso
      4      1.1  bouyer CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      5  1.1.6.1    matt CDKERNELS+=	netbsd-INSTALL.gz netbsd.ofppc
      6  1.1.6.1    matt CDINSTKERNEL=	../../instkernel
      7  1.1.6.1    matt 
      8  1.1.6.1    matt prepare_md_post:
      9  1.1.6.1    matt 	# install ofwboot as ofwboot.ofppc
     10  1.1.6.1    matt 	${HOST_INSTALL_FILE} -m ${BINMODE} ${DESTDIR}/usr/mdec/ofwboot \
     11  1.1.6.1    matt 	    ${.OBJDIR}/cdrom/ofwboot.ofppc
     12      1.1  bouyer 
     13      1.1  bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     14