1 # $NetBSD: Makefile,v 1.2 2002/03/06 12:29:57 lukem Exp $ 2 # 3 # Create RX33 floppies. 4 5 .include "../Makefile.inc" 6 7 all: 8 cp ../inst/bootroot-${DISTRIBREV}.fs rx33-bootdisk-${DISTRIBREV} 9 dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx33-copy1-${DISTRIBREV} bs=512 count=2400 10 dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx33-copy2-${DISTRIBREV} \ 11 bs=512 skip=2400 count=2400 12 13 .include <bsd.obj.mk> 14 .include <bsd.subdir.mk> 15