diff options
author | agc <agc@pkgsrc.org> | 1998-08-25 13:00:35 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-08-25 13:00:35 +0000 |
commit | 15397b44e140c107223217b4c0374ca45578919a (patch) | |
tree | 605ebdaa44ea8d1e9ffbe1b7f30feb4c682a8d50 /math | |
parent | 90406947b1a6de71024912dfa38df2a0ef2d9f1a (diff) | |
download | pkgsrc-15397b44e140c107223217b4c0374ca45578919a.tar.gz |
Add and enable scilab.
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 290fee7a43c..cdff41f87dc 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1998/04/15 10:38:32 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/25 13:00:35 agc Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # -# SUBDIR += Scilab # SUBDIR += apc # SUBDIR += blas # SUBDIR += calc @@ -24,6 +23,7 @@ # SUBDIR += pari # SUBDIR += plplot SUBDIR += py-Numeric + SUBDIR += scilab # SUBDIR += siag # SUBDIR += simpack # SUBDIR += ss |