1 1.6 fvdl # $NetBSD: Makefile,v 1.6 2000/09/27 16:04:14 fvdl Exp $ 2 1.1 perry 3 1.4 mycroft TOP= ${.CURDIR}/.. 4 1.1 perry 5 1.1 perry .include "${TOP}/Makefile.inc" 6 1.1 perry 7 1.1 perry IMAGE= boot-tiny.fs 8 1.6 fvdl KERN!= cd $(.CURDIR)/../kernel-ramdisk/; \ 9 1.4 mycroft printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL_TINY.gz\n" | \ 10 1.4 mycroft ${MAKE} -s -f- 11 1.4 mycroft 12 1.1 perry DISKTYPE= floppy5 13 1.1 perry DISKSIZE= 2400 14 1.5 mycroft BLOCK8K= 149 15 1.1 perry 16 1.1 perry .include "${TOP}/bootfloppy-common/Makefile.inc" 17