From d59fb64c3d0510f8d25f0deaa41a2fee8e25aac9 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 17 Apr 2001 12:37:18 +0000 Subject: Upgrade to Groff 1.17. --- gnu/usr.bin/groff/src/devices/grotty/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gnu/usr.bin/groff/src/devices/grotty/Makefile (limited to 'gnu/usr.bin/groff/src/devices/grotty/Makefile') diff --git a/gnu/usr.bin/groff/src/devices/grotty/Makefile b/gnu/usr.bin/groff/src/devices/grotty/Makefile new file mode 100644 index 0000000..1c4fd81 --- /dev/null +++ b/gnu/usr.bin/groff/src/devices/grotty/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +PROG= grotty +SRCS= tty.cc +DPADD= ${LIBDRIVER} ${LIBGROFF} ${LIBM} +LDADD= ${LIBDRIVER} ${LIBGROFF} -lm +CLEANFILES= ${MAN} + +.include -- cgit v1.1