blob: 6f0038f425d80531f7023023cec3007dca09d915 [file] [log] [blame]
rsc7c709432005-03-18 19:30:22 +00001<$PLAN9/src/mkhdr
2
3TARG=Netfiles
4
5OFILES=\
6 acme.$O\
7 main.$O\
8 wait.$O\
9
10HFILES=acme.h
11
12<$PLAN9/src/mkone
13
14XTARG=\
rsc811a3af2005-03-18 20:05:58 +000015 netfileget\
16 netfileput\
17 netfilestat\
rscb8c9f312005-03-21 07:37:34 +000018 netfilelib.rc\
rsc7c709432005-03-18 19:30:22 +000019
20install:V:
21 for i in $XTARG; do
22 cp $i $BIN
23 done
24