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