Home | History | Annotate | Line # | Download | only in rx50
      1  1.2  lukem #	$NetBSD: Makefile,v 1.2 2002/03/06 12:29:57 lukem Exp $
      2  1.1  ragge #
      3  1.1  ragge #	Create RX50 floppies.
      4  1.1  ragge 
      5  1.1  ragge .include "../Makefile.inc"
      6  1.1  ragge 
      7  1.1  ragge all:
      8  1.2  lukem 	cp ../inst/bootroot-${DISTRIBREV}.fs rx50-bootdisk-${DISTRIBREV}
      9  1.2  lukem 	dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy1-${DISTRIBREV} bs=512 count=800
     10  1.2  lukem 	dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy2-${DISTRIBREV} \
     11  1.1  ragge 		bs=512 skip=800 count=800
     12  1.2  lukem 	dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy3-${DISTRIBREV} \
     13  1.1  ragge 		bs=512 skip=1600 count=800
     14  1.2  lukem 	dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy4-${DISTRIBREV} \
     15  1.1  ragge 		bs=512 skip=2400 count=800
     16  1.2  lukem 	dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy5-${DISTRIBREV} \
     17  1.1  ragge 		bs=512 skip=3200 count=800
     18  1.2  lukem 	dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy6-${DISTRIBREV} \
     19  1.1  ragge 		bs=512 skip=4000 count=800
     20  1.1  ragge 
     21  1.1  ragge .include <bsd.obj.mk>
     22  1.1  ragge .include <bsd.subdir.mk>
     23