]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - usr.bin/mt/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.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>