1 # $NetBSD: Makefile.inc,v 1.7 2012/01/29 10:36:33 tsutsui Exp $ 2 # 3 # etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets 4 # 5 6 KERNEL_SETS= GENERIC 7 KERNEL_SETS+= C700 8 9 BUILD_KERNELS= INSTALL 10 11 INSTALLATION_DIRS+= installation/kernel 12 13 # zaurus specific distrib stuff 14 snap_md_post: 15 cd ${KERNSRCDIR}/arch/zaurus/stand/zboot && ${MAKE} release 16 cd ${KERNSRCDIR}/arch/zaurus/stand/zbsdmod && ${MAKE} release 17 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation '*' 18 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*' 19