aboutsummaryrefslogtreecommitdiff
path: root/tools/qtable/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qtable/module.mk')
-rw-r--r--tools/qtable/module.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/qtable/module.mk b/tools/qtable/module.mk
deleted file mode 100644
index 43225040c8..0000000000
--- a/tools/qtable/module.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $URL$
-# $Id$
-
-MODULE := tools/qtable
-
-MODULE_OBJS := \
- qtable.o
-
-# Set the name of the executable
-TOOL_EXECUTABLE := qtable
-
-# Include common rules
-include $(srcdir)/rules.mk