all:	mt

mt:	mt.c
	cc -Wall -s -o mt mt.c

install: mt
	install mt /bin
	install -c -m 444 mt.1 /usr/man/man1
