diff options
author | ru <ru@FreeBSD.org> | 2001-04-17 12:37:18 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-17 12:37:18 +0000 |
commit | d59fb64c3d0510f8d25f0deaa41a2fee8e25aac9 (patch) | |
tree | 2ac26101521d283739555b1609ecf8aee3af7e54 /gnu/usr.bin/groff/src/devices/grotty/Makefile | |
parent | ce2596bad64a49618ef1e542b0a97fd7526c6e6b (diff) | |
download | FreeBSD-src-d59fb64c3d0510f8d25f0deaa41a2fee8e25aac9.zip FreeBSD-src-d59fb64c3d0510f8d25f0deaa41a2fee8e25aac9.tar.gz |
Upgrade to Groff 1.17.
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> |