diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-12-27 14:09:50 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-12-27 14:09:50 +0000 |
commit | 9da1342e0f0f87e2739b846004021736c4c8dcbd (patch) | |
tree | f88df77ef30dd7556aadc60781f13962c3cf456a /converters | |
parent | d5bf55cb9ef4843a8ed46fd2a8c86e029d95b086 (diff) | |
download | pkgsrc-9da1342e0f0f87e2739b846004021736c4c8dcbd.tar.gz |
add & enable unix2dos
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index f60898f423f..b366dd34695 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/12/12 01:30:45 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2000/12/27 14:09:50 hubertf Exp $ # SUBDIR += base64 @@ -12,6 +12,7 @@ SUBDIR += psiconv SUBDIR += recode SUBDIR += txt2html + SUBDIR += unix2dos SUBDIR += uudeview SUBDIR += uulib SUBDIR += wv |