summaryrefslogtreecommitdiff
path: root/sys/src/cmd/9nfs/mkfile
blob: 8f726b49f4d334e68e8b9724749802426d818159 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
</$objtype/mkfile

TARG=nfsserver\
	portmapper\
	pcnfsd\

HFILES=rpc.h\
	nfs.h\
	dat.h\
	fns.h\

OFILES=chat.$O\
	rpc.$O\
	string.$O\
	strparse.$O\
	system.$O\
	listalloc.$O\
	server.$O\
	unixnames.$O\

NFSSERVER=9p.$O\
	auth.$O\
	authhostowner.$O\
	nfs.$O\
	nfsmount.$O\
	xfile.$O

BIN=/$objtype/bin/aux

all:V:


UPDATE=\
	mkfile\
	$HFILES\
	${OFILES:%.$O=%.c}\
	${NFSSERVER:%.$O=%.c}\
	${TARG:%=%.c}\

</sys/src/cmd/mkmany

$O.nfsserver: $NFSSERVER

nametest: $O.nametest
	cp $O.nametest $target

mport: $O.mport
	cp $O.mport $target

clean nuke:V:
	rm -f *.[$OS] y.tab.? y.debug y.output [$OS].* $TARG mport nametest pcnfsd