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