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