1 # $NetBSD: Makefile,v 1.5.2.1 2000/12/15 05:57:56 he Exp $ 2 3 TOP= ${.CURDIR}/.. 4 5 .include "${TOP}/Makefile.inc" 6 .include <bsd.kernobj.mk> 7 .include <bsd.own.mk> 8 9 IMAGE= sysinst.fs 10 KERNDIR= ${KERNOBJDIR}/INSTALL 11 KERN= ${KERNDIR}/netbsd 12 KERNNAME= netbsd 13 RAMDISKDIR= $(.CURDIR)/../ramdisk.sysinst/ 14 15 .include "${TOP}/bootfloppy-common/Makefile.inc" 16