Home | History | Annotate | Line # | Download | only in bootfloppy-tiny
Makefile revision 1.10
      1  1.10    lukem #	$NetBSD: Makefile,v 1.10 2002/04/11 12:17:15 lukem Exp $
      2   1.4  mycroft 
      3  1.10    lukem IMAGE=		boot-tiny.fs
      4  1.10    lukem KERNELDIR=	kernel-ramdisk
      5  1.10    lukem KERNEL=		netbsd.INSTALL_TINY.gz
      6   1.1    perry DISKSIZE=	2400
      7   1.1    perry 
      8  1.10    lukem .include "${.CURDIR}/../common/Makefile.bootfloppy"
      9