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