xref: /dragonfly/usr.bin/mt/Makefile (revision 2b3f93ea)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: src/usr.bin/mt/Makefile,v 1.3 1999/08/28 01:04:23 peter Exp $
3
4PROG=	mt
5CFLAGS+=-I${.CURDIR}/../../sys
6WARNS?=	2
7
8.include <bsd.prog.mk>
9