xref: /netbsd-src/distrib/prep/floppies/bootfloppy_com0.generic/Makefile (revision c7ad6e633784a52e5cf4e14a926782709792377d)
1#	$NetBSD: Makefile,v 1.3 2002/11/18 12:39:53 lukem Exp $
2
3IMAGE=		generic_com0.fs
4BOOTLOADER=	${MDEC}/boot_com0
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