summaryrefslogtreecommitdiff
path: root/Makefile.ftdump
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.ftdump')
-rw-r--r--Makefile.ftdump12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.ftdump b/Makefile.ftdump
deleted file mode 100644
index b70905ad10c9..000000000000
--- a/Makefile.ftdump
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# This is not a complete Makefile of itself.
-# Instead, it is designed to be easily embeddable
-# into other systems of Makefiles.
-#
-
-FTDUMP_SRCS = \
- ftdump.c
-
-FTDUMP_GEN_SRCS =
-
-FTDUMP_OBJS = $(FTDUMP_SRCS:%.c=%.o) $(FTDUMP_GEN_SRCS:%.c=%.o)