Source-Changes-HG archive

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

[src/trunk]: src/distrib/bebox/floppies Cleanup floppy directory.



details:   https://anonhg.NetBSD.org/src/rev/7f54bdb23459
branches:  trunk
changeset: 758081:7f54bdb23459
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sun Oct 17 11:34:27 2010 +0000

description:
Cleanup floppy directory.

diffstat:

 distrib/bebox/floppies/bootfloppy/Makefile     |  11 ++++-------
 distrib/bebox/floppies/kernel-ramdisk/Makefile |  14 ++++++++++++++
 2 files changed, 18 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 544f9509cdf1 -r 7f54bdb23459 distrib/bebox/floppies/bootfloppy/Makefile
--- a/distrib/bebox/floppies/bootfloppy/Makefile        Sun Oct 17 11:19:53 2010 +0000
+++ b/distrib/bebox/floppies/bootfloppy/Makefile        Sun Oct 17 11:34:27 2010 +0000
@@ -1,10 +1,7 @@
-#      $NetBSD: Makefile,v 1.2 2000/05/02 16:06:47 sjg Exp $
-
-TOP=           ${.CURDIR}/..
-
-.include "${TOP}/Makefile.inc"
+#      $NetBSD: Makefile,v 1.3 2010/10/17 11:34:27 kiyohara Exp $
 
 IMAGE=         boot.fs
-KERN=  ${KERNOBJDIR}/INSTALL/netbsd
 
-.include "${TOP}/bootfloppy-common/Makefile.inc"
+.include <bsd.own.mk>
+
+.include "../bootfloppy-common/Makefile.inc"
diff -r 544f9509cdf1 -r 7f54bdb23459 distrib/bebox/floppies/kernel-ramdisk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/bebox/floppies/kernel-ramdisk/Makefile    Sun Oct 17 11:34:27 2010 +0000
@@ -0,0 +1,14 @@
+#      $NetBSD: Makefile,v 1.1 2010/10/17 11:36:03 kiyohara Exp $
+
+.include <bsd.own.mk>
+.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
+
+RAMDISKDIR!=   cd ${.CURDIR}/../../ramdisk && ${PRINTOBJDIR}
+RAMDISK=       ${RAMDISKDIR}/ramdisk.fs
+
+MDSETTARGETS=          INSTALL         ${RAMDISK}      -
+MDSET_RELEASEDIR=      binary/kernel
+
+.include "${DISTRIBDIR}/common/Makefile.mdset"
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index