.c.o:
	cc -DNEED_SELECT_H    -c $*.c

tshost: tshost.o packet.o commands.o term.o 
	cc -o tshost tshost.o packet.o commands.o term.o   -lresolv 
