Home | History | Annotate | Line # | Download | only in bootfloppy.generic
      1 #	$NetBSD: Makefile,v 1.3 2002/11/18 12:39:53 lukem Exp $
      2 
      3 IMAGE=		generic.fs
      4 BOOTLOADER=	${MDEC}/boot
      5 
      6 .include <bsd.own.mk>
      7 KERNDIR!=	cd ${.CURDIR}/../kernel-generic && ${PRINTOBJDIR}
      8 KERNEL=		${KERNDIR}/netbsd-GENERIC.gz
      9 
     10 .include "../bootfloppy-common/Makefile.inc"
     11