delete defboo.cmd after using to force checking each time
[unix-history] / usr / src / sys / vax / consolerl / Makefile
CommitLineData
0813c298
JB
1#
2# Copyright (c) 1985 Regents of the University of California.
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
54c29343 6# @(#)Makefile 1.2 (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}
21
22defboo.com:
23 @echo You must copy one of ${DEFBOOS} to defboo.com.
24 @echo See installing and operating guide for details.
25 @/bin/false #force exits
26
27clean:
28 rm -f ${BOOTS} ${UTILS} defboo.com