summaryrefslogtreecommitdiff
path: root/sys/arch/vax/consolerl/Makefile
blob: a36978efd2e03647f6357b2e7f271a319b6102d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#	$OpenBSD: Makefile,v 1.2 1997/05/29 00:04:30 niklas Exp $
#	$NetBSD: Makefile,v 1.1 1996/03/08 12:41:33 ragge Exp $

BOOTS=	boot
STDBOOS= defboo.com anyboo.com
DEFBOOS= defboo.hk defboo.hp defboo.ra defboo.up
DEVBOOS= hkmboo.com hksboo.com hpmboo.com hpsboo.com \
	ramboo.com rasboo.com upmboo.com upsboo.com
#UTILS=	format copy drtest
# order is NOT random...
OBJS=	${BOOTS} ${STDBOOS} ${DEVBOOS} ${UTILS}
DRIVE=	/dev/crl

# build a boot console rl02 from a DEC console rl02 pack
update:	${OBJS}
	arff rmf ${DRIVE} ${OBJS}
	-rm -f defboo.com

defboo.com:
	@echo You must copy one of ${DEFBOOS} to defboo.com.
	@echo See installing and operating guide for details.
	@/bin/false	#force exits

boot:	../boot/boot
	(cd ../boot;make boot)
	dd if=../boot/boot of=boot bs=32 skip=1

clean:
	rm -f ${BOOTS} ${UTILS} defboo.com