1 # $NetBSD: Makefile,v 1.1 2000/06/10 18:56:50 he Exp $ 2 3 TOP= ${.CURDIR}/.. 4 5 .include "${TOP}/Makefile.inc" 6 7 IMAGE= rescue-ti.fs 8 KDIR= ${.CURDIR}/../rescue-kernel 9 KNAME= INSTALL_TINY 10 KERN!= cd ${KDIR}; \ 11 printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.${KNAME}.gz\n" | \ 12 ${MAKE} -s -f- 13 14 DISKTYPE= floppy5 15 DISKSIZE= 2400 16 BLOCK8K= 149 17 18 .include "${TOP}/bootfloppy-common/Makefile.inc" 19 20 ${KERN}: 21 cd ${KDIR}; ${MAKE} 22