Home | History | Annotate | Line # | Download | only in bootfloppy
Makefile revision 1.2.2.1
      1  1.2.2.1  perry #	$NetBSD: Makefile,v 1.2.2.1 1997/11/29 21:29:04 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.2.1  perry IMAGE=		boot.fs
      8      1.1  perry KERN=	${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd
      9      1.1  perry 
     10      1.1  perry .include "${TOP}/bootfloppy-common/Makefile.inc"
     11