summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-03-12 03:33:13 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2016-03-12 03:33:13 (GMT)
commit92f99dc3c3b1e8658b958130a6cad9928756dc0b (patch)
treeaf643ada9df71c295d6addc9a410cae091497c46 /Makefile
parente73cabd24fcff576ba0fc503b1792082842111d7 (diff)
remove old (no longer used) importer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6591884..fa8e225 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ endif
.PHONY: clean distclean
EXECUTABLE := rhautoimport
-IMPORTER := btl dn fe fw mz nw oi o94n rs ra sm sv tr ut zf zffe zfw
+IMPORTER := btl dn nw oi rs ra tr
EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%)
all: $(EXECUTABLE)