diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-09-09 01:42:22 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-09-09 01:42:22 +0000 |
commit | 0fa9379f87e2288acb788ae1a3059cbc8ecb0886 (patch) | |
tree | 680d74abbe5b5f13a0faa78d81ffc7d1c13681fa /converters/Makefile | |
parent | 10374f2a80f457db4a24ac58c8bcd12cdef94841 (diff) | |
download | ports-0fa9379f87e2288acb788ae1a3059cbc8ecb0886.tar.gz ports-0fa9379f87e2288acb788ae1a3059cbc8ecb0886.zip |
add gbase 0.5
A program to convert between the 4 common bases used in programming
PR: 30429
Submitted by: Patrick Li <pat@databits.net>
Notes
Notes:
svn path=/head/; revision=47557
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 7b79a6413205..d3caa64e51a9 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -8,6 +8,7 @@ SUBDIR += dumpasn1 SUBDIR += fconv SUBDIR += gb2jis + SUBDIR += gbase SUBDIR += i18ntools SUBDIR += iconv SUBDIR += iconv-extra |