aboutsummaryrefslogtreecommitdiff
path: root/src/lib9pclient/mkfile
blob: b86a4828674b5dafc89ceff25528c2c7a6735de5 (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
<$PLAN9/src/mkhdr

LIB=lib9pclient.a

OFILES=\
	access.$O\
	auth.$O\
	close.$O\
	create.$O\
	dirread.$O\
	fs.$O\
	ns.$O\
	open.$O\
	openfd.$O\
	print.$O\
	read.$O\
	remove.$O\
	seek.$O\
	stat.$O\
	walk.$O\
	write.$O\
	wstat.$O\

HFILES=\
	$PLAN9/include/9pclient.h\
	$PLAN9/include/mux.h\

<$PLAN9/src/mksyslib