1 1.1 tsutsui # $NetBSD: Makefile.inc,v 1.1 2009/04/30 12:47:40 tsutsui Exp $ 2 1.1 tsutsui # 3 1.1 tsutsui # etc.rs6000/Makefile.inc -- rs6000-specific etc Makefile targets 4 1.1 tsutsui # 5 1.1 tsutsui 6 1.1 tsutsui # If you change the list of distributed kernels, don't forget 7 1.1 tsutsui # to update the release documentation in distrib/notes/common/contents 8 1.1 tsutsui 9 1.1 tsutsui KERNEL_SETS= GENERIC 10 1.1 tsutsui 11 1.1 tsutsui BUILD_KERNELS+= INSTALL 12 1.1 tsutsui 13 1.1 tsutsui MD_INSTALLATION_DIRS+= installation/bootfs 14 1.1 tsutsui INSTALLATION_DIRS+= ${MD_INSTALLATION_DIRS} 15 1.1 tsutsui 16 1.1 tsutsui snap_md_post: 17 1.1 tsutsui # compute checksums 18 1.1 tsutsui .for dir in ${MD_INSTALLATION_DIRS} 19 1.1 tsutsui ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*' 20 1.1 tsutsui .endfor 21