Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.1.38.2
      1 #	$NetBSD: Makefile,v 1.1.38.2 2013/01/16 05:26:12 yamt 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