new files

This commit is contained in:
rsc 2005-03-18 19:30:22 +00:00
parent 72fd2f8819
commit 7c709434ec
9 changed files with 1504 additions and 0 deletions

28
src/cmd/netfiles/mkfile Normal file
View 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