aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/db/mkfile
blob: 9ed0c0286025316a5a35b4d46bcacf983b4454f9 (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
<$PLAN9/src/mkhdr

TARG=db
OFILES=\
	command.$O\
	expr.$O\
	format.$O\
	input.$O\
	main.$O\
	output.$O\
	pcs.$O\
	runpcs.$O\
	regs.$O\
	trcrun.$O\
	print.$O\
	setup.$O\

HFILES=defs.h\
	fns.h\
	$PLAN9/include/mach.h\

<$PLAN9/src/mkone