Update to groff 1.19.1.
[dragonfly.git] / gnu / usr.bin / groff / src / utils / tfmtodit / Makefile
1 # $FreeBSD: src/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile,v 1.4 2003/05/01 13:22:21 ru Exp $
2 # $DragonFly: src/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile,v 1.3 2005/09/01 20:47:14 asmodai Exp $
3
4 PROG_CXX=       tfmtodit
5 SRCS=           tfmtodit.cpp
6 DPADD=          ${LIBGROFF} ${LIBM}
7 LDADD=          ${LIBGROFF} -lm
8 CLEANFILES=     ${MAN}
9
10 .include <bsd.prog.mk>