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