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

PROG_CXX=	post-grohtml
SRCS=		post-html.cc html-table.cc html-text.cc output.cc
DPADD=		${LIBDRIVER} ${LIBGROFF} ${LIBM}
LDADD=		${LIBDRIVER} ${LIBGROFF} -lm
NOMAN=		YES

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