1#	$NetBSD: Makefile.inc,v 1.8 2023/02/11 19:12:31 tsutsui Exp $
2#
3#	etc.next68k/Makefile.inc -- next68k-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
10BUILD_KERNELS=		RAMDISK
11
12snap_md_post:
13	# install boot image in installation directory
14	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot \
15	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/boot
16