Source-Changes-HG archive

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

[src/trunk]: src/distrib/news68k/floppies Remove include bsd.own.mk. It is in...



details:   https://anonhg.NetBSD.org/src/rev/7366ff1d84a0
branches:  trunk
changeset: 487613:7366ff1d84a0
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jun 10 02:50:34 2000 +0000

description:
Remove include bsd.own.mk. It is included by bsd.subdir.mk.

diffstat:

 distrib/news68k/floppies/bootfloppy/Makefile |  3 +--
 distrib/news68k/floppies/ramdisk/Makefile    |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 26f4267bc34a -r 7366ff1d84a0 distrib/news68k/floppies/bootfloppy/Makefile
--- a/distrib/news68k/floppies/bootfloppy/Makefile      Sat Jun 10 02:43:49 2000 +0000
+++ b/distrib/news68k/floppies/bootfloppy/Makefile      Sat Jun 10 02:50:34 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2000/05/02 16:06:52 sjg Exp $
+#      $NetBSD: Makefile,v 1.3 2000/06/10 02:50:34 tsutsui Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -74,6 +74,5 @@
 real-floppy:
        dd if=${IMAGE} of=${FD_RDEV} bs=45k
 
-.include <bsd.own.mk>
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
diff -r 26f4267bc34a -r 7366ff1d84a0 distrib/news68k/floppies/ramdisk/Makefile
--- a/distrib/news68k/floppies/ramdisk/Makefile Sat Jun 10 02:43:49 2000 +0000
+++ b/distrib/news68k/floppies/ramdisk/Makefile Sat Jun 10 02:50:34 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2000/06/09 16:45:31 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.7 2000/06/10 02:50:34 tsutsui Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -61,7 +61,6 @@
        rm -f ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache
        rm -f *.core *.o *.cro *.c
 
-.include <bsd.own.mk>
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index