Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.1.40.1
      1 #	$NetBSD: Makefile,v 1.1.40.1 2012/11/24 20:29:49 jdc Exp $
      2 CDBASE=		x68kcd			# gives ${CDBASE}.iso
      3 CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      4 CDINSTKERNEL=	../../floppies/instkernel
      5 CDKERNELS=	netbsd-INSTALL.gz	netbsd
      6 CDBUILDEXTRA=	${BOOT}
      7 BOOTXX_CD9660=	${DESTDIR}/usr/mdec/xxboot_cd9660
      8 CDMAKEFSOPTIONS= generic-bootimage=${BOOTXX_CD9660}
      9 
     10 .include "${.CURDIR}/../../../common/Makefile.bootcd"
     11