diff options
author | asami <asami@FreeBSD.org> | 1996-04-09 12:01:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-09 12:01:08 +0800 |
commit | 82ab352658dfd317537eed325b61f00401d71ae8 (patch) | |
tree | 77dfa677094d83a2d4a71c31b8b0f49146c38a2d /misc | |
parent | fdf5ab6a3b0925c5ae138afcf56ad909e91984bf (diff) | |
download | freebsd-ports-gnome-82ab352658dfd317537eed325b61f00401d71ae8.tar.gz freebsd-ports-gnome-82ab352658dfd317537eed325b61f00401d71ae8.tar.zst freebsd-ports-gnome-82ab352658dfd317537eed325b61f00401d71ae8.zip |
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 7101a87f93b8..eddf7c461864 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 |