Module Name:    src
Committed By:   kiyohara
Date:           Sun Oct 17 11:36:04 UTC 2010

Added Files:
        src/distrib/bebox/floppies/kernel-ramdisk: Makefile

Log Message:
Cleanup floppy directory.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/distrib/bebox/floppies/kernel-ramdisk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/distrib/bebox/floppies/kernel-ramdisk/Makefile
diff -u /dev/null src/distrib/bebox/floppies/kernel-ramdisk/Makefile:1.1
--- /dev/null	Sun Oct 17 11:36:04 2010
+++ src/distrib/bebox/floppies/kernel-ramdisk/Makefile	Sun Oct 17 11:36:03 2010
@@ -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>

Reply via email to