diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-07 04:42:41 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-07 04:42:41 +0000 |
commit | dc58c240427d3246de570a38b5d6a7e1656b2b48 (patch) | |
tree | 5a45a192d5ed8f2ca3c24c2932b806b06f84f5c8 /converters | |
parent | Converts DOS or Mac-style files to Unix format, and vice-versa (diff) |
Add fconv
Notes
Notes:
svn path=/head/; revision=19285
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 c30b554dfb68..e1c36851bd8f 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,8 +1,9 @@ -# $Id: Makefile,v 1.21 1999/05/19 13:11:31 taoka Exp $ +# $Id: Makefile,v 1.22 1999/05/29 04:59:52 steve Exp $ # SUBDIR += aish SUBDIR += btoa + SUBDIR += fconv SUBDIR += i18ntools SUBDIR += ish SUBDIR += kdesupport11 |