Home | History | Annotate | Line # | Download | only in ramdisk-small
      1 #	$NetBSD: Makefile,v 1.1 2006/06/02 22:11:07 hubertf Exp $
      2 
      3 BOOTMODEL=	small
      4 IMAGE=		ramdisk-${BOOTMODEL}.fs
      5 IMAGESIZE=	1704k
      6 USE_SYSINST=	yes
      7 
      8 .include "${.CURDIR}/../common/Makefile.ramdisk"
      9