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 Add ofwboot.{mrg, xcf} to CLEAN...



details:   https://anonhg.NetBSD.org/src/rev/4662c389364c
branches:  trunk
changeset: 495264:4662c389364c
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Tue Jul 25 06:22:05 2000 +0000

description:
Add ofwboot.{mrg,xcf} to CLEANFILES.

diffstat:

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

diffs (18 lines):

diff -r da92259908df -r 4662c389364c sys/arch/macppc/stand/ofwboot/Makefile
--- a/sys/arch/macppc/stand/ofwboot/Makefile    Tue Jul 25 06:18:23 2000 +0000
+++ b/sys/arch/macppc/stand/ofwboot/Makefile    Tue Jul 25 06:22:05 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2000/07/25 06:18:23 tsubai Exp $
+#      $NetBSD: Makefile,v 1.15 2000/07/25 06:22:05 tsubai Exp $
 
 S=     ${.CURDIR}/../../../..
 
@@ -42,7 +42,7 @@
 
 ENTRY=         _start
 
-CLEANFILES+=   vers.c ${PROG}.elf
+CLEANFILES+=   vers.c ${PROG}.elf ${PROG}.mrg ${PROG}.xcf
 
 CPPFLAGS+=     -I. -I${.CURDIR}/../../.. -I${.CURDIR}/../../../..
 CPPFLAGS+=     -DRELOC=0x${RELOC}



Home | Main Index | Thread Index | Old Index