1#	$NetBSD: Makefile.inc,v 1.25 2017/06/26 17:45:56 flxd Exp $
2#
3#	etc.vax/Makefile.inc -- vax-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 GENERIC.MP GENERIC_USB
10
11BUILD_KERNELS=		INSTALL
12
13INSTALLATION_DIRS+=	installation/bootfs	\
14			installation/miniroot	\
15			installation/netboot
16
17iso-image-md-pre:
18	cp -f ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot/install.ram.gz \
19	    ${CDROM.dir}/netbsd
20	cp -f ${DESTDIR}/usr/mdec/boot ${CDROM.dir}
21
22iso-image-md-post:
23	${TOOL_INSTALLBOOT} -m ${MACHINE} ${CDROM_IMAGE} ${DESTDIR}/usr/mdec/xxboot
24