Source-Changes-HG archive

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

[src/trunk]: src/distrib/mipsco Remove duplicate .include



details:   https://anonhg.NetBSD.org/src/rev/f56505f974cc
branches:  trunk
changeset: 516991:f56505f974cc
user:      wdk <wdk%NetBSD.org@localhost>
date:      Sun Nov 04 06:18:26 2001 +0000

description:
Remove duplicate .include

diffstat:

 distrib/mipsco/instkernel/Makefile |  3 +--
 distrib/mipsco/ramdisk/Makefile    |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r e610945102ac -r f56505f974cc distrib/mipsco/instkernel/Makefile
--- a/distrib/mipsco/instkernel/Makefile        Sun Nov 04 06:00:03 2001 +0000
+++ b/distrib/mipsco/instkernel/Makefile        Sun Nov 04 06:18:26 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2001/10/21 23:23:21 jmc Exp $
+#      $NetBSD: Makefile,v 1.5 2001/11/04 06:18:26 wdk Exp $
 
 .include "../../../Makefile.inc"
 .include <bsd.kernobj.mk>
@@ -90,4 +90,3 @@
        rm -f ${CLEANFILES}
 
 .include <bsd.obj.mk>
-.include <bsd.depall.mk>
diff -r e610945102ac -r f56505f974cc distrib/mipsco/ramdisk/Makefile
--- a/distrib/mipsco/ramdisk/Makefile   Sun Nov 04 06:00:03 2001 +0000
+++ b/distrib/mipsco/ramdisk/Makefile   Sun Nov 04 06:18:26 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2001/10/13 06:16:13 jmc Exp $
+#      $NetBSD: Makefile,v 1.7 2001/11/04 06:18:26 wdk Exp $
 
 TOP?=          ${.CURDIR}/..
 ARCHDIR?=      ${.CURDIR}/../miniroot
@@ -82,4 +82,3 @@
 
 .include <bsd.own.mk>
 .include <bsd.obj.mk>
-.include <bsd.depall.mk>



Home | Main Index | Thread Index | Old Index