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 make sure ofwboot.xcf gets ins...



details:   https://anonhg.NetBSD.org/src/rev/53308225d28f
branches:  trunk
changeset: 494476:53308225d28f
user:      dmcmahill <dmcmahill%NetBSD.org@localhost>
date:      Thu Jul 06 19:42:55 2000 +0000

description:
make sure ofwboot.xcf gets installed

diffstat:

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

diffs (15 lines):

diff -r 5b9f5b1ca699 -r 53308225d28f sys/arch/macppc/stand/ofwboot/Makefile
--- a/sys/arch/macppc/stand/ofwboot/Makefile    Thu Jul 06 19:30:11 2000 +0000
+++ b/sys/arch/macppc/stand/ofwboot/Makefile    Thu Jul 06 19:42:55 2000 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.11 2000/06/08 17:35:48 matt Exp $
+#      $NetBSD: Makefile,v 1.12 2000/07/06 19:42:55 dmcmahill Exp $
 
 S=     ${.CURDIR}/../../../..
 
 PROG=          ofwboot
-FILES=         ${PROG}.elf
+FILES=         ${PROG}.elf ${PROG}.xcf
 SRCS=          Locore.c boot.c ofdev.c net.c netif_of.c alloc.c
 XCOFFXTRA=     Xcoffxtra.c
 XCOFFXTRAOBJ=  Xcoffxtra.o



Home | Main Index | Thread Index | Old Index