2017-06-26 20:45:56 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.25 2017/06/26 17:45:56 flxd Exp $
|
1996-03-14 20:32:16 +03:00
|
|
|
#
|
|
|
|
# etc.vax/Makefile.inc -- vax-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
2007-07-24 14:49:23 +04:00
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
|
2017-06-26 20:45:56 +03:00
|
|
|
KERNEL_SETS= GENERIC GENERIC.MP GENERIC_USB
|
1999-07-25 08:23:49 +04:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
|
|
|
|
INSTALLATION_DIRS+= installation/bootfs \
|
|
|
|
installation/miniroot \
|
2000-06-01 01:09:48 +04:00
|
|
|
installation/netboot
|
|
|
|
|
2003-03-08 03:22:29 +03:00
|
|
|
iso-image-md-pre:
|
2008-03-18 07:20:36 +03:00
|
|
|
cp -f ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot/install.ram.gz \
|
2004-03-24 01:35:30 +03:00
|
|
|
${CDROM.dir}/netbsd
|
|
|
|
cp -f ${DESTDIR}/usr/mdec/boot ${CDROM.dir}
|
2002-03-30 01:14:20 +03:00
|
|
|
|
2003-03-08 03:22:29 +03:00
|
|
|
iso-image-md-post:
|
2012-01-15 21:36:55 +04:00
|
|
|
${TOOL_INSTALLBOOT} -m ${MACHINE} ${CDROM_IMAGE} ${DESTDIR}/usr/mdec/xxboot
|