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

LIB=lib9pclient.a

OFILES=\
	close.$O\
	create.$O\
	dirread.$O\
	fs.$O\
	ns.$O\
	open.$O\
	openfd.$O\
	read.$O\
	stat.$O\
	walk.$O\
	write.$O\
	wstat.$O\

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

<$PLAN9/src/mksyslib