summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-02 07:21:42 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-02 07:21:42 +0000
commitf04734a0dc208c0a4e922c4822a31ef95020d62d (patch)
treec1b8b038a2e682d30c33eb44de1deb1c5e4d66fe /math
parentoctave-1.1.1, similar to matlab. (diff)
Added octave.
Notes
Notes: svn path=/head/; revision=1567
Diffstat (limited to 'math')
-rw-r--r--math/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile
index cdeab786c2a5..25c6ceffbab4 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.7 1995/01/13 11:44:45 jkh Exp $
+# $Id: Makefile,v 1.8 1995/02/13 23:52:02 ats Exp $
#
-SUBDIR= blas calc eispack fudgit gmp gnuplot hexcalc linpack oleo xgraph
+SUBDIR= blas calc eispack fudgit gmp gnuplot hexcalc linpack octave oleo xgraph
.include <bsd.port.subdir.mk>