1 1.8.6.1 mjf # $NetBSD: Makefile.inc,v 1.8.6.1 2008/06/02 13:21:20 mjf Exp $ 2 1.3 lukem # 3 1.3 lukem # etc.ofppc/Makefile.inc -- ofppc-specific etc Makefile targets 4 1.3 lukem # 5 1.1 chs 6 1.5 pavel # If you change the list of distributed kernels, don't forget 7 1.5 pavel # to update the release documentation in distrib/notes/common/contents 8 1.5 pavel 9 1.8 garbled KERNEL_SETS= GENERIC 10 1.1 chs 11 1.8 garbled BUILD_KERNELS+= INSTALL 12 1.8.6.1 mjf 13 1.8.6.1 mjf MD_INSTALLATION_DIRS= installation/netboot 14 1.8.6.1 mjf 15 1.8.6.1 mjf INSTALLATION_DIRS+= ${MD_INSTALLATION_DIRS} 16 1.8.6.1 mjf 17 1.8.6.1 mjf INSTALLATION_SYMLINKS= \ 18 1.8.6.1 mjf netboot/netbsd-INSTALL.gz ../../binary/kernel/netbsd-INSTALL.gz \ 19 1.8.6.1 mjf netboot/netbsd-GENERIC.gz ../../binary/kernel/netbsd-GENERIC.gz 20 1.8.6.1 mjf 21 1.8.6.1 mjf snap_md_post: 22 1.8.6.1 mjf # install ofwboot in netboot directory 23 1.8.6.1 mjf ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/ofwboot \ 24 1.8.6.1 mjf ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot 25 1.8.6.1 mjf 26 1.8.6.1 mjf # install links to boot and installation utilities for various media 27 1.8.6.1 mjf .for linkdst linksrc in ${INSTALLATION_SYMLINKS} 28 1.8.6.1 mjf rm -f ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/${linkdst} 29 1.8.6.1 mjf ln -s ${linksrc} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/${linkdst} 30 1.8.6.1 mjf .endfor 31 1.8.6.1 mjf 32 1.8.6.1 mjf # compute checksums 33 1.8.6.1 mjf .for dir in ${MD_INSTALLATION_DIRS} 34 1.8.6.1 mjf ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*' 35 1.8.6.1 mjf .endfor 36