aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/netfiles/mkfile
blob: 7b8a033fa344e03ef869c1faf372f7dad345fd63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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