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

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

NO_PIE=	yes

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