macroize cylinder group array references to allow dynamic tables
[unix-history] / usr / src / sys / vax / consolerl / Makefile
CommitLineData
0813c298 1#
0880b18e 2# Copyright (c) 1985, 1986 Regents of the University of California.
0813c298
JB
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
0880b18e 6# @(#)Makefile 7.1 (Berkeley) %G%
0813c298
JB
7#
8BOOTS= boot
9STDBOOS= defboo.com anyboo.com
10DEFBOOS= defboo.hk defboo.hp defboo.ra defboo.up
11DEVBOOS= hkmboo.com hksboo.com hpmboo.com hpsboo.com \
12 ramboo.com rasboo.com upmboo.com upsboo.com
13UTILS= format copy drtest
14# order is NOT random...
15OBJS= ${BOOTS} ${STDBOOS} ${DEVBOOS} ${UTILS}
16DRIVE= /dev/crl
17
18# build a boot console rl02 from a DEC console rl02 pack
19update: ${OBJS}
20 arff rmf ${DRIVE} ${OBJS}
8b50b8fa 21 -rm -f defboo.com
0813c298
JB
22
23defboo.com:
24 @echo You must copy one of ${DEFBOOS} to defboo.com.
25 @echo See installing and operating guide for details.
26 @/bin/false #force exits
27
28clean:
29 rm -f ${BOOTS} ${UTILS} defboo.com