small (1.2M) bootfloppy Makefile

This commit is contained in:
perry 1997-11-05 19:46:37 +00:00
parent 204a7b293b
commit 16de89f71a
1 changed files with 12 additions and 0 deletions

View File

@ -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"