Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/amiga/stand Pullup from -current, requested by...



details:   https://anonhg.NetBSD.org/src/rev/6c7be53c4493
branches:  netbsd-1-5
changeset: 489477:6c7be53c4493
user:      is <is%NetBSD.org@localhost>
date:      Tue Sep 19 18:15:11 2000 +0000

description:
Pullup from -current, requested by is, granted by thorpej:
Changes by mhitch, needed for those directories to compile.

diffstat:

 sys/arch/amiga/stand/bootblock/boot/Makefile |  4 ++--
 sys/arch/amiga/stand/loadkmap/Makefile.inc   |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r a2aca4e00647 -r 6c7be53c4493 sys/arch/amiga/stand/bootblock/boot/Makefile
--- a/sys/arch/amiga/stand/bootblock/boot/Makefile      Tue Sep 19 18:02:04 2000 +0000
+++ b/sys/arch/amiga/stand/bootblock/boot/Makefile      Tue Sep 19 18:15:11 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 2000/04/15 20:10:41 is Exp $
+#      $NetBSD: Makefile,v 1.20.4.1 2000/09/19 18:15:11 is Exp $
 
 ### what we need:
 
@@ -31,7 +31,7 @@
 
 ### main target: ###
 
-all: ${FILES}
+realall: ${FILES}
 
 .include <bsd.prog.mk>
 
diff -r a2aca4e00647 -r 6c7be53c4493 sys/arch/amiga/stand/loadkmap/Makefile.inc
--- a/sys/arch/amiga/stand/loadkmap/Makefile.inc        Tue Sep 19 18:02:04 2000 +0000
+++ b/sys/arch/amiga/stand/loadkmap/Makefile.inc        Tue Sep 19 18:15:11 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.8 1999/03/03 19:54:05 tron Exp $
+# $NetBSD: Makefile.inc,v 1.8.18.1 2000/09/19 18:15:12 is Exp $
 
 BINDIR=/usr/share/keymaps/amiga
 MKMAN= no
 CLEANFILES=${FILES}
 
-all: ${PROG} ${FILES}
+realall: ${PROG} ${FILES}
 
 ${FILES}: ${PROG}
        ./${PROG} > $@



Home | Main Index | Thread Index | Old Index