24 lines
680 B
Makefile
24 lines
680 B
Makefile
# $NetBSD: Makefile.inc,v 1.24 2012/01/15 17:36:55 joerg Exp $
|
|
#
|
|
# etc.vax/Makefile.inc -- vax-specific etc Makefile targets
|
|
#
|
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
KERNEL_SETS= GENERIC GENERIC.MP
|
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
INSTALLATION_DIRS+= installation/bootfs \
|
|
installation/miniroot \
|
|
installation/netboot
|
|
|
|
iso-image-md-pre:
|
|
cp -f ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot/install.ram.gz \
|
|
${CDROM.dir}/netbsd
|
|
cp -f ${DESTDIR}/usr/mdec/boot ${CDROM.dir}
|
|
|
|
iso-image-md-post:
|
|
${TOOL_INSTALLBOOT} -m ${MACHINE} ${CDROM_IMAGE} ${DESTDIR}/usr/mdec/xxboot
|