diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-12-12 03:47:50 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-12-12 03:47:50 +0000 |
commit | 1cbd63fd0e0b8e4e8248a70dff7232d28a59e20f (patch) | |
tree | 6ee018afb82bebab295b140434cff1a9e91c9e8e | |
parent | new port of calctool, another X11 calculator, (diff) |
attach calctool
Notes
Notes:
svn path=/head/; revision=4948
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 5f413150dacc..fdd2fd49cb5c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,8 +1,9 @@ -# $Id: Makefile,v 1.18 1996/06/07 15:56:19 jmz Exp $ +# $Id: Makefile,v 1.19 1996/12/05 00:24:17 asami Exp $ # SUBDIR += blas SUBDIR += calc + SUBDIR += calctool SUBDIR += eispack SUBDIR += fudgit SUBDIR += gnuplot |