plan9fox/sys/src/cmd/9nfs/mkfile
cinap_lenrek 5796736b70 9nfs: apply patch/nfswarnandflags (from sources, thanks nemo)
Remove a warning in 9nfs and make it use the std. CFLAGS
(we detected the warning using -W).
2013-04-10 20:51:39 +02:00

52 lines
628 B
Makefile

</$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