aboutsummaryrefslogtreecommitdiff
path: root/src/libframe/mkfile
blob: 6d47c32ea93d9e3fba698a01b8787c13f5450fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<$PLAN9/src/mkhdr

LIB=libframe.a

OFILES=\
	frbox.$O\
	frdelete.$O\
	frdraw.$O\
	frinit.$O\
	frinsert.$O\
	frptofchar.$O\
	frselect.$O\
	frstr.$O\
	frutil.$O\

HFILES=\
	$PLAN9/include/frame.h\
	$PLAN9/include/draw.h\

<$PLAN9/src/mksyslib