Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / distrib / vax / rx33 / Makefile
blobbdac58278100f4253a8b800e77d6efaa96b6155c
1 # $NetBSD: Makefile,v 1.1 1995/10/01 21:22:40 ragge Exp $
3 # Create RX33 floppies.
5 .include "../Makefile.inc"
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
13 .include <bsd.obj.mk>
14 .include <bsd.subdir.mk>