PGMS=aread awrite br bw ttcp.atm
MANS=

include ../Rules.make

ttcp.atm:	ttcp.c
		gcc -w -O2 -o ttcp.atm ttcp.c -I../lib -L../lib -latm
