Home | History | Annotate | Line # | Download | only in bootfloppy_small.sysinst
      1 #	$NetBSD: Makefile,v 1.1 2006/06/20 17:40:36 garbled Exp $
      2 
      3 IMAGE=		sysinst_small.fs
      4 BOOTLOADER=	${MDEC}/boot
      5 
      6 .include <bsd.own.mk>
      7 KERNDIR!=	cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
      8 KERNEL=		${KERNDIR}/netbsd-INSTALL_SMALL.gz
      9 
     10 .include "../bootfloppy-common/Makefile.inc"
     11