xref: /netbsd/etc/etc.vax/Makefile.inc (revision 6550d01e)
1#	$NetBSD: Makefile.inc,v 1.23 2008/03/18 04:20:37 lukem 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
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