plan9port/src/cmd/netfiles/mkfile

29 lines
344 B
Text
Raw Normal View History

2005-03-18 19:30:22 +00:00
<$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