summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-01-11 11:39:44 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-01-11 11:39:44 +0000
commitaeeac4f091907757d0a1da29d1e21c8f9ad2b4ca (patch)
tree9f21c7e5cf6e55488646ae0d0edfd2689ffd75df /math
parent2-D FEM solving package. Closes PR ports/2290. (diff)
Add freefem.
Notes
Notes: svn path=/head/; revision=5308
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
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