Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 2018/09/28 15:05:21 martin Exp $ 2CDBASE= macppccd # gives ${CDBASE}.iso 3CDRELEASE= true # include $RELEASEDIR/$MACHINE 4CDRELEASE_NODEBUG= true 5CDKERNELS= netbsd-INSTALL.gz netbsd 6CDINSTKERNEL= ../../floppies/md-kernel 7CDBUILDEXTRA= ${DESTDIR}/usr/mdec/ofwboot.xcf 8 9.include "${.CURDIR}/../../../common/Makefile.bootcd" 10