diff options
author | asami <asami@FreeBSD.org> | 1997-06-03 22:43:00 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-03 22:43:00 +0000 |
commit | 6be9bcd27e96721127b15e3ff1c9c546351f9776 (patch) | |
tree | 5c772a00ceb9a81b80db90928c0fcbf518674d79 | |
parent | cb08091e0e549e28f127fca32700254ed82a2f2d (diff) | |
download | FreeBSD-ports-6be9bcd27e96721127b15e3ff1c9c546351f9776.zip FreeBSD-ports-6be9bcd27e96721127b15e3ff1c9c546351f9776.tar.gz |
Add apc.
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index f89bc4b..aeff0c1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.26 1997/04/28 09:24:08 tg Exp $ +# $Id: Makefile,v 1.27 1997/06/03 22:21:36 asami Exp $ # + SUBDIR += apc SUBDIR += blas SUBDIR += calc SUBDIR += calctool |