1 1.6 mycroft # $NetBSD: Makefile,v 1.6 2000/05/05 20:13:30 mycroft Exp $ 2 1.1 perry 3 1.6 mycroft TOP= ${.CURDIR}/.. 4 1.1 perry 5 1.1 perry .include "${TOP}/Makefile.inc" 6 1.1 perry 7 1.6 mycroft IMAGE= boot.fs 8 1.6 mycroft KERN!= cd $(.CURDIR)/../ramdisk-kernel/; \ 9 1.6 mycroft printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL.gz\n" | \ 10 1.6 mycroft ${MAKE} -s -f- 11 1.1 perry 12 1.1 perry .include "${TOP}/bootfloppy-common/Makefile.inc" 13