Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.bin / mt / Makefile
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
4 PROG=   mt
5 CFLAGS+=-I${.CURDIR}/../../sys
6
7 .include <bsd.prog.mk>