Use the correct name of the INSTALL kernel.

This commit is contained in:
matt 2002-04-26 17:30:00 +00:00
parent a82db51f4d
commit f9f502221e
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2002/04/26 15:50:24 lukem Exp $ # $NetBSD: Makefile,v 1.17 2002/04/26 17:30:00 matt Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/Makefile.inc" .include "${NETBSDSRCDIR}/distrib/Makefile.inc"
@ -19,7 +19,7 @@ release: check_RELEASEDIR
${RELINSTALL} ${CDHDTAPEOBJ}/cdhdtape ${ITARGET}/diskimage/. ${RELINSTALL} ${CDHDTAPEOBJ}/cdhdtape ${ITARGET}/diskimage/.
${RELINSTALL} ${FDSETOBJ}/disk1of2 ${ITARGET}/floppy/. ${RELINSTALL} ${FDSETOBJ}/disk1of2 ${ITARGET}/floppy/.
${RELINSTALL} ${FDSETOBJ}/disk2of2 ${ITARGET}/floppy/. ${RELINSTALL} ${FDSETOBJ}/disk2of2 ${ITARGET}/floppy/.
${RELINSTALL} ${INSTKERNOBJ}/netbsd.gz ${ITARGET}/instkernel/. ${RELINSTALL} ${INSTKERNOBJ}/netbsd.INSTALL.gz ${ITARGET}/instkernel/netbsd.gz
# ${RELINSTALL} ${GENERICOBJ}/GENERIC.fs ${ITARGET}/misc/. # ${RELINSTALL} ${GENERICOBJ}/GENERIC.fs ${ITARGET}/misc/.
.include <bsd.subdir.mk> .include <bsd.subdir.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2002/03/05 21:23:28 thorpej Exp $ # $NetBSD: Makefile,v 1.9 2002/04/26 17:30:01 matt Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
@ -7,7 +7,7 @@ IMAGESIZE= 5760
NFILES= 3 NFILES= 3
INSTKERNELDIR!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR} INSTKERNELDIR!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
INSTKERNEL= ${INSTKERNELDIR}/netbsd.gz INSTKERNEL= ${INSTKERNELDIR}/netbsd.INSTALL.gz
MOUNT_POINT?= /mnt MOUNT_POINT?= /mnt
VND?= vnd0 VND?= vnd0