From 45e86094c924fdcfb921e7aa56a0fa26009184a4 Mon Sep 17 00:00:00 2001 From: tsubai Date: Mon, 9 Apr 2001 20:28:22 +0000 Subject: [PATCH] Install netbsd.GENERIC_MD instead of netbsd.ram. (Why did we use netbsd.ram? It is only a temporary file...) --- distrib/macppc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/macppc/Makefile b/distrib/macppc/Makefile index 58c4a6f10f50..32bc35a5716e 100644 --- a/distrib/macppc/Makefile +++ b/distrib/macppc/Makefile @@ -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 # 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