diff options
Diffstat (limited to 'gnu/usr.bin/groff/src/devices/grohtml/Makefile')
-rw-r--r-- | gnu/usr.bin/groff/src/devices/grohtml/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/src/devices/grohtml/Makefile b/gnu/usr.bin/groff/src/devices/grohtml/Makefile new file mode 100644 index 0000000..6b67f98 --- /dev/null +++ b/gnu/usr.bin/groff/src/devices/grohtml/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +PROG= post-grohtml +SRCS= post-html.cc html-text.cc output.cc +DPADD= ${LIBDRIVER} ${LIBGROFF} ${LIBM} +LDADD= ${LIBDRIVER} ${LIBGROFF} -lm +NOMAN= YES + +.include <bsd.prog.mk> |