Home | History | Annotate | Line # | Download | only in bootfloppy
Makefile revision 1.4
      1  1.4  drochner #	$NetBSD: Makefile,v 1.4 1999/03/23 18:10:57 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.3     perry IMAGE=		boot.fs
      8  1.4  drochner KERN?=	${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd
      9  1.1     perry 
     10  1.1     perry .include "${TOP}/bootfloppy-common/Makefile.inc"
     11