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

PROG=		tfmtodit
SRCS=		tfmtodit.cc
DPADD=		${LIBGROFF} ${LIBM} ${LIBSTDCPLUSPLUS}
LDADD=		${LIBGROFF} -lm -lstdc++
CLEANFILES=	${MAN}

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