Install netbsd.GENERIC_MD instead of netbsd.ram.

(Why did we use netbsd.ram?  It is only a temporary file...)
This commit is contained in:
tsubai 2001-04-09 20:28:22 +00:00
parent e199a20610
commit 45e86094c9

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2000/09/13 15:49:27 matt Exp $
# $NetBSD: Makefile,v 1.7 2001/04/09 20:28:22 tsubai Exp $
.include <bsd.own.mk> # Use /etc/mk.conf.
@ -22,5 +22,5 @@ release:
${IINST} ${BOOTOBJ}/ofwboot.elf ${ITARGET}/
${IINST} ${BOOTOBJ}/ofwboot.xcf ${ITARGET}/
${IINST} ${BOOTFLOPOBJ}/boot.fs ${ITARGET}/
${IINST} ${BOOTFLOPOBJ}/netbsd.ram.gz ${ITARGET}/
cd ${.CURDIR}/floppies/md-kernel && ${MAKE} release
.endif