net* => netfile*
This commit is contained in:
parent
a5a494c167
commit
811a3affff
@ -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…
Reference in New Issue
Block a user