Makefile.inc revision 1.20
1# $NetBSD: Makefile.inc,v 1.20 2003/07/10 10:34:19 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 ${TOOL_INSTALLBOOT} -m ${MACHINE} ${CDROM.image} ${DESTDIR}/usr/mdec/xxboot 21