xref: /csrg-svn/usr.bin/mt/Makefile (revision 62136)
1#	@(#)Makefile	8.1 (Berkeley) 06/06/93
2
3PROG=	mt
4CFLAGS+=-I/sys
5
6.include <bsd.prog.mk>
7