Source-Changes-HG archive

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

[src/trunk]: src/distrib/x68k/floppies Include <bsd.kernobj.mk> and <bsd.own....



details:   https://anonhg.NetBSD.org/src/rev/fb54960bc728
branches:  trunk
changeset: 487999:fb54960bc728
user:      minoura <minoura%NetBSD.org@localhost>
date:      Fri Jun 16 16:07:09 2000 +0000

description:
Include <bsd.kernobj.mk> and <bsd.own.mk> for ${KERNOBJDIR}.

diffstat:

 distrib/x68k/floppies/bootfloppy.sysinst/Makefile |  4 +++-
 distrib/x68k/floppies/bootfloppy/Makefile         |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r fb6522ac0d9c -r fb54960bc728 distrib/x68k/floppies/bootfloppy.sysinst/Makefile
--- a/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Fri Jun 16 14:18:55 2000 +0000
+++ b/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Fri Jun 16 16:07:09 2000 +0000
@@ -1,8 +1,10 @@
-#      $NetBSD: Makefile,v 1.4 2000/05/02 16:06:57 sjg Exp $
+#      $NetBSD: Makefile,v 1.5 2000/06/16 16:07:10 minoura Exp $
 
 TOP=           ${.CURDIR}/..
 
 .include "${TOP}/Makefile.inc"
+.include <bsd.kernobj.mk>
+.include <bsd.own.mk>
 
 IMAGE=         sysinst.fs
 KERNDIR=       ${KERNOBJDIR}/INSTALL
diff -r fb6522ac0d9c -r fb54960bc728 distrib/x68k/floppies/bootfloppy/Makefile
--- a/distrib/x68k/floppies/bootfloppy/Makefile Fri Jun 16 14:18:55 2000 +0000
+++ b/distrib/x68k/floppies/bootfloppy/Makefile Fri Jun 16 16:07:09 2000 +0000
@@ -1,8 +1,10 @@
-#      $NetBSD: Makefile,v 1.8 2000/05/02 16:06:56 sjg Exp $
+#      $NetBSD: Makefile,v 1.9 2000/06/16 16:07:09 minoura Exp $
 
 TOP=           ${.CURDIR}/..
 
 .include "${TOP}/Makefile.inc"
+.include <bsd.kernobj.mk>
+.include <bsd.own.mk>
 
 IMAGE=         boot.fs
 KERNDIR=       ${KERNOBJDIR}/INSTALL_SMALL



Home | Main Index | Thread Index | Old Index