11 lines
403 B
Makefile
11 lines
403 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/11/22 20:26:33 tsutsui Exp $
|
|
CDBASE= x68kcd # gives ${CDBASE}.iso
|
|
CDRELEASE= true # include $RELEASEDIR/$MACHINE
|
|
CDINSTKERNEL= ../../floppies/instkernel
|
|
CDKERNELS= netbsd-INSTALL.gz netbsd
|
|
CDBUILDEXTRA= ${BOOT}
|
|
BOOTXX_CD9660= ${DESTDIR}/usr/mdec/xxboot_cd9660
|
|
CDMAKEFSOPTIONS= generic-bootimage=${BOOTXX_CD9660}
|
|
|
|
.include "${.CURDIR}/../../../common/Makefile.bootcd"
|