Home | History | Annotate | Line # | Download | only in ramdisk-rescuetiny
Makefile revision 1.2
      1  1.2   martin #	$NetBSD: Makefile,v 1.2 2012/08/14 07:24:40 martin Exp $
      2  1.1  hubertf 
      3  1.1  hubertf BOOTMODEL=	tiny
      4  1.1  hubertf IMAGE=		ramdisk-rescue${BOOTMODEL}.fs
      5  1.1  hubertf IMAGESIZE=	1500k
      6  1.2   martin MAKEDEVTARGETS=	std md0 fd0 fd1 wd0 wd1 wd2 wd3 cd0 cd1 ipty ttyv0
      7  1.1  hubertf MAKEFS_FLAGS=	-f 20
      8  1.1  hubertf STRIP=${OBJCOPY} -S -R .ident -R .note
      9  1.1  hubertf 
     10  1.1  hubertf .include "${.CURDIR}/../common/Makefile.ramdisk"
     11