Home | History | Annotate | Line # | Download | only in ramdisk-rescuetiny
Makefile revision 1.2.20.1
      1  1.2.20.1   bouyer #	$NetBSD: Makefile,v 1.2.20.1 2017/04/21 16:51:11 bouyer 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.2.20.1   bouyer 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