Makefile.inc revision 1.22
11.22Spavel# $NetBSD: Makefile.inc,v 1.22 2007/07/24 10:49:28 pavel Exp $ 21.1Sragge# 31.1Sragge# etc.vax/Makefile.inc -- vax-specific etc Makefile targets 41.1Sragge# 51.1Sragge 61.22Spavel# If you change the list of distributed kernels, don't forget 71.22Spavel# to update the release documentation in distrib/notes/common/contents 81.22Spavel 91.15SjdolecekKERNEL_SETS= GENERIC GENERIC.MP 101.10Sthorpej 111.14SlukemBUILD_KERNELS= INSTALL 121.14Slukem 131.14SlukemINSTALLATION_DIRS+= installation/bootfs \ 141.14Slukem installation/miniroot \ 151.8Smatt installation/netboot 161.12Smatt 171.19Slukemiso-image-md-pre: 181.21Smatt cp -f ${RELEASEDIR}/${MACHINE}/installation/netboot/install.ram.gz \ 191.21Smatt ${CDROM.dir}/netbsd 201.21Smatt cp -f ${DESTDIR}/usr/mdec/boot ${CDROM.dir} 211.12Smatt 221.19Slukemiso-image-md-post: 231.20Slukem ${TOOL_INSTALLBOOT} -m ${MACHINE} ${CDROM.image} ${DESTDIR}/usr/mdec/xxboot 24