]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/mt/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / mt / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   mt
5 DPADD=  ${LIBMT} ${LIBSBUF} ${LIBBSDXML}
6 LDADD=  -lmt -lsbuf -lbsdxml
7
8 .include <bsd.prog.mk>