Fix Makefiles to refer to proper kernel name (again).
This commit is contained in:
parent
241f6932ee
commit
a73056a704
|
@ -14,7 +14,7 @@ FLOPPY_RELEASEDIR= installation/diskimage
|
|||
|
||||
MDEC= ${DESTDIR}/usr/mdec
|
||||
KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
|
||||
FLOPPY_NETBSD= ${KERNOBJ}/netbsd.INSTALL.gz
|
||||
FLOPPY_NETBSD= ${KERNOBJ}/netbsd.gz
|
||||
FLOPPY_BOOT= ${MDEC}/ustarboot
|
||||
FLOPPYINSTBOOT=\
|
||||
"${INSTALLBOOT} -m ${MACHINE} -t raw -v -b 17 @IMAGE@ ${FLOPPY_BOOT}"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2002/05/04 01:34:37 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2002/05/13 18:16:14 matt Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
@ -13,7 +13,7 @@ FLOPPY_RELEASEDIR= installation/floppy
|
|||
|
||||
MDEC= ${DESTDIR}/usr/mdec
|
||||
KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
|
||||
FLOPPY_NETBSD= ${KERNOBJ}/netbsd.INSTALL.gz
|
||||
FLOPPY_NETBSD= ${KERNOBJ}/netbsd.gz
|
||||
FLOPPY_BOOT= ${MDEC}/ustarboot
|
||||
FLOPPYINSTBOOT=\
|
||||
"${INSTALLBOOT} -m ${MACHINE} -t raw -v -b 17 @IMAGE@ ${FLOPPY_BOOT}"
|
||||
|
|
Loading…
Reference in New Issue