diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-04-28 09:24:08 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-04-28 09:24:08 +0000 |
commit | aef1b8e529aa9da5f81ac7d6a88a5a5bf4d5fc7c (patch) | |
tree | 08c5a0027a4911c38104f3ce91eeda14ffeb0ffd /math | |
parent | 4036a78b4f98b595a002be5d84e2f7393e79c79f (diff) | |
download | ports-aef1b8e529aa9da5f81ac7d6a88a5a5bf4d5fc7c.tar.gz ports-aef1b8e529aa9da5f81ac7d6a88a5a5bf4d5fc7c.zip |
Notes
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 cd1e0f9a3fdc..a60d9c4d2822 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1997/03/06 01:23:46 asami Exp $ +# $Id: Makefile,v 1.25 1997/04/07 09:32:58 asami Exp $ # SUBDIR += blas @@ -14,6 +14,7 @@ SUBDIR += libranlib SUBDIR += linpack SUBDIR += maxima + SUBDIR += numpy SUBDIR += octave SUBDIR += oleo SUBDIR += ss |