1 # $NetBSD: Makefile,v 1.1 1995/10/01 21:22:42 ragge Exp $
3 # Create RX50 floppies.
5 .
include "../Makefile.inc"
8 cp ..
/inst
/bootroot-
${DISTRIBREV}.fs rx50-bootdisk-
${DISTRIBREV}
9 dd if
=..
/inst
/miniroot-
${DISTRIBREV}.fs of
=rx50-copy1-
${DISTRIBREV} bs
=512 count
=800
10 dd if
=..
/inst
/miniroot-
${DISTRIBREV}.fs of
=rx50-copy2-
${DISTRIBREV} \
11 bs
=512 skip
=800 count
=800
12 dd if
=..
/inst
/miniroot-
${DISTRIBREV}.fs of
=rx50-copy3-
${DISTRIBREV} \
13 bs
=512 skip
=1600 count
=800
14 dd if
=..
/inst
/miniroot-
${DISTRIBREV}.fs of
=rx50-copy4-
${DISTRIBREV} \
15 bs
=512 skip
=2400 count
=800
16 dd if
=..
/inst
/miniroot-
${DISTRIBREV}.fs of
=rx50-copy5-
${DISTRIBREV} \
17 bs
=512 skip
=3200 count
=800
18 dd if
=..
/inst
/miniroot-
${DISTRIBREV}.fs of
=rx50-copy6-
${DISTRIBREV} \
19 bs
=512 skip
=4000 count
=800
22 .
include <bsd.subdir.mk
>