]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/mt/Makefile
MFC sa(4) and mt(1) improvements.
[FreeBSD/stable/10.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>