CFLAGS = -O
I = /usr/include

tm:             tm.c            $I/stdio.h $I/sgtty.h $I/ctype.h \
				tapmotion.h 
	cc -n $(CFLAGS) -o tm tm.c
/bin/tm:	tm
	/etc/instcmd tm /bin/tm


