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