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 Include bsd.prog.mk at the top to pul...
details: https://anonhg.NetBSD.org/src/rev/d84fd8394df0
branches: trunk
changeset: 503059:d84fd8394df0
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Tue Jan 30 12:42:43 2001 +0000
description:
Include bsd.prog.mk at the top to pull in ${PRINTOBJDIR}.
diffstat:
sys/arch/news68k/stand/boot/Makefile | 6 +++---
sys/arch/news68k/stand/bootxx/Makefile | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r 661b3480ecb5 -r d84fd8394df0 sys/arch/news68k/stand/boot/Makefile
--- a/sys/arch/news68k/stand/boot/Makefile Tue Jan 30 12:26:11 2001 +0000
+++ b/sys/arch/news68k/stand/boot/Makefile Tue Jan 30 12:42:43 2001 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2001/01/07 08:38:01 tsutsui Exp $
+# $NetBSD: Makefile,v 1.8 2001/01/30 12:42:43 tsutsui Exp $
+
+.include <bsd.prog.mk>
COMMON= ${.CURDIR}/../common
COMMONOBJ!= cd ${COMMON} && ${PRINTOBJDIR}
@@ -48,5 +50,3 @@
${STRIP} ${PROG}
${OBJCOPY} -O binary ${PROG} ${PROG}.tmp
mv ${PROG}.tmp ${PROG}
-
-.include <bsd.prog.mk>
diff -r 661b3480ecb5 -r d84fd8394df0 sys/arch/news68k/stand/bootxx/Makefile
--- a/sys/arch/news68k/stand/bootxx/Makefile Tue Jan 30 12:26:11 2001 +0000
+++ b/sys/arch/news68k/stand/bootxx/Makefile Tue Jan 30 12:42:43 2001 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2001/01/07 08:38:02 tsutsui Exp $
+# $NetBSD: Makefile,v 1.5 2001/01/30 12:42:44 tsutsui Exp $
+
+.include <bsd.prog.mk>
COMMON= ${.CURDIR}/../common
COMMONOBJ!= cd ${COMMON} && ${PRINTOBJDIR}
@@ -43,5 +45,3 @@
${PROG}: ${OBJS} machine m68k
${LD} ${LDFLAGS} -o ${PROG} ${OBJS} ${LIBS}
${SIZE} ${PROG}
-
-.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index