diff options
author | asami <asami@FreeBSD.org> | 1996-04-12 08:35:07 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-12 08:35:07 +0000 |
commit | cd8e0c6a540bb00f6e46521ecdd2e736b5c06692 (patch) | |
tree | 645453c1f6bc2f799f79b09918755b4672202519 /math | |
parent | 6f8c82f4fb0464529099f4d62fcdb63f9dcd8105 (diff) | |
download | FreeBSD-ports-cd8e0c6a540bb00f6e46521ecdd2e736b5c06692.zip FreeBSD-ports-cd8e0c6a540bb00f6e46521ecdd2e736b5c06692.tar.gz |
Add maxima to subdir list.
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 e71e838..bef0906 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1995/11/26 13:49:33 asami Exp $ +# $Id: Makefile,v 1.16 1995/11/26 21:25:36 asami Exp $ # SUBDIR += blas @@ -8,7 +8,7 @@ SUBDIR += gnuplot SUBDIR += hexcalc SUBDIR += linpack -RESTRICTED += maxima (license required) + SUBDIR += maxima SUBDIR += octave SUBDIR += oleo SUBDIR += xgraph |