Source-Changes-HG archive

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

[src/trunk]: src/distrib/newsmips/floppies/instkernel Make md-root kernel her...



details:   https://anonhg.NetBSD.org/src/rev/9bad950bef89
branches:  trunk
changeset: 525617:9bad950bef89
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Apr 14 02:36:05 2002 +0000

description:
Make md-root kernel here and install it into RELEASEDIR.

diffstat:

 distrib/newsmips/floppies/instkernel/Makefile |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r c79b978b0a5a -r 9bad950bef89 distrib/newsmips/floppies/instkernel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/newsmips/floppies/instkernel/Makefile     Sun Apr 14 02:36:05 2002 +0000
@@ -0,0 +1,14 @@
+#      $NetBSD: Makefile,v 1.1 2002/04/14 02:36:05 tsutsui Exp $
+
+.include <bsd.own.mk>
+.include "${_SRC_TOP_}/distrib/Makefile.inc"
+
+RAMDISKDIR!=   cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
+RAMDISK=       ${RAMDISKDIR}/ramdisk.fs
+MDSETTARGETS=  INSTALL ${RAMDISK} -
+
+MDSETDIR=      binary/kernel
+
+.include "${DISTRIBDIR}/common/Makefile.mdset"
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index