Home | History | Annotate | Line # | Download | only in bootfloppy.generic
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2002/04/12 14:52:58 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