diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-11-22 03:13:21 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-11-22 03:13:21 +0000 |
commit | 427ba64225f45446e631f76c59560a48d7922c73 (patch) | |
tree | 208d539ae06afa4880a675a339b6ff016de37db0 /converters | |
parent | a28873ae01489dff9b314baede5351fa7f1df5e1 (diff) | |
download | pkgsrc-427ba64225f45446e631f76c59560a48d7922c73.tar.gz |
Fix RCS Ids, sync with reality
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/converters/Makefile b/converters/Makefile index f1fcdce8de6..08c740a1035 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,19 +1,20 @@ -# $Id: Makefile,v 1.1.1.1 1997/11/22 03:06:19 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1997/11/22 03:13:23 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.8 1997/11/16 22:45:25 jseger 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 +# SUBDIR += btoa +# SUBDIR += c2html +# SUBDIR += ish +# SUBDIR += kdesupport +# SUBDIR += mimepp +# SUBDIR += mpack +# SUBDIR += p5-Convert-UU +# SUBDIR += p5-MIME-Base64 # in progress - hubertf +# SUBDIR += recode +# SUBDIR += trans +# SUBDIR += uudeview +# SUBDIR += uudx +# SUBDIR += uulib +# SUBDIR += xdeview .include <bsd.port.subdir.mk> |