Description: Remove missing and undesired subdirs from Makefiles
 A number of tools are missing due to licensing issues and some others
 tools are not desired for the Debian package. This patch removes their
 subdirectories from the build process.
Author: Andreas Bombe <aeb@debian.org>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -5,8 +5,8 @@
 INSTALL=install
 CC=gcc
 
-SUBDIRS=asc cosy decsys dtos8cvt gt7cvt hpconvert indent littcvt m8376 mksimtape mt2tpc mtcvt23 \
-	mtcvtfix mtcvtodd noff sfmtcvt strrem strsub tar2mt tp512cvt tpc2mt
+SUBDIRS=cosy decsys dtos8cvt gt7cvt hpconvert littcvt mt2tpc mtcvt23 \
+	mtcvtfix mtcvtodd sfmtcvt tar2mt tp512cvt tpc2mt
 
 .PHONY: all clean install uninstall
 
--- a/crossassemblers/Makefile
+++ b/crossassemblers/Makefile
@@ -5,7 +5,7 @@
 INSTALL=install
 CC=gcc
 
-SUBDIRS=hpasm macro1 macro7 macro8x
+SUBDIRS=macro1 macro7 macro8x
 
 .PHONY: all clean install uninstall
 
--- a/extracters/Makefile
+++ b/extracters/Makefile
@@ -5,7 +5,7 @@
 INSTALL=install
 CC=gcc
 
-SUBDIRS=backup ckabstape cpytap dbtap mmdir mtdump ods2 rawcopy rawtap rstsflx sdsdump tpdump
+SUBDIRS=cpytap dbtap mmdir mtdump rawtap rstsflx sdsdump
 
 .PHONY: all clean install uninstall
 
