Expand PMF_FN_* macros.
[netbsd-mini2440.git] / distrib / vax / cdroms / installcd / Makefile
blob8c1cd3a50db9a9585399e66e3099a4a49e2c23a8
1 # $NetBSD: $
2 CDBASE= vaxcd # gives ${CDBASE}.iso
3 CDRELEASE= true # include $RELEASEDIR/$MACHINE
4 CDKERNELS= install.ram.gz netbsd
5 CDINSTKERNEL= ../../ramdisk-kernel
7 #make the CD bootable
8 prepare_md_post:
9 ${RM} -f cdrom/boot
10 ${CP} ${DESTDIR}/usr/mdec/boot cdrom/boot
11 ${RM} -f bootxx.${MACHINE}
12 ${CP} ${DESTDIR}/usr/mdec/xxboot bootxx.${MACHINE}
14 image_md_post:
15 ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDBASE}.iso bootxx.${MACHINE}
17 .include "${.CURDIR}/../../../common/Makefile.bootcd"