Home | History | Annotate | Line # | Download | only in ramdisk-rescuetiny
Makefile revision 1.2.16.1
      1  1.2.16.1  pgoyette #	$NetBSD: Makefile,v 1.2.16.1 2017/03/20 06:52:06 pgoyette 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.16.1  pgoyette 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