Home | History | Annotate | Line # | Download | only in bootfloppy-small
Makefile revision 1.3
      1  1.3  drochner #	$NetBSD: Makefile,v 1.3 1999/03/23 18:10:59 drochner Exp $
      2  1.1     perry 
      3  1.1     perry TOP=		${.CURDIR}/..
      4  1.1     perry 
      5  1.1     perry .include "${TOP}/Makefile.inc"
      6  1.1     perry 
      7  1.2     perry IMAGE=	boot-small.fs
      8  1.3  drochner KERN?=	${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL_SMALL/netbsd
      9  1.1     perry DISKTYPE=	floppy5
     10  1.1     perry DISKSIZE=	2400
     11  1.1     perry 
     12  1.1     perry .include "${TOP}/bootfloppy-common/Makefile.inc"
     13