diff options
author | hubertf <hubertf> | 2000-12-27 14:09:50 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-12-27 14:09:50 +0000 |
commit | ba94c5ed9aa3cda03e42917005704a2248048223 (patch) | |
tree | f88df77ef30dd7556aadc60781f13962c3cf456a /converters | |
parent | 57fd4c01516ff717693f85cf2ec60cc94f10826a (diff) | |
download | pkgsrc-ba94c5ed9aa3cda03e42917005704a2248048223.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 |