|
|
1.1 root 1: #
2: # Copyright (c) 1980, 1986 Regents of the University of California.
3: # All rights reserved. The Berkeley software License Agreement
4: # specifies the terms and conditions for redistribution.
5: #
6: # Makefile 7.1 86/06/05
7: #
8: # Make a 780 rx01 floppy
9: #
10: BOOTS= boot
11: STDBOO= defboo.cmd anyboo.cmd restar.cmd
12: DEFBOO= defboo.hk defboo.hp defboo.ra defboo.up
13: DEVBOO= hkmboo.cmd hksboo.cmd hpmboo.cmd hpsboo.cmd \
14: ramboo.cmd rasboo.cmd upmboo.cmd upsboo.cmd
15: UTILS= format copy drtest
16:
17: # order is NOT random...
18: OBJS= ${BOOTS} ${STDBOO} ${DEVBOO} ${UTILS}
19: FROMDEC=du* dm* db* s[mbr]* *boo.* vmb.exe *.hlp cs* ci*
20:
21: FLOPPY= /dev/floppy
22: #FLOPPY= /dev/rrx0b # for using RX device
23:
24: all: floppy
25:
26: floppy: 3tracks ${OBJS}
27: cp 3tracks floppy
28: arff crf floppy ${OBJS}
29:
30: install: floppy
31: dd if=floppy of=${FLOPPY}
32:
33: # build a boot floppy from a DEC console floppy
34: update: ${OBJS}
35: -mkdir fromdec
36: cd fromdec; arff xf ${FLOPPY}; rm -f ${FROMDEC} ${OBJS} ${DEFBOO}; \
37: flcopy -t3 -f ${FLOPPY}; rm -f floppy; arff crf ${FLOPPY} *
38: rm -rf fromdec
39: arff rf ${FLOPPY} ${OBJS}
40: -rm -f defboo.cmd
41:
42: defboo.cmd:
43: @echo You must copy one of \{${DEFBOO}\} to defboo.cmd.
44: @echo See installing and operating guide for details.
45: @/bin/false #force exits
46:
47: clean:
48: rm -f ${BOOTS} ${UTILS} floppy defboo.cmd
49: rm -rf fromdec
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.