Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 1995/10/01 21:22:40 ragge Exp $ 2# 3# Create RX33 floppies. 4 5.include "../Makefile.inc" 6 7all: 8 cp ../inst/bootroot-${REV}.fs rx33-bootdisk-${REV} 9 dd if=../inst/miniroot-${REV}.fs of=rx33-copy1-${REV} bs=512 count=2400 10 dd if=../inst/miniroot-${REV}.fs of=rx33-copy2-${REV} \ 11 bs=512 skip=2400 count=2400 12 13.include <bsd.obj.mk> 14.include <bsd.subdir.mk> 15