1 # $NetBSD: Makefile,v 1.1 1995/10/01 21:22:40 ragge Exp $
3 # Create RX33 floppies.
5 .
include "../Makefile.inc"
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
14 .
include <bsd.subdir.mk
>