diff options
author | hubertf <hubertf> | 1997-11-22 03:06:19 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-11-22 03:06:19 +0000 |
commit | 2690a0e9ca4e4ac04cef0340b4b1510be27f3b3b (patch) | |
tree | 7fb60289a12b9e9174e373963e692f51f6b633d0 /converters/Makefile | |
parent | 1ae61964f13ffd5973cef8912c2cc03e27926919 (diff) | |
download | pkgsrc-2690a0e9ca4e4ac04cef0340b4b1510be27f3b3b.tar.gz |
Some missing Makefiles, from FreeBSD.
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile new file mode 100644 index 00000000000..f1fcdce8de6 --- /dev/null +++ b/converters/Makefile @@ -0,0 +1,19 @@ +# $Id: Makefile,v 1.1.1.1 1997/11/22 03:06:19 hubertf Exp $ +# + + SUBDIR += btoa + SUBDIR += c2html + SUBDIR += ish + SUBDIR += kdesupport + SUBDIR += mimepp + SUBDIR += mpack + SUBDIR += p5-Convert-UU + SUBDIR += p5-MIME-Base64 + SUBDIR += recode + SUBDIR += trans + SUBDIR += uudeview + SUBDIR += uudx + SUBDIR += uulib + SUBDIR += xdeview + +.include <bsd.port.subdir.mk> |