1 1.8.8.1 yamt # $NetBSD: Makefile.inc,v 1.8.8.1 2008/05/18 12:29:48 yamt 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.8.1 yamt 13 1.8.8.1 yamt MD_INSTALLATION_DIRS= installation/netboot 14 1.8.8.1 yamt 15 1.8.8.1 yamt INSTALLATION_DIRS+= ${MD_INSTALLATION_DIRS} 16 1.8.8.1 yamt 17 1.8.8.1 yamt INSTALLATION_SYMLINKS= \ 18 1.8.8.1 yamt netboot/netbsd-INSTALL.gz ../../binary/kernel/netbsd-INSTALL.gz \ 19 1.8.8.1 yamt netboot/netbsd-GENERIC.gz ../../binary/kernel/netbsd-GENERIC.gz 20 1.8.8.1 yamt 21 1.8.8.1 yamt snap_md_post: 22 1.8.8.1 yamt # install ofwboot in netboot directory 23 1.8.8.1 yamt ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/ofwboot \ 24 1.8.8.1 yamt ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot 25 1.8.8.1 yamt 26 1.8.8.1 yamt # install links to boot and installation utilities for various media 27 1.8.8.1 yamt .for linkdst linksrc in ${INSTALLATION_SYMLINKS} 28 1.8.8.1 yamt rm -f ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/${linkdst} 29 1.8.8.1 yamt ln -s ${linksrc} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/${linkdst} 30 1.8.8.1 yamt .endfor 31 1.8.8.1 yamt 32 1.8.8.1 yamt # compute checksums 33 1.8.8.1 yamt .for dir in ${MD_INSTALLATION_DIRS} 34 1.8.8.1 yamt ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*' 35 1.8.8.1 yamt .endfor 36