summaryrefslogtreecommitdiff
path: root/distrib/prep/floppies/bootfloppy.generic/Makefile
blob: bd6413efa1277b051109764ac71bd9fecbb0069f (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.3 2002/11/18 12:39:53 lukem Exp $

IMAGE=		generic.fs
BOOTLOADER=	${MDEC}/boot

.include <bsd.own.mk>
KERNDIR!=	cd ${.CURDIR}/../kernel-generic && ${PRINTOBJDIR}
KERNEL=		${KERNDIR}/netbsd-GENERIC.gz

.include "../bootfloppy-common/Makefile.inc"