Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k/stand Umm, fix botch in the previous;



details:   https://anonhg.NetBSD.org/src/rev/5acde98ea9c5
branches:  trunk
changeset: 503064:5acde98ea9c5
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue Jan 30 14:21:49 2001 +0000

description:
Umm, fix botch in the previous;
include bsd.own.mk at the top, and include bsd.prog.mk at the bottom.

diffstat:

 sys/arch/news68k/stand/boot/Makefile   |  6 ++++--
 sys/arch/news68k/stand/bootxx/Makefile |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 0a451e304eb4 -r 5acde98ea9c5 sys/arch/news68k/stand/boot/Makefile
--- a/sys/arch/news68k/stand/boot/Makefile      Tue Jan 30 14:11:00 2001 +0000
+++ b/sys/arch/news68k/stand/boot/Makefile      Tue Jan 30 14:21:49 2001 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.8 2001/01/30 12:42:43 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.9 2001/01/30 14:21:49 tsutsui Exp $
 
-.include <bsd.prog.mk>
+.include <bsd.own.mk>
 
 COMMON= ${.CURDIR}/../common
 COMMONOBJ!=    cd ${COMMON} && ${PRINTOBJDIR}
@@ -50,3 +50,5 @@
        ${STRIP} ${PROG}
        ${OBJCOPY} -O binary ${PROG} ${PROG}.tmp
        mv ${PROG}.tmp ${PROG}
+
+.include <bsd.prog.mk>
diff -r 0a451e304eb4 -r 5acde98ea9c5 sys/arch/news68k/stand/bootxx/Makefile
--- a/sys/arch/news68k/stand/bootxx/Makefile    Tue Jan 30 14:11:00 2001 +0000
+++ b/sys/arch/news68k/stand/bootxx/Makefile    Tue Jan 30 14:21:49 2001 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.5 2001/01/30 12:42:44 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.6 2001/01/30 14:21:51 tsutsui Exp $
 
-.include <bsd.prog.mk>
+.include <bsd.own.mk>
 
 COMMON=        ${.CURDIR}/../common
 COMMONOBJ!=    cd ${COMMON} && ${PRINTOBJDIR}
@@ -45,3 +45,5 @@
 ${PROG}: ${OBJS} machine m68k
        ${LD} ${LDFLAGS} -o ${PROG} ${OBJS} ${LIBS}
        ${SIZE} ${PROG}
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index