Makefile.inc revision 1.18
1# $NetBSD: Makefile.inc,v 1.18 2003/01/04 15:49:32 lukem Exp $ 2# 3# etc.vax/Makefile.inc -- vax-specific etc Makefile targets 4# 5 6KERNEL_SETS= GENERIC GENERIC.MP 7 8BUILD_KERNELS= INSTALL 9 10INSTALLATION_DIRS+= installation/bootfs \ 11 installation/miniroot \ 12 installation/netboot 13 14iso-image_md_pre: 15 cp -f ${RELEASEDIR}/${MACHINE}/installation/netboot/netbsd.ram.gz \ 16 ${CDROM.work}/netbsd 17 cp -f ${DESTDIR}/usr/mdec/boot ${CDROM.work} 18 19iso-image_md_post: 20 ${INSTALLBOOT} -m ${MACHINE} ${CDROM.image} ${DESTDIR}/usr/mdec/xxboot 21