mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
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
|
||||
|
||||
XTARG=\
|
||||
netget\
|
||||
netput\
|
||||
netstat\
|
||||
netfileget\
|
||||
netfileput\
|
||||
netfilestat\
|
||||
|
||||
install:V:
|
||||
for i in $XTARG; do
|
||||
cp $i $BIN
|
||||
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 a new issue