Makefile.inc revision 1.22
1#	$NetBSD: Makefile.inc,v 1.22 2007/07/24 10:49:28 pavel 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}/${MACHINE}/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