diff options
author | asami <asami@FreeBSD.org> | 1995-05-02 15:21:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-02 15:21:42 +0800 |
commit | f84128c015311d0d06457725e8150bf8cf4fc0ed (patch) | |
tree | c6b431bd96485c6fc46feb6dfd8cb230d5956ac8 /math | |
parent | 65ce6af86222631ecf439bf73dae692e63045c8d (diff) | |
download | freebsd-ports-gnome-f84128c015311d0d06457725e8150bf8cf4fc0ed.tar.gz freebsd-ports-gnome-f84128c015311d0d06457725e8150bf8cf4fc0ed.tar.zst freebsd-ports-gnome-f84128c015311d0d06457725e8150bf8cf4fc0ed.zip |
Added octave.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 4 |
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> |