diff options
author | asami <asami@FreeBSD.org> | 1996-04-09 04:01:08 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-09 04:01:08 +0000 |
commit | 82ab352658dfd317537eed325b61f00401d71ae8 (patch) | |
tree | 77dfa677094d83a2d4a71c31b8b0f49146c38a2d /misc | |
parent | fdf5ab6a3b0925c5ae138afcf56ad909e91984bf (diff) | |
download | FreeBSD-ports-82ab352658dfd317537eed325b61f00401d71ae8.zip FreeBSD-ports-82ab352658dfd317537eed325b61f00401d71ae8.tar.gz |
Added btoa.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 7101a87..eddf7c4 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,8 +1,9 @@ -# $Id: Makefile,v 1.71 1996/03/18 11:56:55 asami Exp $ +# $Id: Makefile,v 1.72 1996/03/20 07:54:21 asami Exp $ # SUBDIR += amanda SUBDIR += astrolog + SUBDIR += btoa SUBDIR += buffer SUBDIR += chord SUBDIR += colorls |