1 1.6 thorpej # $NetBSD: Makefile,v 1.6 2002/03/05 20:29:36 thorpej Exp $ 2 1.6 thorpej 3 1.6 thorpej .include <bsd.own.mk> 4 1.1 he 5 1.1 he TOP= ${.CURDIR}/.. 6 1.1 he 7 1.1 he .include "${TOP}/Makefile.inc" 8 1.1 he 9 1.3 fvdl IMAGE= rescue-tiny.fs 10 1.5 lukem KDIR= ${TOP}/kernel-rescue 11 1.1 he KNAME= INSTALL_TINY 12 1.6 thorpej 13 1.6 thorpej KERNDIR!= cd ${KDIR} && ${PRINTOBJDIR} 14 1.6 thorpej KERN= ${KERNDIR}/netbsd.${KNAME}.gz 15 1.1 he 16 1.1 he DISKSIZE= 2400 17 1.1 he 18 1.4 lukem .include "${TOP}/common/Makefile.bootfloppy" 19 1.1 he 20 1.1 he ${KERN}: 21 1.6 thorpej cd ${KDIR} && ${MAKE} 22