Home | History | Annotate | Line # | Download | only in bootfloppy_com0.sysinst
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2001/01/16 16:54:00 nonaka Exp $
      2 
      3 IMAGE=		sysinst_com0.fs
      4 BOOTLOADER=	${MDEC}/boot_com0
      5 
      6 .include <bsd.own.mk>
      7 KERNDIR!=	cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
      8 KERN=		${KERNDIR}/netbsd.INSTALL.gz
      9 
     10 .include "../bootfloppy-common/Makefile.inc"
     11