summaryrefslogtreecommitdiff
path: root/converters/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-01-30 23:25:17 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-01-30 23:25:17 +0000
commitd503a25a2c83f4dd12970141d8b2157aab37beb5 (patch)
tree111614c6a5e0915f05f9c29a66f1eee068c9aeb1 /converters/Makefile
parentChase shlib bump of libexpat. (diff)
ascii2binary and binary2ascii convert between textual and binary
representations of numbers. The two programs are useful for generating test data, for inspecting binary files, and for interfacing programs that generate textual output to programs that require binary input and conversely. They can also be useful when it is desired to reformat numbers. WWW: http://billposer.org/Software/a2b.html
Notes
Notes: svn path=/head/; revision=154858
Diffstat (limited to 'converters/Makefile')
-rw-r--r--converters/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 5b99a975fa4d..b860c7bcc3b1 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -4,6 +4,7 @@
COMMENT = Character code converters
SUBDIR += aish
+ SUBDIR += ascii2binary
SUBDIR += asr10
SUBDIR += base64
SUBDIR += btoa