diff options
author | erich <erich@FreeBSD.org> | 1996-12-12 11:47:50 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-12-12 11:47:50 +0800 |
commit | 78a580d84905332a3307bb8d40d87f04d5d84afc (patch) | |
tree | bf0108d28597fcbb7231ba77ae0254ab2a196b5f /math/Makefile | |
parent | 2537d61ca507086799fc2f7e43f4ec3641da8f05 (diff) | |
download | freebsd-ports-gnome-78a580d84905332a3307bb8d40d87f04d5d84afc.tar.gz freebsd-ports-gnome-78a580d84905332a3307bb8d40d87f04d5d84afc.tar.zst freebsd-ports-gnome-78a580d84905332a3307bb8d40d87f04d5d84afc.zip |
attach calctool
Diffstat (limited to 'math/Makefile')
-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 |