Home | History | Annotate | Line # | Download | only in bootfloppy.generic
Makefile revision 1.1.2.2
      1  1.1.2.2  he #	$NetBSD: Makefile,v 1.1.2.2 2000/12/15 05:33:07 he Exp $
      2  1.1.2.2  he 
      3  1.1.2.2  he TOP=		${.CURDIR}/..
      4  1.1.2.2  he 
      5  1.1.2.2  he .include "${TOP}/Makefile.inc"
      6  1.1.2.2  he .include <bsd.kernobj.mk>
      7  1.1.2.2  he .include <bsd.own.mk>
      8  1.1.2.2  he 
      9  1.1.2.2  he IMAGE=		kern.fs
     10  1.1.2.2  he KERNDIR=	${KERNOBJDIR}/GENERIC
     11  1.1.2.2  he KERN=		${KERNDIR}/netbsd
     12  1.1.2.2  he RAMDISKDIR=
     13  1.1.2.2  he NOKERNCOPY=	YES
     14  1.1.2.2  he 
     15  1.1.2.2  he .include "${TOP}/bootfloppy-common/Makefile.inc"
     16