xref: /original-bsd/usr.bin/mt/Makefile (revision 6a6b77ee)
1#	@(#)Makefile	5.4 (Berkeley) 01/14/91
2
3PROG=	mt
4CFLAGS+=-I/sys
5
6.include <bsd.prog.mk>
7