aboutsummaryrefslogtreecommitdiff
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
parenta28cb9332c9876a37e065e81d758e546f7d24067 (diff)
downloadports-1e4d16c0b508522b38de9b67cfe24bbc5499c708.tar.gz
ports-1e4d16c0b508522b38de9b67cfe24bbc5499c708.zip
Notes
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>