1 # $NetBSD: Makefile,v 1.1 1999/12/05 15:53:10 minoura Exp $ 2 3 TOP= ${.CURDIR}/.. 4 5 .include "${TOP}/Makefile.inc" 6 7 IMAGE= sysinst.fs 8 KERNCNF= ${.CURDIR}/../../../../sys/arch/x68k/conf/INSTALL 9 KERNDIR= ${.CURDIR}/../../../../sys/arch/x68k/compile/INSTALL 10 KERN= ${KERNDIR}/netbsd 11 KERNNAME= netbsdsi 12 RAMDISKDIR= $(.CURDIR)/../ramdisk.sysinst/ 13 14 .include "${TOP}/bootfloppy-common/Makefile.inc" 15