Home | History | Annotate | Line # | Download | only in bootfloppy-small
Makefile revision 1.2
      1  1.2  perry #	$NetBSD: Makefile,v 1.2 1997/11/29 21:19:03 perry 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.1  perry 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