Module Name: src Committed By: kiyohara Date: Wed Oct 20 02:59:59 UTC 2010
Added Files: src/distrib/bebox/floppies/kernel: Makefile Log Message: Add INSTALL+ramdisk fllopy for installation. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/distrib/bebox/floppies/kernel/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/Makefile diff -u /dev/null src/distrib/bebox/floppies/kernel/Makefile:1.1 --- /dev/null Wed Oct 20 02:59:59 2010 +++ src/distrib/bebox/floppies/kernel/Makefile Wed Oct 20 02:59:58 2010 @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2010/10/20 02:59:58 kiyohara Exp $ +# +# Makefile snippet to create a set of USTAR floppies +# + +.include <bsd.own.mk> +.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" + +FLOPPYBASE= kernel +FLOPPYSIZE= 2880 +FLOPPYFILES= netbsd + +FLOPPY_NETBSD= ../kernel-ramdisk/netbsd-INSTALL.gz +FLOPPYPAD= 1 +FLOPPYSUFFIX= .fs + +FLOPPY_RELEASEDIR= installation/floppy + +.include "${DISTRIBDIR}/common/Makefile.tarfloppy" + +.include <bsd.prog.mk>