diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-01-11 19:39:44 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-01-11 19:39:44 +0800 |
commit | aeeac4f091907757d0a1da29d1e21c8f9ad2b4ca (patch) | |
tree | 9f21c7e5cf6e55488646ae0d0edfd2689ffd75df /math | |
parent | 0949099c68a52cea8d426cbdfe094dec798c5782 (diff) | |
download | freebsd-ports-gnome-aeeac4f091907757d0a1da29d1e21c8f9ad2b4ca.tar.gz freebsd-ports-gnome-aeeac4f091907757d0a1da29d1e21c8f9ad2b4ca.tar.zst freebsd-ports-gnome-aeeac4f091907757d0a1da29d1e21c8f9ad2b4ca.zip |
Add freefem.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index fdd2fd49cb5c..03c8e1f9ff50 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.19 1996/12/05 00:24:17 asami Exp $ +# $Id: Makefile,v 1.20 1996/12/12 03:47:50 erich Exp $ # SUBDIR += blas SUBDIR += calc SUBDIR += calctool SUBDIR += eispack + SUBDIR += freefem SUBDIR += fudgit SUBDIR += gnuplot SUBDIR += hexcalc |