summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile
blob: cc8333d0f6a2a60369457fc16569a39154967d09 (plain)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

PROG_CXX=	tfmtodit
SRCS=		tfmtodit.cc
DPADD=		${LIBGROFF} ${LIBM}
LDADD=		${LIBGROFF} -lm
CLEANFILES=	${MAN}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud