Makefile.inc revision 1.21
1# $NetBSD: Makefile.inc,v 1.21 2004/03/23 22:35:30 matt 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/install.ram.gz \ 16 ${CDROM.dir}/netbsd 17 cp -f ${DESTDIR}/usr/mdec/boot ${CDROM.dir} 18 19iso-image-md-post: 20 ${TOOL_INSTALLBOOT} -m ${MACHINE} ${CDROM.image} ${DESTDIR}/usr/mdec/xxboot 21