aboutsummaryrefslogtreecommitdiff
path: root/gnu/groff/tfmtodit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/groff/tfmtodit/Makefile')
-rw-r--r--gnu/groff/tfmtodit/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/groff/tfmtodit/Makefile b/gnu/groff/tfmtodit/Makefile
deleted file mode 100644
index 4c4e8c8673d2..000000000000
--- a/gnu/groff/tfmtodit/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# Makefile for tfmtodit
-
-PROG= tfmtodit
-SRCS= tfmtodit.cc
-CFLAGS+= -I$(.CURDIR)/../include
-LDADD+= $(LIBGROFF) -lm
-DPADD+= $(LIBGROFF) $(LIBMATH)
-
-.include <bsd.prog.mk>
-.include "../../../usr.bin/Makefile.inc"
-.include "../Makefile.cfg"
-.include "Makefile.dep"