new files
This commit is contained in:
parent
72fd2f8819
commit
7c709434ec
9 changed files with 1504 additions and 0 deletions
28
src/cmd/netfiles/mkfile
Normal file
28
src/cmd/netfiles/mkfile
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=Netfiles
|
||||
|
||||
OFILES=\
|
||||
acme.$O\
|
||||
main.$O\
|
||||
wait.$O\
|
||||
|
||||
HFILES=acme.h
|
||||
|
||||
<$PLAN9/src/mkone
|
||||
|
||||
XTARG=\
|
||||
netget\
|
||||
netput\
|
||||
netstat\
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue