2003-03-08 03:22:29 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.19 2003/03/08 00:22:30 lukem Exp $
|
1996-03-14 20:32:16 +03:00
|
|
|
#
|
|
|
|
# etc.vax/Makefile.inc -- vax-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
2002-10-10 20:58:06 +04:00
|
|
|
KERNEL_SETS= GENERIC GENERIC.MP
|
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:
|
2003-01-03 18:34:30 +03:00
|
|
|
cp -f ${RELEASEDIR}/${MACHINE}/installation/netboot/netbsd.ram.gz \
|
2003-01-04 18:49:29 +03:00
|
|
|
${CDROM.work}/netbsd
|
|
|
|
cp -f ${DESTDIR}/usr/mdec/boot ${CDROM.work}
|
2002-03-30 01:14:20 +03:00
|
|
|
|
2003-03-08 03:22:29 +03:00
|
|
|
iso-image-md-post:
|
2003-01-04 18:49:29 +03:00
|
|
|
${INSTALLBOOT} -m ${MACHINE} ${CDROM.image} ${DESTDIR}/usr/mdec/xxboot
|