1# $NetBSD: Makefile.inc,v 1.2 2007/05/02 08:02:00 skrll Exp $
2#
3# etc.landisk/Makefile.inc -- landisk-specific etc Makefile targets
4#
5
6KERNEL_SETS=		GENERIC
7
8BUILD_KERNELS+=		INSTALL
9
10MD_INSTALLATION_DIRS=	installation/misc
11INSTALLATION_DIRS+=	${MD_INSTALLATION_DIRS}
12
13snap_md_post:
14	# compute checksums
15.for dir in ${MD_INSTALLATION_DIRS}
16	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*'
17.endfor
18