xref: /netbsd-src/distrib/prep/floppies/bootfloppy.generic/Makefile (revision 06be8101a16cc95f40783b3cb7afd12112103a9a)
1#	$NetBSD: Makefile,v 1.1 2001/01/16 16:53:58 nonaka Exp $
2
3IMAGE=		generic.fs
4BOOTLOADER=	${MDEC}/boot
5
6.include <bsd.own.mk>
7KERNDIR!=	cd ${.CURDIR}/../kernel-generic && ${PRINTOBJDIR}
8KERN=		${KERNDIR}/netbsd.GENERIC.gz
9
10.include "../bootfloppy-common/Makefile.inc"
11