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