1#	$NetBSD: Makefile,v 1.2 2002/04/12 14:52:58 lukem Exp $
2
3IMAGE=		generic.fs
4BOOTLOADER=	${MDEC}/boot
5
6.include <bsd.own.mk>
7KERNDIR!=	cd ${.CURDIR}/../kernel-generic && ${PRINTOBJDIR}
8KERNEL=		${KERNDIR}/netbsd.GENERIC.gz
9
10.include "../bootfloppy-common/Makefile.inc"
11