Cross Reference: Makefile
xref: /src/distrib/vax/rx50/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/vax/rx50/
11.2Slukem#	$NetBSD: Makefile,v 1.2 2002/03/06 12:29:57 lukem Exp $
21.1Sragge#
31.1Sragge#	Create RX50 floppies.
41.1Sragge
51.1Sragge.include "../Makefile.inc"
61.1Sragge
71.1Sraggeall:
81.2Slukem	cp ../inst/bootroot-${DISTRIBREV}.fs rx50-bootdisk-${DISTRIBREV}
91.2Slukem	dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy1-${DISTRIBREV} bs=512 count=800
101.2Slukem	dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy2-${DISTRIBREV} \
111.1Sragge		bs=512 skip=800 count=800
121.2Slukem	dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy3-${DISTRIBREV} \
131.1Sragge		bs=512 skip=1600 count=800
141.2Slukem	dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy4-${DISTRIBREV} \
151.1Sragge		bs=512 skip=2400 count=800
161.2Slukem	dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy5-${DISTRIBREV} \
171.1Sragge		bs=512 skip=3200 count=800
181.2Slukem	dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx50-copy6-${DISTRIBREV} \
191.1Sragge		bs=512 skip=4000 count=800
201.1Sragge
211.1Sragge.include <bsd.obj.mk>
221.1Sragge.include <bsd.subdir.mk>
23

Indexes created Thu Nov 27 23:09:41 GMT 2025