summaryrefslogtreecommitdiff
path: root/sys/src/cmd/db/mkfile
blob: 90a6de2fafc884115e3674464f698c2bde70d04f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
</$objtype/mkfile

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

HFILES=defs.h\
	fns.h\

BIN=/$objtype/bin
< /sys/src/cmd/mkone