From 16de89f71a7dd29ed0379937e18e36005880e3e4 Mon Sep 17 00:00:00 2001 From: perry Date: Wed, 5 Nov 1997 19:46:37 +0000 Subject: [PATCH] small (1.2M) bootfloppy Makefile --- distrib/i386/floppies/bootfloppy-small/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 distrib/i386/floppies/bootfloppy-small/Makefile diff --git a/distrib/i386/floppies/bootfloppy-small/Makefile b/distrib/i386/floppies/bootfloppy-small/Makefile new file mode 100644 index 000000000000..7b1697bf8215 --- /dev/null +++ b/distrib/i386/floppies/bootfloppy-small/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 1997/11/05 19:46:37 perry Exp $ + +TOP= ${.CURDIR}/.. + +.include "${TOP}/Makefile.inc" + +IMAGE= boot${REV}-small.fs +KERN= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL_SMALL/netbsd +DISKTYPE= floppy5 +DISKSIZE= 2400 + +.include "${TOP}/bootfloppy-common/Makefile.inc"