summaryrefslogtreecommitdiff
path: root/converters/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-04-26 23:55:25 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-04-26 23:55:25 +0000
commit1e4d16c0b508522b38de9b67cfe24bbc5499c708 (patch)
treeb2dd8d13d8dffb9ed8f8f181bbc9e81bb6ae211d /converters/Makefile
parentuudeview, uudx and xdeview are moved to converters. (diff)
This is a new category for non-archival, non-encryption character code
converters.
Notes
Notes: svn path=/head/; revision=6316
Diffstat (limited to 'converters/Makefile')
-rw-r--r--converters/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
new file mode 100644
index 000000000000..c4733c127516
--- /dev/null
+++ b/converters/Makefile
@@ -0,0 +1,12 @@
+# $Id$
+#
+
+ SUBDIR += btoa
+ SUBDIR += mpack
+ SUBDIR += recode
+ SUBDIR += trans
+ SUBDIR += uudeview
+ SUBDIR += uudx
+ SUBDIR += xdeview
+
+.include <bsd.port.subdir.mk>