diff options
Diffstat (limited to 'gnu/usr.bin/groff/src/devices/grotty/Makefile')
-rw-r--r-- | gnu/usr.bin/groff/src/devices/grotty/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 <bsd.prog.mk> |