summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/src/devices/grotty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/src/devices/grotty/Makefile')
-rw-r--r--gnu/usr.bin/groff/src/devices/grotty/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/usr.bin/groff/src/devices/grotty/Makefile b/gnu/usr.bin/groff/src/devices/grotty/Makefile
deleted file mode 100644
index 1c4fd81b1269..000000000000
--- a/gnu/usr.bin/groff/src/devices/grotty/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-PROG= grotty
-SRCS= tty.cc
-DPADD= ${LIBDRIVER} ${LIBGROFF} ${LIBM}
-LDADD= ${LIBDRIVER} ${LIBGROFF} -lm
-CLEANFILES= ${MAN}
-
-.include <bsd.prog.mk>