9 lines
309 B
Makefile
9 lines
309 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/05/03 05:07:27 tsutsui Exp $
|
|
CDBASE= arccd # gives ${CDBASE}.iso
|
|
CDRELEASE= true # include $RELEASEDIR/$MACHINE
|
|
CDKERNELS= netbsd-RAMDISK.gz netbsd
|
|
CDINSTKERNEL= ../../instkernel
|
|
CDBUILDEXTRA= ${DESTDIR}/usr/mdec/boot
|
|
|
|
.include "${.CURDIR}/../../../common/Makefile.bootcd"
|