]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/usr.bin/groff/src/utils/tfmtodit/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / gnu / usr.bin / groff / src / utils / tfmtodit / Makefile
1 # $FreeBSD$
2
3 PROG_CXX=       tfmtodit
4 SRCS=           tfmtodit.cpp
5 DPADD=          ${LIBGROFF} ${LIBM}
6 LDADD=          ${LIBGROFF} -lm
7 CLEANFILES=     ${MAN}
8
9 .include <bsd.prog.mk>