Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/stand/ofwboot Install ofwboot.elf in additio...



details:   https://anonhg.NetBSD.org/src/rev/0dc4928b87b1
branches:  trunk
changeset: 473916:0dc4928b87b1
user:      wrstuden <wrstuden%NetBSD.org@localhost>
date:      Mon Jun 21 21:02:49 1999 +0000

description:
Install ofwboot.elf in addition to ofwboot. Thanks to Chris for info on how
to do this!

diffstat:

 sys/arch/macppc/stand/ofwboot/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 0c8ffd1b682c -r 0dc4928b87b1 sys/arch/macppc/stand/ofwboot/Makefile
--- a/sys/arch/macppc/stand/ofwboot/Makefile    Mon Jun 21 19:21:10 1999 +0000
+++ b/sys/arch/macppc/stand/ofwboot/Makefile    Mon Jun 21 21:02:49 1999 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile,v 1.5 1999/04/29 03:16:20 tsubai Exp $
+#      $NetBSD: Makefile,v 1.6 1999/06/21 21:02:49 wrstuden Exp $
 
 S=     ${.CURDIR}/../../../..
 
 PROG=          ofwboot
+FILES=         ${PROG}.elf
 SRCS=          Locore.c boot.c ofdev.c net.c netif_of.c alloc.c
 .PATH:         ${S}/arch/powerpc/powerpc
 SRCS+=         ofwmagic.S



Home | Main Index | Thread Index | Old Index