net* => netfile*
This commit is contained in:
parent
a5a494c167
commit
811a3affff
1 changed files with 3 additions and 8 deletions
|
|
@ -12,17 +12,12 @@ HFILES=acme.h
|
||||||
<$PLAN9/src/mkone
|
<$PLAN9/src/mkone
|
||||||
|
|
||||||
XTARG=\
|
XTARG=\
|
||||||
netget\
|
netfileget\
|
||||||
netput\
|
netfileput\
|
||||||
netstat\
|
netfilestat\
|
||||||
|
|
||||||
install:V:
|
install:V:
|
||||||
for i in $XTARG; do
|
for i in $XTARG; do
|
||||||
cp $i $BIN
|
cp $i $BIN
|
||||||
done
|
done
|
||||||
|
|
||||||
push:V:
|
|
||||||
tar cf - mkfile acme.c main.c wait.c acme.h netget netput netstat |
|
|
||||||
gzip >netfiles.tar.gz
|
|
||||||
scp netfiles.tar.gz swtch.com:www/swtch.com
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue